Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -79/+22 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -3/+1 |
2007-10-10 | r15795: Try to use the async code by default | Simo Sorce | 1 | -8/+28 |
2007-10-10 | r15789: hmm, damn, testing uncovcer all your bugs :-) | Simo Sorce | 1 | -16/+2 |
2007-10-10 | r15783: Fix previous commit, was the wrong way to deal with the problem | Simo Sorce | 1 | -26/+24 |
2007-10-10 | r15782: More fixes for async cases | Simo Sorce | 1 | -14/+34 |
2007-10-10 | r15639: fix warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15582: Commit some forgotten stuff that have been setting on my private tree... | Simo Sorce | 1 | -9/+1 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14401: Let samldb intercept the async requests. | Simo Sorce | 1 | -0/+86 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -16/+9 |
2007-10-10 | r13615: Make ldb_set_errstring get ldb instead of module as parameter. | Simo Sorce | 1 | -6/+12 |
2007-10-10 | r13150: Correct comment. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12998: A big update to samldb.c | Andrew Bartlett | 1 | -194/+433 |
2007-10-10 | r12943: Generate a SID for the domain join account using the modules, rather | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r12743: Remove the ugly way we had to make a second stage init and introduce | Simo Sorce | 1 | -3/+1 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 1 | -1/+3 |
2007-10-10 | r12658: Couple of fixes related to shared module builds. | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12598: Make the 'objectClass' part of the templating process actually work. | Andrew Bartlett | 1 | -17/+26 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12427: Move SAMR CreateUser2 to transactions, and re-add support for | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11592: fixed a crash bug from the ldb_result changes (res was being used aft... | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -48/+35 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -8/+9 |
2007-10-10 | r10759: make modules easier to write by allowing modules to only implement the | Andrew Tridgell | 1 | -22/+1 |
2007-10-10 | r10753: don't require every ldb module to implement both a search_bytree() and | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r10477: expose transactions outside ldb and change the API once more | Simo Sorce | 1 | -3/+10 |
2007-10-10 | r10411: we don't need the 10 times retry on rid allocation now, as | Andrew Tridgell | 1 | -10/+2 |
2007-10-10 | r10306: change these modules to use new error API | Simo Sorce | 1 | -32/+2 |
2007-10-10 | r10300: forgot to change the dsdb modules function names | Simo Sorce | 1 | -8/+8 |
2007-10-10 | r9793: Be more verbose, check for errors in upgrade script. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r9768: Arrrgh.. Right this time. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9767: Fix typo | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -43/+33 |
2007-10-10 | r8791: (missing from previous commit) | Andrew Bartlett | 1 | -16/+61 |
2007-10-10 | r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie: | Andrew Bartlett | 1 | -23/+1 |
2007-10-10 | r8674: With the rdn_name module, we don't need this duplication in the samdb | Andrew Bartlett | 1 | -22/+0 |
2007-10-10 | r8666: The same fix as the last commit, I was caught out on a move from a | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r8664: I got caught out not testing... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r8663: Since simo constructed the samdb module, he and tridge have worked on | Andrew Bartlett | 1 | -31/+34 |
2007-10-10 | r8660: Use templates for the initial provision of user and computer accounts. | Andrew Bartlett | 1 | -5/+12 |
2007-10-10 | r8650: Use the timestamps and a new objectguid module rather than placing | Andrew Bartlett | 1 | -6/+3 |
2007-10-10 | r8568: change missing templates to warnings, so that provisioning with an exi... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r8321: Fix some uninitalized variable warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r7925: small tidyup (please keep lines at a reasonable length) | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7860: switch our ldb storage format to use a NDR encoded objectSid. This is | Andrew Tridgell | 1 | -17/+34 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 1 | -9/+18 |