summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.7.5 release.samba-4.7.5Karolin Seeger2018-02-071-1/+1
* WHATSNEW: Add release notes for Samba 4.7.5.Karolin Seeger2018-02-071-2/+89
* dbcheck: skip find_missing_forward_links_from_backlinks() if the db has the s...Stefan Metzmacher2018-02-061-0/+25
* dbcheck: add support for restoring missing forward linksRalph Boehme2018-02-063-10/+39
* dbcheck: add find_missing_forward_links_from_backlinks()Ralph Boehme2018-02-061-0/+96
* dbcheck: make sure we ask for replPropertyMetaData if we need to process any ...Stefan Metzmacher2018-02-061-0/+12
* dbcheck: make sure we always ask for the objectGUID attribute explicitlyStefan Metzmacher2018-02-061-2/+1
* dbcheck: add a helper function that checks is a value has duplicate linksRalph Boehme2018-02-061-0/+32
* dbcheck: add a dict where we remember attributes with duplicate linksRalph Boehme2018-02-061-0/+7
* dbcheck: split out check_duplicate_links from check_dnRalph Boehme2018-02-061-16/+29
* dbcheck: store fixed forward link attributes with the correct sortingStefan Metzmacher2018-02-061-11/+6
* dbcheck: remove ldb.FLAG_MOD_REPLACE when replacing search results for forwar...Stefan Metzmacher2018-02-061-1/+1
* dbcheck: rename err_duplicate_links() to err_recover_forward_links() and adju...Ralph Boehme2018-02-062-6/+10
* dbcheck: add link direction to error message for duplicate linksRalph Boehme2018-02-062-2/+3
* dbcheck: rename err_duplicate_links argumentsRalph Boehme2018-02-061-6/+6
* dbcheck: only pass obj_dn to err_orphaned_backlink()Stefan Metzmacher2018-02-061-5/+6
* dbcheck: add forward_syntax argument to err_orphaned_backlinkRalph Boehme2018-02-061-3/+4
* dbcheck: rename and reorder err_orphaned_backlink argumentsRalph Boehme2018-02-061-11/+11
* selftest/dbcheck: add a test for corrupt forward links restorationRalph Boehme2018-02-064-0/+116
* Revert "dbcheck: disable fixing duplicate linked attributes until we can reco...Ralph Boehme2018-02-062-24/+3
* python/common: add __cmp__ function to dsdb_Dn similar to parsed_dn_compare()Stefan Metzmacher2018-02-062-1/+17
* python:tests: add test_dsdb_Dn_sorted() to "samba.tests.common"Stefan Metzmacher2018-02-062-0/+25
* python:tests: remove test_dsdb_Dn() to test_dsdb_Dn_binary()Stefan Metzmacher2018-02-061-2/+2
* python:tests: use TestCaseInTempDir for "samba.tests.common"Stefan Metzmacher2018-02-061-3/+4
* vfs_fruit: set delete-on-close for empty finderinfoRalph Boehme2018-01-262-26/+36
* vfs_fruit: filter out AFP_AfpInfo streams with pending delete-on-closeRalph Boehme2018-01-251-1/+71
* vfs_fruit: factor out delete_invalid_meta_stream() from fruit_streaminfo_meta...Ralph Boehme2018-01-251-23/+34
* s4/torture/fruit: enhance zero AFP_AfpInfo stream testRalph Boehme2018-01-252-3/+86
* s4/torture/fruit: ensure AFP_AfpInfo blobs are 0-initializedRalph Boehme2018-01-251-1/+1
* dbcheck: disable fixing duplicate linked attributes until we can recover lost...Stefan Metzmacher2018-01-252-3/+24
* repl_meta_data: fix linked attribute corruption on databases with unsorted li...Stefan Metzmacher2018-01-252-4/+15
* testprogs:blackbox: add regression test for unsorted links in tombstones-expu...Stefan Metzmacher2018-01-256-1/+133
* samba: Only use async signal-safe functions in signal handlerVolker Lendecke2018-01-251-3/+1
* waf: Fix NFS quota support with libtirpcAndreas Schneider2018-01-254-15/+26
* wafsamba: Allow passing 'lib' to CHECK_STRUCTURE_MEMBERAndreas Schneider2018-01-251-1/+3
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-255-11/+39
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-255-48/+114
* s3:waf: Move HAVE_NETGROUP to wscriptAndreas Schneider2018-01-252-4/+5
* vfs_default: use VFS statvfs macro in fs_capabilitiesDavid Disseldorp2018-01-221-7/+7
* vfs_ceph: add fs_capabilities hook to avoid local statvfsDavid Disseldorp2018-01-221-0/+15
* selftest: allow more time for testsDouglas Bagnall2018-01-111-2/+2
* s3: smbd: Use identical logic to test for kernel oplocks on a share.Jeremy Allison2018-01-091-7/+18
* smbd: Fix coredump on failing chdir during logoffChristof Schmitt2018-01-022-5/+0
* selftest: Add test for failing chdir call in smbdChristof Schmitt2018-01-023-0/+60
* selftest: Make location of log file available in testsChristof Schmitt2018-01-021-0/+1
* selftest: Add share for error injection testingChristof Schmitt2018-01-021-0/+4
* vfs_error_inject: Add new moduleChristof Schmitt2018-01-023-0/+108
* ctdb-recovery-helper: Deregister message handler in error pathsAmitay Isaacs2018-01-021-4/+12
* sysacls: change datatypes to 32 bitsUri Simchoni2018-01-021-2/+8
* pysmbd: fix use of sysacl APIUri Simchoni2018-01-021-5/+38