summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: let smb2_signing_decrypt_pdu() cope with gnutls_aead_cipher_decry...Stefan Metzmacher2022-02-022-0/+18
* libcli/smb: fix error checking in smb2_signing_decrypt_pdu() invalid ptext_lenStefan Metzmacher2022-02-021-1/+8
* selftest/quick: add smb2.sessionStefan Metzmacher2022-02-021-0/+1
* lib:replace: Fix NULL issue reported by covscanPavel Filipenský2022-02-011-1/+1
* lib:replace: Fix trailing whitespace in os2_delete.cPavel Filipenský2022-02-011-2/+2
* vfs: Simplify fake_acls_stat() with an early returnVolker Lendecke2022-02-011-82/+82
* smbd: Simplify reopen_from_fsp() with an early returnVolker Lendecke2022-02-011-16/+16
* smbd: copy_access_posix_acl() just needs fsps these daysVolker Lendecke2022-02-011-10/+13
* smbd: chmod_acl_internals() does not need connection_struct anymoreVolker Lendecke2022-02-011-2/+4
* smbd: Make directory_has_default_posix_acl() just take "dirfsp"Volker Lendecke2022-02-011-6/+4
* smbd: Modernize a debug statementVolker Lendecke2022-02-011-3/+3
* torture: Align an integer typeVolker Lendecke2022-02-011-3/+3
* mdssvc: Align an integer typeVolker Lendecke2022-02-011-2/+2
* s3: smbd: Add two new functions in a new file, smb2_posix.c: smb2_posix_cc_in...Jeremy Allison2022-02-013-0/+182
* s3: smbd: smbd_smb2_request_process_negprot() - Allow SMB2 unix extensions to...Jeremy Allison2022-02-011-0/+53
* s3: smbd: Plumb in POSIX lock requests through SMB2 lock calls if done on a P...Jeremy Allison2022-02-011-0/+19
* s3: smbd: Update widelinks_warning() to cope with SMB1 and SMB2 unix extensions.Jeremy Allison2022-02-011-2/+11
* s3: smbd: lp_widelinks(). Turn off widelinks if either SMB1 or SMB2 unix exte...Jeremy Allison2022-02-011-1/+1
* s3: smbd: Add lp_smb2_unix_extensions() function. Always returns false for now.Jeremy Allison2022-02-012-0/+7
* s3: smbd: Add the definition for SMB2_FIND_POSIX_INFORMATION info level.Jeremy Allison2022-02-011-0/+3
* s3: smbd: Add the definition for SMB2_FILE_POSIX_INFORMATION info level.Jeremy Allison2022-02-011-0/+4
* libcli: Add SMB2 posix negotiate context flag.Jeremy Allison2022-02-011-0/+1
* s3: smbd: Add an SMB2 server flag posix_extensions_negotiated.Jeremy Allison2022-02-011-0/+1
* CVE-2021-44141: s3: smbd: Inside rename_internals_fsp(), we must use vfs_stat...Jeremy Allison2022-01-312-2/+1
* CVE-2021-44141: s3: torture: Add a test samba3.blackbox.test_symlink_rename.S...Jeremy Allison2022-01-313-0/+192
* CVE-2021-44141: s3: smbd: Fix a subtle bug in the error returns from filename...Jeremy Allison2022-01-312-2/+36
* CVE-2021-44141: s3: smbd: Inside check_reduced_name() ensure we return the co...Jeremy Allison2022-01-312-5/+16
* CVE-2021-44141: s3: smbd: For SMB1+POSIX clients trying to open a symlink, al...Jeremy Allison2022-01-312-8/+6
* CVE-2021-44141: s3: torture: Change expected error return for samba3.smbtortu...Jeremy Allison2022-01-312-2/+3
* CVE-2021-44141: s3: torture: In test_smbclient_s3, change the error codes exp...Jeremy Allison2022-01-313-6/+8
* CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB1....Jeremy Allison2022-01-313-0/+276
* CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB1.Jeremy Allison2022-01-313-0/+268
* CVE-2021-44141: s3: torture: Add samba3.blackbox.test_symlink_traversal.SMB2.Jeremy Allison2022-01-313-0/+270
* CVE-2021-44142: libadouble: harden parsing codeRalph Boehme2022-01-312-17/+101
* CVE-2021-44142: libadouble: add basic cmocka testsRalph Boehme2022-01-314-0/+399
* CVE-2021-44142: libadouble: harden ad_unpack_xattrs()Ralph Boehme2022-01-311-3/+18
* CVE-2021-44142: smbd: add Netatalk xattr used by vfs_fruit to the list of pri...Ralph Boehme2022-01-311-0/+2
* CVE-2021-44142: libadouble: add defines for icon lengthsRalph Boehme2022-01-311-0/+2
* CVE-2022-0336: s4/dsdb/samldb: Don't return early when an SPN is re-added to ...Joseph Sutton2022-01-312-3/+1
* CVE-2022-0336: pytest: Add a test for an SPN conflict with a re-added SPNJoseph Sutton2022-01-312-0/+8
* s4:kdc: Translate HDB flags to SDB flagsAndreas Schneider2022-01-281-1/+5
* s4:kdc: Remove trailing spaces in hdb-samba4.cAndreas Schneider2022-01-281-3/+3
* s4:kdc: Add a HDB to SDB maskAndreas Schneider2022-01-281-0/+12
* s3/rpc_server: install elasticsearch_mappings.jsonRalph Boehme2022-01-281-0/+3
* printing/bgqd: Disable systemd notificationsFeRD (Frank Dana)2022-01-271-0/+3
* s4/auth/simple_bind: correctly report TLS stateDouglas Bagnall2022-01-262-6/+2
* pytest:auth_log: expect TLS connections when using ldapsDouglas Bagnall2022-01-262-4/+8
* s3/torture/pdbtest: fix always false conditionDouglas Bagnall2022-01-261-1/+1
* s4:libnet: Fix uninitialized value "seq_num"Pavel Filipenský2022-01-261-1/+1
* s4:libnet: Fix trailing whitespace in libnet_vampire.cPavel Filipenský2022-01-261-10/+10