summaryrefslogtreecommitdiff
path: root/source4/dsdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-1/+11
2007-10-10r17998: start working on syntaxesSimo Sorce4-29/+441
2007-10-10r17967: Somewhere along the line we lost unixName here, and so lost theAndrew Bartlett1-1/+1
2007-10-10r17955: Don't search for the dnsDomain attribute, it is invented (not in theAndrew Bartlett1-7/+23
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij6-5/+102
2007-10-10r17898: handle objectcategory and isdefunct for classesSimo Sorce1-17/+60
2007-10-10r17894: better name for the internal syntax typeSimo Sorce1-3/+3
2007-10-10r17870: This module (for the moment) handles the modifyTimestamp generation. ...Andrew Bartlett1-0/+1
2007-10-10r17860: Let's commit the work down up to now on the new schema module.Simo Sorce2-0/+1320
2007-10-10r17830: Set the default_basedn (hey, it comes from the "default" naming conte...Simo Sorce2-2/+2
2007-10-10r17825: I broken cracknames in my last patch - fix it upAndrew Tridgell1-1/+1
2007-10-10r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell3-33/+12
2007-10-10r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell4-16/+14
2007-10-10r17788: fix compiler warningsStefan Metzmacher2-4/+4
2007-10-10r17703: Fixes to enable the entryUUID module to work for it's objectClass ->Andrew Bartlett2-6/+7
2007-10-10r17699: Remove more printf calls.Andrew Bartlett1-11/+9
2007-10-10r17694: Don't use printf() in a module...Andrew Bartlett1-6/+5
2007-10-10r17690: Demonstrate how we can read the schema to find out details needed forAndrew Bartlett1-3/+182
2007-10-10r17639: Martin Kuhl noticed that we loaded an incorrect value forAndrew Bartlett2-0/+11
2007-10-10r17553: Actually enable the samba3sam module. Should help 'make test'.Andrew Bartlett1-1/+0
2007-10-10r17530: Watching the build farm mails carefully pays off...Andrew Bartlett1-3/+2
2007-10-10r17529: Simo doesn't like the use of the internal ldb_errstring in functionsAndrew Bartlett2-13/+37
2007-10-10r17526: Move timestamp generation into the objectGUID module. It probablyAndrew Bartlett1-1/+88
2007-10-10r17525: This is a merge from the Google Summer of Code 2006 project by Martin...Andrew Bartlett3-2/+227
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce5-28/+28
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce8-130/+125
2007-10-10r17513: ldb_set_errstring is an ldb private string, samdb uses DEBUG() statem...Simo Sorce1-4/+3
2007-10-10r17505: we are setting the timeout with the provide function right after.Simo Sorce1-1/+0
2007-10-10r17504: Do not use the invented unixID but use the rfc2307 uidNumber and gidN...Simo Sorce1-13/+13
2007-10-10r17474: Allow the partitions module to load modules for specific backends.Andrew Bartlett1-4/+75
2007-10-10r17331: Oops, how did I commit this empty file...Andrew Bartlett1-0/+0
2007-10-10r17303: More testing results: Don't try and call a NULL callback, and use theAndrew Bartlett1-1/+6
2007-10-10r17302: Testing!Andrew Bartlett2-5/+7
2007-10-10r17299: Improve the partition module to replicate attribute records into allAndrew Bartlett1-59/+181
2007-10-10r17298: Fix up the local_password module to the current LDB API, and build it...Andrew Bartlett2-96/+108
2007-10-10r17289: Fix the build: I havn't commited this module yet.Andrew Bartlett1-10/+0
2007-10-10r17288: Don't mess with entries in the local password prefix, and fix constAndrew Bartlett1-5/+21
2007-10-10r17287: Add the local_password module to the tree, so it doesn't get lost inAndrew Bartlett3-3/+904
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce7-78/+78
2007-10-10r17185: Oh, I wanted to do this for sooo long time.Simo Sorce5-78/+78
2007-10-10r17103: Big updates to the not-yet-enabled partitions module. It now servicesAndrew Bartlett1-4/+189
2007-10-10r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett1-1/+1
2007-10-10r16933: Sort the partitions in order from most, to least specific.Andrew Bartlett1-2/+13
2007-10-10r16914: Add more tests for the partition module.Andrew Bartlett1-25/+137
2007-10-10r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sidsAndrew Bartlett1-5/+3
2007-10-10r16854: Fix the RPC-SAMR-PASSWORDS test. It failed because we allocated usersAndrew Bartlett1-1/+3
2007-10-10r16833: Add a base DN to more search calls, we need to look for an ID over theAndrew Bartlett1-5/+5
2007-10-10r16831: Use a valid memory context (found by the IBM checker).Andrew Bartlett1-2/+2
2007-10-10r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett1-1/+1
2007-10-10r16827: Factor out some code into common samdb functions:Andrew Bartlett2-176/+179