summaryrefslogtreecommitdiff
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke2018-11-281-8/+5
* CVE-2018-16857 dsdb/util: Add better default lockOutObservationWindowTim Beale2018-11-281-3/+7
* CVE-2018-16857 dsdb/util: Fix lockOutObservationWindow for PSOsTim Beale2018-11-281-3/+3
* CVE-2018-16857 dsdb/util: Correctly treat lockOutObservationWindow as 64-bit intTim Beale2018-11-281-5/+5
* CVE-2018-16857 tests: Sanity-check password lockout works with default valuesTim Beale2018-11-282-1/+35
* replmd: remove unnecessary indentTim Beale2018-11-231-54/+53
* replmd: Move logic into new replmd_should_apply_isDeleted() functionTim Beale2018-11-231-7/+45
* replmd: Avoid passing msg to replmd_process_linked_attribute()Tim Beale2018-11-231-18/+22
* replmd: Make replmd_process_linked_attribute() mem dependencies clearerTim Beale2018-11-211-6/+38
* replmd: Avoid redundant dsdb_get_deleted_objects_dn() checksTim Beale2018-11-211-3/+12
* replmd: Minimize get_parsed_dns_trusted() calls during replicationTim Beale2018-11-211-10/+26
* replmd: Pass old_el into replmd_process_linked_attribute()Tim Beale2018-11-211-13/+15
* replmd: Remove some redundant codeTim Beale2018-11-211-5/+0
* replmd: Move where we update the usnChanged/whenChangedTim Beale2018-11-211-17/+22
* replmd: Only modify the object if it actually changedTim Beale2018-11-211-0/+14
* replmd: replmd_process_link_attribute() returns type of change madeTim Beale2018-11-211-2/+20
* replmd: Cache recycle-bin state to avoid DB lookupTim Beale2018-11-201-6/+28
* replmd: Split some code out into create_la_entry() helper functionTim Beale2018-11-201-17/+41
* replmd: Minor change to replmd_verify_link_target() argsTim Beale2018-11-201-6/+5
* replmd: Skip redundant source object link checksTim Beale2018-11-201-20/+37
* replmd: Split up replmd_verify_linked_attribute() into src/target checksTim Beale2018-11-201-31/+43
* dsdb group_audit tests: fix use of strncmpGary Lockyer2018-11-201-3/+8
* dsdb: Slightly simplify samdb_check_passwordVolker Lendecke2018-11-161-11/+10
* s4:dsdb: Use const char in py_dsdb_garbage_collect_tombstones()Andreas Schneider2018-11-141-1/+1
* s4/dsdb/tests: PY3 port of samba4.ldap.acl.pythonNoel Power2018-11-141-11/+12
* s4/dsdb/tests/python: PY3 port samba4.ldap.secdescNoel Power2018-11-141-8/+8
* s4/dsdb/tests/python: PY3 port samba4.ldap_schema.pythonNoel Power2018-11-141-8/+8
* audit_tests: Use dom_sid_str_bufVolker Lendecke2018-11-021-10/+10
* dsdb: Use dom_sid_str_bufVolker Lendecke2018-11-021-6/+5
* tests/py/rodc_rwdc: Fix py2/py3 .next compat issuesNoel Power2018-11-021-3/+2
* source4 smdb: Add a post fork hook to the service APIGary Lockyer2018-11-013-31/+39
* source4 smbd: Make the service_details structure constant.Gary Lockyer2018-11-013-3/+3
* replmd: Single DB operation per source object during link processingTim Beale2018-11-011-60/+71
* replmd: Move talloc context one level upTim Beale2018-11-011-33/+15
* replmd: Split apart source/target checks for linksTim Beale2018-11-011-34/+46
* replmd: Group together link attribute processing by source objectTim Beale2018-11-011-14/+87
* replmd: Add more debug for replicating linksTim Beale2018-11-011-0/+13
* tests/rodc_rwdc: fix message formatDouglas Bagnall2018-11-011-1/+1
* s4/dsdb/pytest/sites: do not use variables out of scopeDouglas Bagnall2018-11-011-2/+2
* tests/python/sec_descriptor: safer use of super()Douglas Bagnall2018-11-011-1/+1
* tests/python/notification: safer use of super()Douglas Bagnall2018-11-011-1/+1
* s4/dsdb/pytest/ldap_schema: fix typo in docsDouglas Bagnall2018-11-011-1/+1
* dsdb group audit tests: log_membership_changes extra testsGary Lockyer2018-10-301-0/+364
* dsdb group audit tests: check_version improve diagnosticsGary Lockyer2018-10-301-7/+53
* dsdb group audit tests: check_timestamp improve diagnosticsGary Lockyer2018-10-301-4/+32
* dsdb group audit: align dn_compare with memcmpGary Lockyer2018-10-302-17/+18
* dsdb group_audit: Test to replicate BUG 13664Gary Lockyer2018-10-301-1/+251
* dsdb: Add comments explaining the limitations of our current backlink behaviourAndrew Bartlett2018-10-302-7/+35
* s4:samldb: internally use extended dns while changing the primaryGroupID fieldStefan Metzmacher2018-10-301-8/+21
* s4:repl_meta_data: add support for DSDB_CONTROL_DBCHECK_FIX_LINK_DN_SIDStefan Metzmacher2018-10-303-3/+161