summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/dirsync.c
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb: Remove DSDB_ACL_CHECKS_DIRSYNC_FLAGJoseph Sutton2023-04-051-9/+2
* CVE-2020-25722: s4-acl: Make sure Control Access Rights honor the Applies-to ...Nadezhda Ivanova2021-11-091-2/+11
* s4:dsdb/dirsync: fix a typo in a commentBjörn Baumbach2021-03-011-2/+2
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* dsdb: Use ARRAY_DEL_ELEMENT() in dirsync_filter_entry()Volker Lendecke2020-03-261-5/+4
* CVE-2019-14847 dsdb: Correct behaviour of ranged_results when combined with d...Andrew Bartlett2019-10-311-4/+5
* s4:dirsync: fix interaction of dirsync and extended_dn controlsStefan Metzmacher2019-10-241-3/+18
* Spelling fixes s/withing/within/Mathieu Parent2019-09-011-1/+1
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-2/+3
* s4: use ldb_msg_new(), not talloc/talloc_zeroDouglas Bagnall2019-05-101-1/+1
* dsdb/modules/dirsync: ensure attrs exist (CID 1107212)Douglas Bagnall2019-05-091-0/+4
* dsdb/modules/dirsync: remove useless function callDouglas Bagnall2019-05-091-1/+0
* dsdb/modules/dirsync: avoid possible NULL dereference (CID 1034800)Douglas Bagnall2019-05-091-0/+3
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-011-1/+14
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-101-1/+1
* dsdb: Remove a self-assignmentVolker Lendecke2014-11-241-1/+0
* s4:dsdb/ldb_modules: avoid declaration after code warningsStefan Metzmacher2014-04-021-1/+4
* s4:dsdb fix compiler warningsChristian Ambach2013-12-121-1/+1
* s4:dsdb/dirsync: fix potential talloc hierachy problems (bug #9470)Stefan Metzmacher2012-12-101-3/+3
* s4:dsdb/dirsync: remove unused 'deletedattr' variableStefan Metzmacher2012-11-301-2/+0
* s4:dsdb/dirsync: explicitly ask for sdctr->secinfo_flags = 0xFStefan Metzmacher2012-11-301-2/+2
* s4:dsdb/dirsync: use the correct nc_root to fetch replUpToDateVectorStefan Metzmacher2012-11-301-3/+1
* s4:dsdb/dirsync: check result of replUpToDateVector fetch on nc_rootStefan Metzmacher2012-11-301-0/+4
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
* s4-dsdb: fixed use of RMD flags in ldb search in dirsync moduleAndrew Tridgell2011-08-251-2/+2
* s4-dirsync: use dsdb_module_dn_by_guid() not dsdb_find_dn_by_guid() in modulesAndrew Tridgell2011-08-181-1/+1
* s4-dirsync: do not return linked attribute if the target object is no moreMatthieu Patou2011-07-111-0/+29
* s4-dsdb: implementation of the dirsync controlMatthieu Patou2011-05-211-0/+1359