summaryrefslogtreecommitdiffstats
path: root/source4/dsdb
Commit message (Expand)AuthorAgeFilesLines
* r25957: Rework the cracknames code to use less gendb_search() and instead callAndrew Bartlett2007-12-211-47/+116
* r25949: Make error messages clearer and more correct.Andrew Bartlett2007-12-212-6/+7
* r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett2007-12-217-163/+348
* r25941: Use samdb_relative_path() (new function in samdb.c) in the partitionsAndrew Bartlett2007-12-211-30/+3
* r25940: Rework the samldb and templates handling.Andrew Bartlett2007-12-212-45/+125
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-2112-147/+177
* r25891: Test that we get the correct return value when we attempt to referenceAndrew Bartlett2007-12-211-2/+2
* r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij2007-12-211-2/+23
* r25839: use nss_wrapper code in samba4 ifStefan Metzmacher2007-12-211-1/+1
* r25788: Use a single routine to handle the creation of modify requests in theAndrew Bartlett2007-12-211-202/+132
* r25786: Add function required by linked_attributes module (We need a list ofAndrew Bartlett2007-12-211-0/+20
* r25781: Handle and test linked attribute renames.Andrew Bartlett2007-12-211-7/+310
* r25780: fix bool returnStefan Metzmacher2007-12-211-1/+1
* r25763: Handle modifies, in the easy case (add/delete of elements), for theAndrew Bartlett2007-12-211-1/+151
* r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett2007-12-212-8/+8
* 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