summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: Release ldb 1.4.0ldb-1.4.0Andrew Bartlett2018-05-304-1/+284
* selftest: Add test to show that sam.ldb does not do a full scan in startupAndrew Bartlett2018-05-301-0/+19
* ldb: Add tests for when we should expect a full scanAndrew Bartlett2018-05-304-2/+131
* ldb: One-level search was incorrectly falling back to full DB scanAndrew Bartlett2018-05-301-11/+12
* ldb: Explain why an entry can vanish from the indexAndrew Bartlett2018-05-301-1/+6
* ldb: Indicate that the ltdb_dn_list_sort() in list_union is a bit subtle.Andrew Bartlett2018-05-301-0/+3
* ldb: Save a copy of the index result before calling the callbacks.Andrew Bartlett2018-05-302-18/+336
* subtree_rename: Correct commentsAndrew Bartlett2018-05-301-8/+7
* dsdb: Remove sort from subtree_delete and add comments.Andrew Bartlett2018-05-301-19/+6
* selftest: Lock down the expected parents in BasicTreeDeleteTestsAndrew Bartlett2018-05-301-4/+150
* selftest: Rework BasicDeleteTests.test_all() into setUp() and a testAndrew Bartlett2018-05-301-75/+78
* samldb: Explain why the odd error code is expected.Andrew Bartlett2018-05-301-0/+4
* samldb: Add useful error string to explain why a group may not be deleted.Andrew Bartlett2018-05-301-3/+11
* tests: Fix intermittent error in PSO testTim Beale2018-05-301-0/+3
* repl_meta_data: Cope with the strange but unusual case of isDeleted: FALSE in...Andrew Bartlett2018-05-301-0/+34
* repl_meta_data: Remove el_count from replmd_delete_internals()Andrew Bartlett2018-05-301-7/+30
* s4-repl: Try to give more information in the error codes for prepare_commit f...Andrew Bartlett2018-05-301-2/+3
* ldb: Reset error string before running prepare_commit() hookAndrew Bartlett2018-05-301-0/+2
* vfs_fruit: delete 0 byte size streams if AAPL is enabledRalph Boehme2018-05-302-3/+3
* s4:torture: test setting EOF of a stream to 0 with enabled AAPL extensionsRalph Boehme2018-05-292-0/+200
* s4:torture/vfs/fruit: decrease large resource fork size in test from 1 GB to ...Ralph Boehme2018-05-291-2/+2
* python/samba/netcmd/schema.py: samdb schema update nowWilliam Brown2018-05-293-10/+11
* python/samba/tests/samba_tool/schema.py: Improve schema command testingWilliam Brown2018-05-292-15/+30
* python/samba/netcmd/schema.py: add schema show_oc for attributeWilliam Brown2018-05-293-0/+65
* python/samba/netcmd/schema.py: add schema query and management.William Brown2018-05-297-3/+382
* python/samba/netcmd/group.py: add group showWilliam Brown2018-05-293-0/+96
* python/samba/netcmd/{forest.py,main.py}: add configuration controlsWilliam Brown2018-05-295-0/+250
* torture: Cope with WINBINDD_SHOW_SEQUENCE failure for fake trustsAndrew Bartlett2018-05-291-3/+19
* talloc: Fix some typos in the commentsKai Blin2018-05-281-2/+2
* vfs_gpfs: Use full_path_tos instead of talloc_asprintfChristof Schmitt2018-05-261-5/+8
* vfs_gpfs: Remove get_full_smb_filename from is_offline checkChristof Schmitt2018-05-251-13/+4
* vfs_gpfs: Remove wrong get_full_smb_filename from ntimes functionChristof Schmitt2018-05-251-10/+2
* vfs_gpfs: Adjust debug level when get_winattrs returns EBADFChristof Schmitt2018-05-251-1/+10
* smbd: Move dfree_info structChristof Schmitt2018-05-252-9/+10
* smbd: Flush dfree memcache on service reloadChristof Schmitt2018-05-253-0/+7
* smbd: Cache dfree information based on query pathChristof Schmitt2018-05-252-20/+80
* memcache: Add new cache type for dfree informationChristof Schmitt2018-05-251-1/+2
* selftest: Add test for 'dfree cache'Christof Schmitt2018-05-252-0/+36
* selftest: Add dfq_cache share with 'dfree cache time' setChristof Schmitt2018-05-251-0/+6
* s3: vfs_fake_acls: Correctly implement the chmod/fchmod algorithm on fake acls.Jeremy Allison2018-05-252-1/+215
* s3: smbd: Make map_acl_perms_to_permset() extern.Jeremy Allison2018-05-252-1/+2
* s3: smbd: Make unix_perms_to_acl_perms() extern.Jeremy Allison2018-05-252-1/+2
* s3: posix_acls: Remove unused 'connection_struct *conn' parameter to map_acl_...Jeremy Allison2018-05-251-4/+4
* s3: posix_acls: Remove dead functions fchmod_acl()/chmod_acl().Jeremy Allison2018-05-252-42/+0
* s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison2018-05-2521-179/+1
* s3: torture: Remove cmd_fchmod_acl().Jeremy Allison2018-05-252-32/+0
* s3: modules: vfs_ceph: Remove FCHMOD_ACL in cephwrap_fchmod().Jeremy Allison2018-05-251-15/+0
* s3: modules: vfs_default: Remove FCHMOD_ACL in fchmod.Jeremy Allison2018-05-251-17/+0
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-2525-394/+1
* s3: torture: Remove cmd_chmod_acl().Jeremy Allison2018-05-252-33/+0