summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij5-5/+6
2007-12-21r25981: Don't create an ldb_request on NULL.Andrew Bartlett1-8/+11
2007-12-21r25957: Rework the cracknames code to use less gendb_search() and instead callAndrew Bartlett1-47/+116
2007-12-21r25949: Make error messages clearer and more correct.Andrew Bartlett2-6/+7
2007-12-21r25942: Make various ldb modules handle an LDB backend that enforces validityAndrew Bartlett7-163/+348
2007-12-21r25941: Use samdb_relative_path() (new function in samdb.c) in the partitionsAndrew Bartlett1-30/+3
2007-12-21r25940: Rework the samldb and templates handling.Andrew Bartlett2-45/+125
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher12-147/+177
2007-12-21r25891: Test that we get the correct return value when we attempt to referenceAndrew Bartlett1-2/+2
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij1-2/+23
2007-12-21r25839: use nss_wrapper code in samba4 ifStefan Metzmacher1-1/+1
2007-12-21r25788: Use a single routine to handle the creation of modify requests in theAndrew Bartlett1-202/+132
2007-12-21r25786: Add function required by linked_attributes module (We need a list ofAndrew Bartlett1-0/+20
2007-12-21r25781: Handle and test linked attribute renames.Andrew Bartlett1-7/+310
2007-12-21r25780: fix bool returnStefan Metzmacher1-1/+1
2007-12-21r25763: Handle modifies, in the easy case (add/delete of elements), for theAndrew Bartlett1-1/+151
2007-12-21r25762: This test belongs best with the other checks for a valid parent, inAndrew Bartlett2-8/+8
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-21r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett1-3/+5
2007-12-21r25754: More work on normal forms for ldb input.Andrew Bartlett1-69/+147
2007-12-21r25753: Move cn=rootdse to @ROOTDSE to avoid being caught up in schema restri...Andrew Bartlett1-2/+2
2007-12-21r25750: Update the objectclass module to improve consistency in Samba4.Andrew Bartlett1-78/+351
2007-12-21r25749: Add function required by linked_attributes module.Andrew Bartlett1-0/+15
2007-12-21r25748: Don't segfault if we don't have a schema yet.Andrew Bartlett1-0/+12
2007-12-21r25747: Implement linked attributes, for add operations.Andrew Bartlett2-0/+324
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 Bartlett2-17/+18
2007-12-21r25705: Ensure we return the out value to the caller.Andrew Bartlett1-0/+2
2007-12-21r25704: Handle the chicken-and-egg problem of setting up the LDB before we getAndrew Bartlett1-8/+15
2007-12-21r25702: Clarify comments and make this module more strict on objectclasses.Andrew Bartlett1-10/+13
2007-12-21r25701: Clarify commentAndrew Bartlett1-1/+1
2007-12-21r25693: Implement the rest of subtree renames, now that tridge waved his magicAndrew Bartlett1-22/+34
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij9-124/+124
2007-10-10r25531: Merge GTYPE_SECURITY_UNIVERSAL_GROUP from samba3.Günther Deschner1-0/+5
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+2
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij3-3/+4
2007-10-10r25268: Thanks to Andrew Kroeger for pointing out on IRC that this isAndrew Bartlett1-4/+0
2007-10-10r25249: Thanks to Andrew Kroeger for pointing out this silly typo (callingAndrew Bartlett1-1/+1
2007-10-10r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett1-5/+8
2007-10-10r25101: Directly depend on drsblobs - can't rely on having it in via ldb.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij3-4/+4
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij3-0/+3
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-11/+11
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij5-16/+16
2007-10-10r24986: LDB has a function for comparing things that must meet the rules ofAndrew Bartlett1-1/+1
2007-10-10r24941: Simplify samdb_result_nttime(), and remove nttime_from_string()Andrew Bartlett1-3/+1
2007-10-10r24918: Fix the build (forgot to include dcesrv_lsa.c in the previous commit)Andrew Bartlett1-2/+4
2007-10-10r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,Andrew Bartlett3-59/+63