summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
...
* r25761: Rename to be a DN to be a child of itself wasn't being checked for.Andrew Bartlett2007-12-211-0/+8
* r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett2007-12-211-3/+5
* r25754: More work on normal forms for ldb input.Andrew Bartlett2007-12-211-69/+147
* r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema restri...Andrew Bartlett2007-12-211-2/+2
* r25750: Update the objectclass module to improve consistency in Samba4.Andrew Bartlett2007-12-211-78/+351
* r25749: Add function required by linked_attributes module.Andrew Bartlett2007-12-211-0/+15
* r25748: Don't segfault if we don't have a schema yet.Andrew Bartlett2007-12-211-0/+12
* r25747: Implement linked attributes, for add operations.Andrew Bartlett2007-12-212-0/+324
* 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-212-17/+18
* r25705: Ensure we return the out value to the caller.Andrew Bartlett2007-12-211-0/+2
* r25704: Handle the chicken-and-egg problem of setting up the LDB before we getAndrew Bartlett2007-12-211-8/+15
* r25702: Clarify comments and make this module more strict on objectclasses.Andrew Bartlett2007-12-211-10/+13
* r25701: Clarify commentAndrew Bartlett2007-12-211-1/+1
* r25693: Implement the rest of subtree renames, now that tridge waved his magicAndrew Bartlett2007-12-211-22/+34
* r25553: Convert to standard bool type.Jelmer Vernooij2007-10-109-124/+124
* r25531: Merge GTYPE_SECURITY_UNIVERSAL_GROUP from samba3.Günther Deschner2007-10-101-0/+5
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+2
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-102-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-103-3/+4
* r25268: Thanks to Andrew Kroeger for pointing out on IRC that this isAndrew Bartlett2007-10-101-4/+0
* r25249: Thanks to Andrew Kroeger for pointing out this silly typo (callingAndrew Bartlett2007-10-101-1/+1
* r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett2007-10-101-5/+8
* r25101: Directly depend on drsblobs - can't rely on having it in via ldb.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-103-4/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+3
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-11/+11
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-105-16/+16
* r24986: LDB has a function for comparing things that must meet the rules ofAndrew Bartlett2007-10-101-1/+1
* r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()Andrew Bartlett2007-10-101-3/+1
* r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit)Andrew Bartlett2007-10-101-2/+4
* r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,Andrew Bartlett2007-10-103-59/+63
* r24793: The subtree_rename module is a work of fiction. An resemblance to aAndrew Bartlett2007-10-101-16/+7
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-2/+1
* r24761: Permit subtree renames in Samba4.Andrew Bartlett2007-10-102-0/+302
* r24731: Remove unused code - if we hit these error conditions, then we areAndrew Bartlett2007-10-109-82/+0
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-11/+11
* r24697: Excelent patch and detective work by Matthias WallnöferAndrew Bartlett2007-10-101-4/+4
* r24696: Fix bug 4918 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>Andrew Bartlett2007-10-101-37/+40
* r24690: Further fix to bug 4919: Ensure we don't supply a NULL URL argument toAndrew Bartlett2007-10-101-0/+5
* r24655: Fix bug 4919 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>:Andrew Bartlett2007-10-101-3/+2
* r24648: Found out the meaning of a few more flags.Andrew Bartlett2007-10-101-2/+2
* r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.Andrew Bartlett2007-10-102-4/+4
* r24611: Following up on the re-opening of bug 4817 is it pretty clear thatAndrew Bartlett2007-10-101-5/+11
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-1/+1
* r24479: Typo fix - this makes 'make test' pass against OpenLDAP again.Andrew Bartlett2007-10-101-1/+1
* r24459: Fix up ldap.js and test_ldb.sh to test the domain_scope control, andAndrew Bartlett2007-10-102-112/+8
* r24277: Tidyup as requested by metze.Andrew Bartlett2007-10-101-8/+14
* r24263: Fix bug 4846 (unable to copy users in MMC Active Directory Users andAndrew Bartlett2007-10-101-3/+47