summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* r17113: build tdb and ldb standalone with the same sizes of 'off_t' as from s...Stefan Metzmacher2007-10-101-0/+1
* r17112: - fix the build of the ldap ldb backend with newer openldap header fi...Stefan Metzmacher2007-10-101-1/+2
* r17031: When I first revived the objectclass sorting module, simo complainedAndrew Bartlett2007-10-101-151/+293
* r16972: Replace the sequence_number function pointer in ldb with the ldb flags.Andrew Bartlett2007-10-103-16/+22
* r16965: Take a better stab at comparison functions between string and binaryAndrew Bartlett2007-10-101-24/+44
* r16937: Add const, to make it clear that it is invalid to talloc_free() the DNAndrew Bartlett2007-10-101-7/+6
* r16936: Correct comment in this comparison functionAndrew Bartlett2007-10-101-1/+1
* r16932: Consistanly use the macro for these DNs and attributes.Andrew Bartlett2007-10-101-2/+2
* r16916: Implement metze's proposed changes to the tdb logging API.Andrew Bartlett2007-10-101-2/+5
* r16908: Set an error string if we can't find a backend for an operation.Andrew Bartlett2007-10-101-1/+5
* r16832: I should be more careful (and test!) when trying to make compilers andAndrew Bartlett2007-10-101-1/+3
* r16829: Fix a number of issues raised by the IBM checker, or gcc warnings.Andrew Bartlett2007-10-101-8/+11
* r16825: Make ldb_sainity_check() set an error string. This makes it muchAndrew Bartlett2007-10-104-13/+26
* r16784: - make some function in ldb static, they not need to be exported anyw...Simo Sorce2007-10-101-3/+3
* r16774: This patch modifies the tdb API to allow the logging function to be usedAndrew Bartlett2007-10-103-6/+43
* r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett2007-10-104-8/+15
* r16172: Translate the ldb error codes into appropriate messages for theAndrew Bartlett2007-10-101-3/+9
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-102-3/+3
* r16090: Fix standalone build after the rename of enum ldb_request_type inTim Potter2007-10-103-21/+21
* r16089: Make doxygen target work if $DOXYGEN variable is empty.Tim Potter2007-10-101-1/+1
* r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett2007-10-104-7/+4
* r16086: Ensure we can never dereference NULL pointers, and that describe whatAndrew Bartlett2007-10-101-7/+14
* r16085: Set the error string if we fail to find a valid op to execute. HelpsAndrew Bartlett2007-10-101-2/+6
* r16084: Add private prototype for new ldb_connect_backend() function.Andrew Bartlett2007-10-101-0/+5
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-108-56/+152
* r16071: tdb has nested transactionsSimo Sorce2007-10-101-53/+86
* r16067: Remove const, it isn't required and just causes a warning.Andrew Bartlett2007-10-101-1/+1
* r16066: The OSX AD plugin uses objectCategory searches a lot, and uses themAndrew Bartlett2007-10-103-5/+84
* r16062: objectCategory is a DN, and needs to be matched as such.Andrew Bartlett2007-10-101-0/+1
* r16053: Allow entries without an objectClass. We need this to permit theAndrew Bartlett2007-10-101-5/+3
* r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce2007-10-1012-92/+106
* r16028: Re-add the objectclass module, in the new async scheme.Andrew Bartlett2007-10-102-107/+351
* r16007: If no error string was setup by the backend, ensure that we always getAndrew Bartlett2007-10-101-1/+9
* r15981: we need to initialize 'ret' before 'goto failed'Stefan Metzmacher2007-10-101-5/+11
* r15979: some farmating...Stefan Metzmacher2007-10-101-7/+6
* r15978: - pass the error code back to the caller...Stefan Metzmacher2007-10-101-2/+2
* r15964: fix error handling in ldb_ildap backendStefan Metzmacher2007-10-101-7/+14
* r15963: fix warningsStefan Metzmacher2007-10-101-2/+2
* r15955: fix whitespacesStefan Metzmacher2007-10-101-1/+1
* r15945: Check ltdb_modified resultsSimo Sorce2007-10-101-8/+19
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-107-24/+24
* r15942: Remove the sync internal ldb calls altogether.Simo Sorce2007-10-1013-1633/+234
* r15932: Remove per request credsSimo Sorce2007-10-107-18/+0
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-1014-527/+564
* r15922: password_hash.c has proven to be a good way to research how to build ...Simo Sorce2007-10-101-42/+65
* r15913: Error passing in the async code is not in agood shapeSimo Sorce2007-10-106-131/+323
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-105-14/+6
* r15847: We probably want to keep the global initSimo Sorce2007-10-101-0/+2
* r15846: An async version of ldbsearchSimo Sorce2007-10-101-59/+186
* r15795: Try to use the async code by defaultSimo Sorce2007-10-101-12/+140