summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-common: Protocol argument must be in host order for socket() callAmitay Isaacs2016-02-046-10/+10
* 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
* s4:torture: add SMB2 test for directory creation initial allocation sizeRalph Boehme2016-01-261-0/+64
* 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-143-0/+360
* 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-143-6/+21
* smbclient: query disk usage relative to current directoryUri Simchoni2016-01-146-7/+11
* VERSION: Bump version up to 4.3.5...Karolin Seeger2016-01-111-2/+2
* VERSION: Disable git snapshots for the 4.3.4 release.samba-4.3.4Karolin Seeger2016-01-111-1/+1
* WHATSNEW: Add release notes for Samba 4.3.4.Karolin Seeger2016-01-111-2/+75
* s3:torture: add traverse testing to LOCAL-RBTREEStefan Metzmacher2016-01-111-0/+39
* dbwrap_rbt: fix modifying the db during traverseStefan Metzmacher2016-01-111-47/+57
* dbwrap_rbt: add nested traverse protectionStefan Metzmacher2016-01-111-31/+40
* dbwrap_rbt: use talloc_zero_size() instead of a partial ZERO_STRUCT()Stefan Metzmacher2016-01-111-3/+1
* Revert "Fix bug #11394 - Crash: Bad talloc magic value - access after free"Karolin Seeger2016-01-112-127/+71
* password_lockout: test creds.get_kerberos_state()Douglas Bagnall2016-01-061-0/+1
* auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2016-01-064-55/+451
* password_lockout tests: add assertLoginFailure()Douglas Bagnall2016-01-061-10/+12
* auth: increase resolution for password grace period calculationDouglas Bagnall2016-01-061-1/+3
* pycredentials: add get_kerberos_state() methodDouglas Bagnall2016-01-061-0/+8
* 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
* s4:torture:vfs_fruit: add test test_read_afpinfoRalph Boehme2016-01-061-0/+79
* s4:torture:vfs_fruit: add tests for AFP_Resource delete-on-close and eofRalph Boehme2016-01-061-0/+293
* vfs_fruit: ignore delete on the AFP_Resource streamRalph Boehme2016-01-061-21/+2
* s4:torture:vfs_fruit: update AFP_AfpInfo IO testsRalph Boehme2016-01-061-3/+3
* vfs_fruit: fix offset and len handling for AFP_AfpInfo streamRalph Boehme2016-01-061-3/+12
* s4:torture:vfs_fruit: test nulling out AFP_AfpInfo streamRalph Boehme2016-01-061-0/+53
* vfs_fruit: writing all 0 to AFP_AfpInfo streamRalph Boehme2016-01-061-0/+17
* s4:torture:vfs_fruit: add tests for AFP_AfpInfo delete-on-close and eofRalph Boehme2016-01-061-0/+295