summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samldb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14401: Let samldb intercept the async requests.Simo Sorce1-0/+86
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-16/+9
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-6/+12
2007-10-10r13150: Correct comment.Andrew Bartlett1-1/+1
2007-10-10r12998: A big update to samldb.cAndrew Bartlett1-194/+433
2007-10-10r12943: Generate a SID for the domain join account using the modules, ratherAndrew Bartlett1-2/+0
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-3/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-1/+3
2007-10-10r12658: Couple of fixes related to shared module builds.Jelmer Vernooij1-4/+0
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r12598: Make the 'objectClass' part of the templating process actually work.Andrew Bartlett1-17/+26
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12427: Move SAMR CreateUser2 to transactions, and re-add support forAndrew Bartlett1-1/+1
2007-10-10r11592: fixed a crash bug from the ldb_result changes (res was being used aft...Andrew Tridgell1-4/+6
2007-10-10r11567: Ldb API change patch.Simo Sorce1-48/+35
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-8/+9
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell1-22/+1
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-9/+0
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-3/+10
2007-10-10r10411: we don't need the 10 times retry on rid allocation now, asAndrew Tridgell1-10/+2
2007-10-10r10306: change these modules to use new error APISimo Sorce1-32/+2
2007-10-10r10300: forgot to change the dsdb modules function namesSimo Sorce1-8/+8
2007-10-10r9793: Be more verbose, check for errors in upgrade script.Jelmer Vernooij1-1/+2
2007-10-10r9768: Arrrgh.. Right this time.Jelmer Vernooij1-1/+1
2007-10-10r9767: Fix typoJelmer Vernooij1-1/+1
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-43/+33
2007-10-10r8791: (missing from previous commit)Andrew Bartlett1-16/+61
2007-10-10r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett1-23/+1
2007-10-10r8674: With the rdn_name module, we don't need this duplication in the samdbAndrew Bartlett1-22/+0
2007-10-10r8666: The same fix as the last commit, I was caught out on a move from aAndrew Bartlett1-2/+2
2007-10-10r8664: I got caught out not testing...Andrew Bartlett1-2/+2
2007-10-10r8663: Since simo constructed the samdb module, he and tridge have worked onAndrew Bartlett1-31/+34
2007-10-10r8660: Use templates for the initial provision of user and computer accounts.Andrew Bartlett1-5/+12
2007-10-10r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett1-6/+3
2007-10-10r8568: change missing templates to warnings, so that provisioning with an exi...Andrew Tridgell1-3/+3
2007-10-10r8321: Fix some uninitalized variable warningsVolker Lendecke1-1/+1
2007-10-10r7925: small tidyup (please keep lines at a reasonable length)Andrew Tridgell1-1/+2
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell1-17/+34
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-9/+18
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-18/+12
2007-10-10r6084: - Introduce the samldb module dependency on samba4Simo Sorce1-205/+170
2007-10-10r5588: We currently use a string representing an hex number so conform to that.Simo Sorce1-3/+3
2007-10-10r5587: more work around the samldb moduleSimo Sorce1-8/+180
2007-10-10r5584: add new experimental ldb moduleSimo Sorce1-0/+512