summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-04s4:dsdb: Fix code spellingJo Sutton1-2/+2
2024-06-11s4:dsdb: Remove trailing whitespaceJo Sutton1-14/+14
2024-05-07s4:dsdb:mod: repl_md: message sort uses NUMERIC_CMP()Douglas Bagnall1-4/+1
2024-05-07s4:dsdb:mod: repl_md: make message_sort transitiveDouglas Bagnall1-3/+11
2024-03-05lib/ldb-samba: Align py_ldb_set_opaque_integer() with pyldb_set_opaque() and ...Andrew Bartlett1-2/+2
2023-10-13s4:dsdb: Check return value of ldb_msg_add_empty() (CID 1272827)Joseph Sutton1-1/+4
2023-09-11s4:dsdb: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s4:dsdb: Add missing newlines to logging messagesJoseph Sutton1-3/+3
2023-08-08s4:dsdb: Add missing newlines to logging messagesJoseph Sutton1-3/+3
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-13/+13
2023-03-23s4:dsdb/repl_meta_data: let replmd_process_backlink() set DSDB_RMD_FLAG_HIDDE...Stefan Metzmacher1-1/+91
2023-03-23s4:dsdb/repl_meta_data: let replmd_process_backlink() use the source_dn variableStefan Metzmacher1-1/+1
2023-03-23s4:dsdb/repl_meta_data: let replmd_process_backlink() use dsdb_module_obj_by_...Stefan Metzmacher1-1/+9
2023-03-23s4:dsdb/repl_meta_data: check replmd_add_backlink() result in replmd_modify_l...Stefan Metzmacher1-0/+4
2023-03-23s3:dsdb/repl_meta_data: fix possible memleak on error in replmd_modify_la_add()Stefan Metzmacher1-0/+1
2023-03-22s4/dsdb/repl_meta_data: Pass NULL into ldb_msg_add_emptyJoseph Sutton1-1/+1
2023-03-14dsdb: Avoid ERROR(ldb): uncaught exception - Deleted target CN=NTDS Settings....Andrew Bartlett1-1/+12
2022-07-27CVE-2022-32746 ldb: Make use of functions for appending to an ldb_messageJoseph Sutton1-20/+4
2022-07-27CVE-2022-32746 s4/dsdb/repl_meta_data: Use LDB_FLAG_MOD_TYPE() for flags equa...Joseph Sutton1-4/+4
2022-05-02s4/dsdb/repl_meta_data: Receive function arguments in correct orderJoseph Sutton1-1/+1
2022-03-30s4:dsdb/descriptor: pass parent guid to dsdb_module_schedule_sd_propagation()Stefan Metzmacher1-0/+9
2021-12-03dsdb: Use DSDB_SEARCH_SHOW_EXTENDED_DN when searching for the local replicate...Andrew Bartlett1-1/+12
2021-09-04dsdb/samdb/ldb_modules: Use correct member of unionJoseph Sutton1-1/+1
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-06-13replmd: slightly clarify a commentDouglas Bagnall1-1/+1
2020-03-22dsdb: Allow delete (directly and over DRS) of an object with a link to itselfAndrew Bartlett1-24/+54
2020-03-02dsdb: Add debugging for a contrived situation where a non-schema attribute is...Andrew Bartlett1-0/+11
2020-03-02dsdb: Add very verbose debugging if a delete fails in repl_meta_dataAndrew Bartlett1-2/+36
2020-02-28dsdb: Improve clarity by adding a comment in replmd_delete_internals()Andrew Bartlett1-0/+5
2020-02-28dsdb: Simplifiy VANISH_LINKS handling: The variable "parent" is always non-NULLAndrew Bartlett1-19/+15
2020-01-21repl_meta_data: Only reset replMetaData entry for name if we made a conflict ...Andrew Bartlett1-8/+7
2020-01-21repl_meta_data: Do not set *rename = true unless there has been a conflict on...Andrew Bartlett1-1/+0
2020-01-21repl_meta_data: Add comment explaining what is being renamed after the confli...Andrew Bartlett1-1/+4
2020-01-21CVE-2019-14902 dsdb: Change basis of descriptor module deferred processing to...Andrew Bartlett1-3/+4
2020-01-21CVE-2019-14902 repl_meta_data: Set renamed = true (and so do SD inheritance) ...Andrew Bartlett1-0/+13
2020-01-21CVE-2019-14902 repl_meta_data: Fix issue where inherited Security Descriptors...Andrew Bartlett1-1/+21
2020-01-21CVE-2019-14902 repl_meta_data: schedule SD propagation to a renamed DNAndrew Bartlett1-1/+16
2019-10-18dsdb: Change LDB_TYPESAFE_QSORT() to TYPESAFE_QSORT() in repl_meta_data moduleAndrew Bartlett1-4/+3
2019-09-01Spelling fixes s/overriden/overridden/Mathieu Parent1-1/+1
2019-07-24s4/dsdb/replmd: use incoming_dn_should_be_renamed() 2/2Douglas Bagnall1-87/+3
2019-07-24s4/dsdb/replmd: use incoming_dn_should_be_renamed() 1/2Douglas Bagnall1-82/+3
2019-07-24s4/dsdb/replmd: add a helper for common calculationsDouglas Bagnall1-0/+124
2019-07-24s4/dsdb/replmd: replicated_handle_rename free temp_ctxDouglas Bagnall1-0/+3
2019-07-09dsdb repl_meta_data: Don't print ldif on errorGary Lockyer1-5/+4
2019-07-02repl_md: Avoid dropping cross-partition linksTim Beale1-15/+16
2019-05-15s4 dsdb/repl_meta_data: fix use after free in dsdb_audit_add_ldb_valueGary Lockyer1-0/+36
2019-05-15s4 dsdb/repl_meta_data: allocate new extended DNs during ADD on a better contextAndrew Bartlett1-1/+1
2019-05-10dsdb/replmd: use ldb_msg_remove_element()Douglas Bagnall1-2/+1
2019-05-01s4/replmd delete: optimise attribute preservation with binary searchDouglas Bagnall1-13/+31
2019-05-01s4/replmd: delete checks flag before laborious searchDouglas Bagnall1-2/+2