summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfs_fruit: handling of ftruncate() on AFP_AfpInfo streamRalph Boehme2016-01-061-8/+12
* s4:torture:vfs_fruit: file without AFP_AfpInfoRalph Boehme2016-01-061-0/+38
* 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
* s3:lib/errmap_unix: map EOVERFLOW to NT_STATUS_ALLOTTED_SPACE_EXCEEDEDRalph Boehme2016-01-061-0/+3
* s4:torture:vfs_fruit: fix flakey test_write_atalk_rfork_io with OS XRalph Boehme2016-01-061-2/+1
* s4:torture:vfs_fruit: fix test_rename_dir_openfile() to work with OS XRalph Boehme2016-01-061-26/+26
* s4:torture:vfs_fruit: fix test_aapl() to work with OS XRalph Boehme2016-01-061-8/+7
* s4:torture:vfs_fruit: skip test_stream_names() without "localdir"Ralph Boehme2016-01-061-0/+6
* s4:torture:vfs_fruit: skip test_adouble_conversion() without "localdir"Ralph Boehme2016-01-061-0/+6
* s4:torture:vfs_fruit: skip test test_read_atalk_metadata() without "localdir"...Ralph Boehme2016-01-061-9/+18
* s4:torture:vfs_fruit: add explicit cleanup of testfilesRalph Boehme2016-01-061-3/+8
* s4:torture:vfs_fruit: add --option=torture:osx for enable_aapl()Ralph Boehme2016-01-061-1/+7
* s4:torture:vfs_fruit: enhance check_streamRalph Boehme2016-01-061-17/+22
* s4:torture:vfs_fruit: use AFPINFO_STREAM_NAMERalph Boehme2016-01-061-7/+7
* s4:torture:vfs_fruit: tweak check_stream_list()Ralph Boehme2016-01-061-36/+33
* s4:torture:vfs_fruit: rename tree1 -> treeRalph Boehme2016-01-061-114/+114
* s4:torture:vfs_fruit: remove unused tree2Ralph Boehme2016-01-062-34/+24
* docs: Fix typos in man vfs_gpfs.Karolin Seeger2015-12-181-3/+3
* smbd: make "hide dot files" option work with "store dos attributes = yes"Ralph Boehme2015-12-171-1/+1
* lib/async_req: do not install async_connect_send_test.Günther Deschner2015-12-171-1/+2
* lib/param: add a fixed unified lpcfg_string_{free,set,set_upper}() infrastruc...Jeremy Allison2015-12-172-139/+149
* samba-tool: fsmo.py throws an uncaught exception if noRowland Penny2015-12-171-1/+2
* s4:torture:vfs_fruit: add a test for POSIX renameRalph Boehme2015-12-171-0/+201