Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18130: the move to system/ in libreplace broke some things ... should be | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r17859: Fix some return values | Simo Sorce | 1 | -15/+15 |
2007-10-10 | r17830: Set the default_basedn (hey, it comes from the "default" naming conte... | Simo Sorce | 1 | -32/+39 |
2007-10-10 | r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. That | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r17821: changed ldb_search() and the ldbsearch command line utility to | Andrew Tridgell | 1 | -0/+41 |
2007-10-10 | r17778: fix compiler warnings | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r17730: cast dlsym result to try to avoid a compiler crash on hpux | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17722: better to use talloc_vasprintf() than vasprintf() directly, as it | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r17714: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r17580: Add a new tools to convert back from AD-like schema to OpenLDAP. | Andrew Bartlett | 1 | -0/+17 |
2007-10-10 | r17579: make ldb build g++ friendly | Andrew Tridgell | 2 | -45/+45 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -21/+21 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 4 | -33/+44 |
2007-10-10 | r17503: Add a useful function to search for a DN | Simo Sorce | 1 | -0/+13 |
2007-10-10 | r17474: Allow the partitions module to load modules for specific backends. | Andrew Bartlett | 1 | -4/+5 |
2007-10-10 | r17473: Split loading a list of modules and initialising them into a seperate | Andrew Bartlett | 1 | -42/+58 |
2007-10-10 | r17398: avoid a memleak when we are returned 0 results and make a more creati... | Simo Sorce | 1 | -8/+8 |
2007-10-10 | r17397: Add const, and use a more local memory context. | Andrew Bartlett | 1 | -12/+22 |
2007-10-10 | r17368: Add 'const' to ldb_match_msg(). | Andrew Bartlett | 1 | -20/+20 |
2007-10-10 | r17301: Add a new function to copy a list of attributes, while adding one to | Andrew Bartlett | 1 | -0/+22 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -20/+20 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r16972: Replace the sequence_number function pointer in ldb with the ldb flags. | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r16936: Correct comment in this comparison function | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16908: Set an error string if we can't find a backend for an operation. | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r16832: I should be more careful (and test!) when trying to make compilers and | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r16829: Fix a number of issues raised by the IBM checker, or gcc warnings. | Andrew Bartlett | 1 | -8/+11 |
2007-10-10 | r16825: Make ldb_sainity_check() set an error string. This makes it much | Andrew Bartlett | 2 | -11/+23 |
2007-10-10 | r16784: - make some function in ldb static, they not need to be exported anyw... | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r16172: Translate the ldb error codes into appropriate messages for the | Andrew Bartlett | 1 | -3/+9 |
2007-10-10 | r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r16086: Ensure we can never dereference NULL pointers, and that describe what | Andrew Bartlett | 1 | -7/+14 |
2007-10-10 | r16085: Set the error string if we fail to find a valid op to execute. Helps | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 2 | -4/+69 |
2007-10-10 | r16071: tdb has nested transactions | Simo Sorce | 1 | -53/+86 |
2007-10-10 | r16066: The OSX AD plugin uses objectCategory searches a lot, and uses them | Andrew Bartlett | 2 | -3/+5 |
2007-10-10 | r16062: objectCategory is a DN, and needs to be matched as such. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -21/+44 |
2007-10-10 | r16007: If no error string was setup by the backend, ensure that we always get | Andrew Bartlett | 1 | -1/+9 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 2 | -15/+15 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -24/+2 |
2007-10-10 | r15932: Remove per request creds | Simo Sorce | 1 | -5/+0 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 2 | -12/+55 |
2007-10-10 | r15795: Try to use the async code by default | Simo Sorce | 1 | -12/+140 |
2007-10-10 | r15761: Fix-as-you-go ... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15582: Commit some forgotten stuff that have been setting on my private tree... | Simo Sorce | 1 | -0/+17 |
2007-10-10 | r15388: Fix cut&paste typo. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r15176: Ensure we don't segfault when we try and delete @FOO records. | Andrew Bartlett | 1 | -5/+10 |
2007-10-10 | r15113: Add a ldb_strerror() function. | Tim Potter | 1 | -0/+95 |
2007-10-10 | r14606: Fix paths in developer mode. This allows 'make quicktest' to work when | Jelmer Vernooij | 1 | -0/+5 |