summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.3.5 release.samba-4.3.5Karolin Seeger2016-02-221-1/+1
* WHATSNEW: Add release notes for Samba 4.3.5.Karolin Seeger2016-02-221-2/+89
* ctdb-scripts: Drop use of "smbcontrol winbindd ip-dropped ..."Martin Schwenke2016-02-162-11/+0
* lib/tsocket: workaround sockets not supporting FIONREADRalph Boehme2016-02-161-1/+61
* param: Fix str_list_v3 to accept ; againVolker Lendecke2016-02-151-1/+17
* 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
* docs-xml: fix typo in smbspool_krb5_wrapper manpage.Günther Deschner2016-02-091-1/+1
* docs: Add smbspool_krb5_wrapper manpageAndreas Schneider2016-02-092-0/+65
* python:tests/core: add tests for arcfour_encrypt() and string_to_byte_array()Stefan Metzmacher2016-02-051-0/+16
* s4:scripting/devel: make use of the generic arcfour_encrypt() and string_to_b...Stefan Metzmacher2016-02-051-15/+3
* python:samba/netcmd/domain: make use of the generic arcfour_encrypt() and str...Stefan Metzmacher2016-02-051-18/+5
* python:samba/join.py: make use of the generic arcfour_encrypt() and string_to...Stefan Metzmacher2016-02-051-16/+3
* python:samba: add a generic arcfour_encrypt() helper functionStefan Metzmacher2016-02-051-0/+16
* python:samba: add a generic string_to_byte_array() helper functionStefan Metzmacher2016-02-051-0/+8
* ctdb-common: Use documented names for protocol family in socket()Amitay Isaacs2016-02-046-12/+12
* 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