summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/dirsync.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19s4:dsdb: Remove reference to non‐existent codeJoseph Sutton1-3/+1
2023-10-16CVE-2018-14628: s4:dsdb: remove unused code in dirsync_filter_entry()Stefan Metzmacher1-48/+5
2023-10-13s4:dsdb: Remove unreachable code (CID 1034686)Joseph Sutton1-2/+0
2023-10-10CVE-2023-4154: Unimplement the original DirSync behaviour without LDAP_DIRSYN...Andrew Bartlett1-11/+11
2023-09-11s4:dsdb: Fix code spellingJoseph Sutton1-9/+9
2023-08-08s4:dsdb: Fix code spellingJoseph Sutton1-2/+2
2023-08-03s4:dsdb:samdb: Fix code spellingAndreas Schneider1-6/+6
2023-04-05s4-dsdb: Remove DSDB_ACL_CHECKS_DIRSYNC_FLAGJoseph Sutton1-9/+2
2021-11-09CVE-2020-25722: s4-acl: Make sure Control Access Rights honor the Applies-to ...Nadezhda Ivanova1-2/+11
2021-03-01s4:dsdb/dirsync: fix a typo in a commentBjörn Baumbach1-2/+2
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-03-26dsdb: Use ARRAY_DEL_ELEMENT() in dirsync_filter_entry()Volker Lendecke1-5/+4
2019-10-31CVE-2019-14847 dsdb: Correct behaviour of ranged_results when combined with d...Andrew Bartlett1-4/+5
2019-10-24s4:dirsync: fix interaction of dirsync and extended_dn controlsStefan Metzmacher1-3/+18
2019-09-01Spelling fixes s/withing/within/Mathieu Parent1-1/+1
2019-06-30source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-2/+3
2019-05-10s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall1-1/+1
2019-05-09dsdb/modules/dirsync: ensure attrs exist (CID 1107212)Douglas Bagnall1-0/+4
2019-05-09dsdb/modules/dirsync: remove useless function callDouglas Bagnall1-1/+0
2019-05-09dsdb/modules/dirsync: avoid possible NULL dereference (CID 1034800)Douglas Bagnall1-0/+3
2019-03-01source4: Use wrapper for string to integer conversionSwen Schillig1-1/+14
2019-01-10Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig1-1/+1
2014-11-24dsdb: Remove a self-assignmentVolker Lendecke1-1/+0
2014-04-02s4:dsdb/ldb_modules: avoid declaration after code warningsStefan Metzmacher1-1/+4
2013-12-12s4:dsdb fix compiler warningsChristian Ambach1-1/+1
2012-12-10s4:dsdb/dirsync: fix potential talloc hierachy problems (bug #9470)Stefan Metzmacher1-3/+3
2012-11-30s4:dsdb/dirsync: remove unused 'deletedattr' variableStefan Metzmacher1-2/+0
2012-11-30s4:dsdb/dirsync: explicitly ask for sdctr->secinfo_flags = 0xFStefan Metzmacher1-2/+2
2012-11-30s4:dsdb/dirsync: use the correct nc_root to fetch replUpToDateVectorStefan Metzmacher1-3/+1
2012-11-30s4:dsdb/dirsync: check result of replUpToDateVector fetch on nc_rootStefan Metzmacher1-0/+4
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-08-25s4-dsdb: fixed use of RMD flags in ldb search in dirsync moduleAndrew Tridgell1-2/+2
2011-08-18s4-dirsync: use dsdb_module_dn_by_guid() not dsdb_find_dn_by_guid() in modulesAndrew Tridgell1-1/+1
2011-07-11s4-dirsync: do not return linked attribute if the target object is no moreMatthieu Patou1-0/+29
2011-05-21s4-dsdb: implementation of the dirsync controlMatthieu Patou1-0/+1359