summaryrefslogtreecommitdiffstats
path: root/source4/dsdb/samdb
Commit message (Expand)AuthorAgeFilesLines
...
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-214-4/+8
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-211-26/+64
* r26182: Extend our linked attribute testsuite to cover many more possibleAndrew Bartlett2007-12-211-74/+218
* r26140: Add a new test for searches by distinguieshedName and dn, andAndrew Bartlett2007-12-211-0/+18
* r26138: Don't talloc_free() res if an error occoured.Andrew Bartlett2007-12-211-1/+4
* r26137: Rename the entryUUID module to better match it's purpose: being aAndrew Bartlett2007-12-212-51/+61
* r26135: Remove samdb_add(), samdb_delete() and samdb_modify(), which were justAndrew Bartlett2007-12-211-26/+2
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-214-4/+5
* r25981: Don't create an ldb_request on NULL.Andrew Bartlett2007-12-211-8/+11
* 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-218-105/+123
* 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
* 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
* 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-107-48/+48
* 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-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-2/+3
* 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
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-102-2/+2
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
* 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-104-12/+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