summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK-EA test.Jeremy Allison2016-02-242-1/+179
* CVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK-ACL test.Jeremy Allison2016-02-242-1/+199
* CVE-2015-7560: s3: libsmb: Add SMB1-only POSIX cli_posix_setacl() functions. ...Jeremy Allison2016-02-242-0/+111
* CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...Jeremy Allison2016-02-243-19/+19
* CVE-2015-7560: s3: smbd: Refuse to set EA's on a symlink.Jeremy Allison2016-02-241-0/+5
* CVE-2015-7560: s3: smbd: Silently return no EA's available on a symlink.Jeremy Allison2016-02-241-0/+9
* CVE-2015-7560: s3: smbd: Set return values early, allows removal of code dupl...Jeremy Allison2016-02-241-8/+5
* CVE-2015-7560: s3: smbd: Refuse to get a POSIX ACL on a symlink.Jeremy Allison2016-02-241-0/+7
* CVE-2015-7560: s3: smbd: Refuse to set a POSIX ACL on a symlink.Jeremy Allison2016-02-241-0/+6
* CVE-2015-7560: s3: smbd: Refuse to set an ACL from a POSIX file handle on a s...Jeremy Allison2016-02-241-0/+6
* CVE-2015-7560: s3: smbd: Refuse to get an ACL from a POSIX file handle on a s...Jeremy Allison2016-02-241-0/+7
* CVE-2015-7560: s3: smbd: Add refuse_symlink() function that can be used to pr...Jeremy Allison2016-02-241-0/+28
* loadparm: Fix memory leak issue.Hemanth Thummala2016-02-151-1/+1
* s3: smbd: posix_acls: Fix check for setting u:g:o entry on a filesystem with ...Jeremy Allison2016-02-151-1/+38
* s3:smbd:open: Skip redundant call to file_set_dosmode when creating a new file.Jose A. Rivera2016-02-151-2/+2
* s3: smbd: Fix timestamp rounding inside SMB2 create.Jeremy Allison2016-02-021-0/+8
* smbd: show correct disk size for different quota and dfree block sizesUri Simchoni2016-02-021-1/+8
* s3:utils/smbget fix recursive downloadChristian Ambach2016-02-021-1/+14
* waf: Only build smb_krb5_wrapper if we have CUPSAndreas Schneider2016-02-021-1/+2
* s3-client: Add a KRB5 wrapper for smbspoolAndreas Schneider2016-02-023-0/+234
* s3-parm: clean up defaults when removing global parametersAlexander Bokovoy2016-01-261-0/+17
* s3:smbd: Ignore initial allocation size for directory creationRalph Boehme2016-01-261-7/+3
* smbcacls: fix uninitialized variableUri Simchoni2016-01-211-1/+1
* Revert "winbind: Retry after SESSION_EXPIRED error in ping-dc"Christof Schmitt2016-01-141-8/+0
* winbindd: Retry on expired session in cm_connect_netlogonChristof Schmitt2016-01-141-0/+8
* winbindd: Retry on expired session in cm_connect_samChristof Schmitt2016-01-141-0/+48
* winbindd: Retry on expired session in cm_connect_lsaChristof Schmitt2016-01-141-0/+48
* winbindd: Remove double retry from some ADS methodsChristof Schmitt2016-01-141-14/+12
* winbindd: Add retry also for ADS method callsChristof Schmitt2016-01-146-4/+335
* winbindd: Reset connection for expired session before reconnectingChristof Schmitt2016-01-141-15/+24
* vfs_shadow_copy2: add a blackbox test suiteUri Simchoni2016-01-142-0/+291
* vfs_shadow_copy2: fix case where snapshots are outside the shareUri Simchoni2016-01-141-22/+46
* vfs_shadow_copy2: add shadow_copy2_do_convert()Uri Simchoni2016-01-141-4/+35
* s3:smbd/oplock obey kernel oplock setting when releasing oplocksChristian Ambach2016-01-141-1/+2
* selftest: more dfree command and smbclient disk usage testsUri Simchoni2016-01-141-5/+12
* smbclient: query disk usage relative to current directoryUri Simchoni2016-01-146-7/+11
* s3:torture: add traverse testing to LOCAL-RBTREEStefan Metzmacher2016-01-111-0/+39
* Revert "Fix bug #11394 - Crash: Bad talloc magic value - access after free"Karolin Seeger2016-01-111-39/+0
* smbd: do not disable "store dos attributes" on-the-flyUri Simchoni2016-01-063-36/+6
* s3:smbd: fix a corner case of the symlink verificationMichael Adam2016-01-061-25/+53
* s3: libsmb: Correctly initialize the list head when keeping a list of primary...Jeremy Allison2016-01-061-2/+2
* vfs_streams_xattr: fix and simplify streams_xattr_get_name()Ralph Boehme2016-01-061-20/+19
* vfs_fruit: hide the Netatalk metadata xattr in streaminfoRalph Boehme2016-01-061-2/+49
* vfs_fruit: add and use define for the Netatalk metadata xattrRalph Boehme2016-01-061-2/+3
* vfs_fruit: ignore delete on the AFP_Resource streamRalph Boehme2016-01-061-21/+2
* vfs_fruit: fix offset and len handling for AFP_AfpInfo streamRalph Boehme2016-01-061-3/+12
* vfs_fruit: writing all 0 to AFP_AfpInfo streamRalph Boehme2016-01-061-0/+17
* vfs_fruit: handling of ftruncate() on AFP_AfpInfo streamRalph Boehme2016-01-061-8/+12
* vfs_fruit: stat AFP_AfpInfo must fail when it doesn't existRalph Boehme2016-01-061-0/+11
* vfs_fruit: fix some debug messagesRalph Boehme2016-01-061-6/+4