summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common/ldb_modules.c
Commit message (Expand)AuthorAgeFilesLines
* ldb: fix the standalone buildStefan Metzmacher2008-03-181-5/+5
* Remove more function-based inits.Jelmer Vernooij2008-02-201-45/+21
* Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-201-2/+7
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-2/+3
* r26577: Fix the standalone ldb build.Jelmer Vernooij2007-12-241-11/+8
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij2007-12-211-10/+20
* r26410: Remove unnecessary static.Jelmer Vernooij2007-12-211-1/+1
* r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chainAndrew Bartlett2007-12-211-14/+10
* r26299: Print out which module failed to initialise.Andrew Bartlett2007-12-211-1/+1
* r25962: Move to more modern ldb functions loading module list.Andrew Bartlett2007-12-211-11/+12
* r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for theAndrew Bartlett2007-12-211-13/+16
* r25856: If the search fails, it is not valid to steal 'res'.Andrew Bartlett2007-12-211-6/+7
* r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett2007-12-211-2/+4
* r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-101-1/+0
* r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij2007-10-101-13/+10
* r24566: Remove trailing newlines in ldb_debug(), these are not required.Andrew Bartlett2007-10-101-2/+2
* r24261: Fix the standalone ldb build after I moved the objectclass module out.Andrew Bartlett2007-10-101-2/+0
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22789: fix loading of internal samba4 modulesStefan Metzmacher2007-10-101-3/+3
* r22750: dlopen() is always available now (and returns a correct error if not ...Jelmer Vernooij2007-10-101-5/+0
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-2/+2
* r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett2007-10-101-1/+1
* r21760: Try to pin down were some errors are coming from. Ensure we at leastAndrew Bartlett2007-10-101-8/+25
* r20588: handle extended operations in the ldb_next_request() callStefan Metzmacher2007-10-101-0/+3
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-1/+1
* r19743: merge from samba3:Stefan Metzmacher2007-10-101-1/+0
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-3/+12
* r19454: In standalone build init asq tooSimo Sorce2007-10-101-0/+1
* r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell2007-10-101-0/+1
* r19196: merge from samba3:Stefan Metzmacher2007-10-101-5/+4
* r19188: merge from samba3:Stefan Metzmacher2007-10-101-1/+2
* r19112: fixed a checker warning.Andrew Tridgell2007-10-101-1/+1
* r18903: merge from samba3:Stefan Metzmacher2007-10-101-2/+2
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2007-10-101-1/+1
* r17778: fix compiler warningsStefan Metzmacher2007-10-101-1/+2
* r17730: cast dlsym result to try to avoid a compiler crash on hpuxAndrew Tridgell2007-10-101-1/+1
* r17514: Simplify the way to set ldb errors and add anotherSimo Sorce2007-10-101-1/+1
* r17474: Allow the partitions module to load modules for specific backends.Andrew Bartlett2007-10-101-4/+5
* r17473: Split loading a list of modules and initialising them into a seperateAndrew Bartlett2007-10-101-42/+58
* r17398: avoid a memleak when we are returned 0 results and make a more creati...Simo Sorce2007-10-101-8/+8
* r17397: Add const, and use a more local memory context.Andrew Bartlett2007-10-101-12/+22
* r16908: Set an error string if we can't find a backend for an operation.Andrew Bartlett2007-10-101-1/+5
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-101-0/+3
* r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce2007-10-101-5/+5
* r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce2007-10-101-2/+21
* r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij2007-10-101-0/+5
* r14592: Add support for loading shared modules to LDB.Jelmer Vernooij2007-10-101-0/+39
* r13992: change the way ldb_async_wait() works.Simo Sorce2007-10-101-6/+0