summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/subtree_rename.c
Commit message (Expand)AuthorAgeFilesLines
* subtree_rename: Correct commentsAndrew Bartlett2018-05-301-8/+7
* dsdb/subtree_rename: Rename the base before we rename childrenAndrew Bartlett2016-06-011-51/+29
* dsdb: Do checks for invalid renames in samldb, before repl_meta_dataAndrew Bartlett2014-03-261-237/+11
* dsdb: Rework subtree_rename module to use recursive LDB_SCOPE_ONELEVEL searchesAndrew Bartlett2013-07-241-103/+98
* s4:dsdb: Fix warnings about not set / set but unused / shadowed variablesMatthieu Patou2013-04-191-2/+0
* dsdb: improve debug messageAndrew Tridgell2011-10-201-1/+1
* s4:subtree_rename LDB module - fix the move/rename constraintsMatthias Dieter Wallnöfer2011-08-101-10/+7
* s4-dsdb: make subtree_rename errors clearerAndrew Tridgell2011-02-071-10/+10
* s4:subtree_rename LDB module - make use of "dsdb_find_nc_root"Matthias Dieter Wallnöfer2010-11-161-22/+27
* s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell2010-11-011-0/+1
* s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell2010-11-011-1/+6
* s4:subtree_rename LDB module - also already deleted objects have to be renamedMatthias Dieter Wallnöfer2010-10-031-2/+13
* ldb: mark the location of a lot more ldb requestsAndrew Tridgell2010-09-251-0/+2
* s4:subtree_rename.c - relax the checks when requestedMatthias Dieter Wallnöfer2010-08-151-0/+5
* s4:subtree_rename LDB module - rename "check_system_flags" into "check_constr...Matthias Dieter Wallnöfer2010-08-011-9/+43
* s4:subtree_rename LDB module - introduce out of memory checksMatthias Dieter Wallnöfer2010-08-011-0/+4
* s4:subtree_rename LDB module - introduce the "systemFlags" protection rulesMatthias Dieter Wallnöfer2010-08-011-2/+122
* s4:subtree_rename LDB module - "subren_ctx_init" - fix the "out of memory" re...Matthias Dieter Wallnöfer2010-07-311-3/+2
* s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell2010-07-071-3/+3
* s4:subtree_rename LDB module - Cosmetic fixesMatthias Dieter Wallnöfer2010-07-041-3/+4
* dsdb: Fix includes when building against system ldb.Jelmer Vernooij2010-06-191-0/+2
* dsdb: Use Samba includes so _PUBLIC_ is defined.Jelmer Vernooij2010-06-191-1/+1
* dsdb: Make module ops struct for each module public.Jelmer Vernooij2010-06-191-1/+1
* s4/rodc: Fix the callbacks up the stack to handle referrals on modify requestsAnatoliy Atanasov2010-05-041-0/+4
* Fix the mess with ldb includes.Simo Sorce2009-01-301-5/+16
* LDB ASYNC: samba4 modulesSimo Sorce2008-09-291-180/+152
* Fix more valgrind issues.Andrew Bartlett2008-03-291-1/+15
* Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-201-6/+1
* r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett2007-12-211-122/+10
* r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett2007-12-211-8/+0
* r25761: Rename to be a DN to be a child of itself wasn't being checked for.Andrew Bartlett2007-12-211-0/+8
* r25729: Fix silly regression in the subtree_rename - I broke normal renames.Andrew Bartlett2007-12-211-1/+1
* r25723: Add a check to prevent deletion of entries with children. Sadly MMCAndrew Bartlett2007-12-211-1/+112
* r25710: Finally fix subtree renames. Untested code is broken code and in thisAndrew Bartlett2007-12-211-17/+1
* r25693: Implement the rest of subtree renames, now that tridge waved his magicAndrew Bartlett2007-12-211-22/+34
* r24793: The subtree_rename module is a work of fiction. An resemblance to aAndrew Bartlett2007-10-101-16/+7
* r24761: Permit subtree renames in Samba4.Andrew Bartlett2007-10-101-0/+290