Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 6 | -82/+82 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 6 | -147/+147 |
2007-10-10 | r17031: When I first revived the objectclass sorting module, simo complained | Andrew Bartlett | 1 | -151/+293 |
2007-10-10 | r16972: Replace the sequence_number function pointer in ldb with the ldb flags. | Andrew Bartlett | 1 | -9/+14 |
2007-10-10 | r16825: Make ldb_sainity_check() set an error string. This makes it much | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16264: Add, but do not yet enable, the partitions module. | Andrew Bartlett | 3 | -6/+6 |
2007-10-10 | r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr... | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r16090: Fix standalone build after the rename of enum ldb_request_type in | Tim Potter | 2 | -11/+11 |
2007-10-10 | r16053: Allow entries without an objectClass. We need this to permit the | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 6 | -58/+31 |
2007-10-10 | r16028: Re-add the objectclass module, in the new async scheme. | Andrew Bartlett | 1 | -98/+342 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 2 | -2/+2 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 5 | -707/+6 |
2007-10-10 | r15932: Remove per request creds | Simo Sorce | 4 | -9/+0 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 6 | -67/+61 |
2007-10-10 | r15922: password_hash.c has proven to be a good way to research how to build ... | Simo Sorce | 1 | -42/+65 |
2007-10-10 | r15913: Error passing in the async code is not in agood shape | Simo Sorce | 2 | -6/+202 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 2 | -5/+2 |
2007-10-10 | r15786: another fix in rdn_name | Simo Sorce | 1 | -10/+3 |
2007-10-10 | r15762: It make no sense for rdn_name to implement modify, it will need to im... | Simo Sorce | 1 | -138/+0 |
2007-10-10 | r15761: Fix-as-you-go ... | Simo Sorce | 1 | -20/+6 |
2007-10-10 | r14436: mixing of boolean expressions and integers isn't allowed | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r14433: sort_result must be initialised when we call do_result | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14391: rdn_name -> async | Simo Sorce | 2 | -7/+176 |
2007-10-10 | r14364: operational -> async (untested) | Simo Sorce | 1 | -0/+251 |
2007-10-10 | r14344: More helpful messages on error for command line specified controls | Simo Sorce | 2 | -58/+424 |
2007-10-10 | r14162: Minor fixes on sort | Simo Sorce | 2 | -55/+485 |
2007-10-10 | r13998: From now on ldb_request() will require an alloced request | Simo Sorce | 2 | -12/+28 |
2007-10-10 | r13996: simplify ldb_async_wait() some more | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13993: First prototype of how an async module should be built. | Simo Sorce | 1 | -42/+361 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 8 | -153/+66 |
2007-10-10 | r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, using | Andrew Tridgell | 1 | -0/+43 |
2007-10-10 | r13616: Add new ldb functions: ldb_msg_add_steal_string() and | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13615: Make ldb_set_errstring get ldb instead of module as parameter. | Simo Sorce | 2 | -2/+2 |
2007-10-10 | r13507: the 'data' element of LDAP controls is optional. | Stefan Metzmacher | 3 | -0/+9 |
2007-10-10 | r13360: Fix crash bug when 0 results are returned on the internal base search | Simo Sorce | 1 | -1/+11 |
2007-10-10 | r13354: Add tests to check that controls work properly | Simo Sorce | 1 | -1/+21 |
2007-10-10 | r12995: Don't allow overrides on "name" from above, as it can't be correct. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r12948: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12942: this way is better | Simo Sorce | 1 | -2/+1 |
2007-10-10 | r12941: Add Attribute Scoped Search control | Simo Sorce | 1 | -0/+220 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 8 | -28/+9 |
2007-10-10 | r12743: Remove the ugly way we had to make a second stage init and introduce | Simo Sorce | 7 | -53/+53 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 7 | -5/+582 |
2007-10-10 | r12717: Always compile the skel module, so we know when we break it. | Andrew Bartlett | 1 | -28/+19 |
2007-10-10 | r12716: Tridge points out that the request argument to ldb_next_request must | Andrew Bartlett | 1 | -17/+29 |
2007-10-10 | r12658: Couple of fixes related to shared module builds. | Jelmer Vernooij | 5 | -20/+0 |
2007-10-10 | r12600: Add a new module to sort the objectclass attribute on store. The | Andrew Bartlett | 1 | -0/+313 |
2007-10-10 | r11981: we should allocate request specific memory in ldb modules off the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11958: - fixed memory leaks in the ldb_result handling in ldb operations | Andrew Tridgell | 2 | -24/+30 |