summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* s4:dsdb: add dsdb_trust_search_tdo_by_sid() helper functionStefan Metzmacher2018-01-131-0/+65
* selftest: close connections after tests in samba4.ldap.rodc_rwdc.pythonJamie McClymont2018-01-092-0/+17
* selftest: close connections after tests in samba4.ldap.secdesc.pythonJamie McClymont2018-01-081-0/+5
* selftest: close connections after tests in samba4.ldap.acl.pythonJamie McClymont2018-01-081-0/+32
* Update util.c to include DBGC_AUTH classkkplein2018-01-081-2/+2
* dsdb: Fix the build on 32-bit FreeBSDVolker Lendecke2018-01-041-6/+6
* dsdb: Improve code and directly close fpAndreas Schneider2017-12-201-4/+1
* dsdb: Fix CID 1426728 Structurally dead codeVolker Lendecke2017-12-201-2/+0
* dsdb: Fix CID 1426727 Resource leakVolker Lendecke2017-12-201-0/+2
* provision: Changes to support encrypted_secrets moduleGary Lockyer2017-12-181-5/+24
* dsdb encrypted secrets moduleGary Lockyer2017-12-186-0/+3004
* schema: Allow schemaUpdateNow to refresh schema during a transactionGarming Sam2017-12-142-2/+26
* objectclass: Ensure that backlinks are not replicatedGarming Sam2017-12-141-0/+6
* flags.h: Introduce the 2016 function level constantGarming Sam2017-12-141-0/+1
* source4 dsdb: Allow duplicate non local objectSIDsGary Lockyer2017-12-102-1/+2
* source4 dsdb modules: Add new module "unique_object_sids"Gary Lockyer2017-12-104-0/+795
* repl_meta_data: Allow delete of an object with dangling backlinksAndrew Bartlett2017-11-241-8/+36
* repl_meta_data: Fix removing of backlink on deleted objectsAndrej Gessel2017-11-241-1/+2
* dsdb:extended_dn_store: implement DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKS co...Stefan Metzmacher2017-11-241-0/+7
* dsdb:repl_meta_data: implement DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKS controlStefan Metzmacher2017-11-241-0/+34
* s4:dsdb: allocate DSDB_CONTROL_DBCHECK_FIX_DUPLICATE_LINKS oidStefan Metzmacher2017-11-241-0/+3
* schema_set: Add comment about set schema from ldif in a transactionGarming Sam2017-11-241-0/+10
* schema: Make writing indices flag an enum for a new stateGarming Sam2017-11-246-23/+105
* gpoupdate: Move closer to 80 columnsAndrew Bartlett2017-11-201-5/+11
* gpo: enable gpo update with addition to build systemLuke Morrison2017-11-201-0/+9
* gpoupdate: Remove developer path from the commentAndrew Bartlett2017-11-201-1/+0
* gpoupdate: Correct comment about hard-coded 5 second runing of the scriptAndrew Bartlett2017-11-201-1/+4
* gpoupdate: Do not DEBUG(0) every scan intervalAndrew Bartlett2017-11-201-3/+0
* gpo: Create the gpo update serviceGarming Sam2017-11-201-0/+188
* dreplsrv: Use is_null_sidVolker Lendecke2017-11-131-3/+1
* repl_meta_data: Initialise parent_dn to NULLAndrew Bartlett2017-10-301-1/+1
* repl_meta_data: Explain that we do not truncate the DN at presentAndrew Bartlett2017-10-301-1/+10
* repl_meta_data: Use replmd_make_prefix_child_dn() in replmd_conflict_dn()Andrew Bartlett2017-10-301-39/+13
* repl_meta_data: Split replmd_make_deleted_child_dn() into a helper functionAndrew Bartlett2017-10-301-7/+62
* repl_meta_data: Move creation of deleted DN into helper: replmd_make_deleted_...Andrew Bartlett2017-10-301-60/+90
* repl_meta_data: Avoid printf() and use binary direct RDN creation for deleted...Andrew Bartlett2017-10-301-6/+58
* linked attribute tests: correct add_all_at_once testDouglas Bagnall2017-10-261-8/+5
* linked_attribute tests: helper assert function for expected LdbErrorDouglas Bagnall2017-10-261-20/+29
* replmd: use check_parsed_dn_duplicates() more widelyDouglas Bagnall2017-10-261-11/+10
* linked attribute tests: fix logic for add testDouglas Bagnall2017-10-261-0/+2
* linked attribute tests: ensure duplicate deletes failDouglas Bagnall2017-10-261-0/+5
* replmd: check for duplicate values in MOD_REPLACE caseDouglas Bagnall2017-10-261-0/+37
* linked attribute tests: test against duplicates in replaceDouglas Bagnall2017-10-261-0/+10
* replmd: Remove unnecessary replmd_build_la_val() paramTim Beale2017-10-201-7/+8
* replmd: Get rid of duplicated replmd_build_la_val() codeTim Beale2017-10-201-70/+7
* replmd: Fix RMD_VERSION inital value to match WindowsTim Beale2017-10-201-2/+5
* replmd: Remove static values passed to replmd_build_la_val()Tim Beale2017-10-201-8/+7
* replmd: Small refactor to replmd_check_singleval_la_conflict()Tim Beale2017-10-201-15/+21
* replmd: Change replmd_check_singleval_la_conflict() logic flowTim Beale2017-10-201-27/+27
* replmd: Move link conflict handling into separate functionTim Beale2017-10-201-53/+108