summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/subtree_rename.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-29Fix more valgrind issues.Andrew Bartlett1-1/+15
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-6/+1
2007-12-21r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett1-122/+10
2007-12-21r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett1-8/+0
2007-12-21r25761: Rename to be a DN to be a child of itself wasn't being checked for.Andrew Bartlett1-0/+8
2007-12-21r25729: Fix silly regression in the subtree_rename - I broke normal renames.Andrew Bartlett1-1/+1
2007-12-21r25723: Add a check to prevent deletion of entries with children. Sadly MMCAndrew Bartlett1-1/+112
2007-12-21r25710: Finally fix subtree renames. Untested code is broken code and in thisAndrew Bartlett1-17/+1
2007-12-21r25693: Implement the rest of subtree renames, now that tridge waved his magicAndrew Bartlett1-22/+34
2007-10-10r24793: The subtree_rename module is a work of fiction. An resemblance to aAndrew Bartlett1-16/+7
2007-10-10r24761: Permit subtree renames in Samba4.Andrew Bartlett1-0/+290