Allow ldb backends without init function, use init function-less ldb modules.
[jelmer/samba4-debian.git] / source / lib / ldb / common / ldb_modules.c
2008-02-20 Jelmer VernooijAllow ldb backends without init function, use init...
2007-12-24 Jelmer Vernooijr26580: Include sentinel in build.h, in case the list...
2007-12-24 Jelmer Vernooijr26577: Fix the standalone ldb build.
2007-12-24 Jelmer Vernooijr26576: Allow the static module loading code to be...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26481: Make function for loading symbol from DSO more...
2007-12-21 Jelmer Vernooijr26410: Remove unnecessary static.
2007-12-21 Andrew Bartlettr26301: Collapose ldb_next_init() into being a caller...
2007-12-21 Andrew Bartlettr26299: Print out which module failed to initialise.
2007-12-21 Andrew Bartlettr25962: Move to more modern ldb functions loading modul...
2007-12-21 Andrew Bartlettr25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value...
2007-12-21 Andrew Bartlettr25856: If the search fails, it is not valid to steal...
2007-12-21 Andrew Bartlettr25755: Fix a couple of memory leaks, in particular...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25084: Move samba-specific code out of lib/ldb directory.
2007-10-10 Jelmer Vernooijr25081: Add modules_dir member to ldb_context that...
2007-10-10 Andrew Bartlettr24566: Remove trailing newlines in ldb_debug(), these...
2007-10-10 Andrew Bartlettr24261: Fix the standalone ldb build after I moved...
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23795: more v2->v3 conversion
2007-10-10 Stefan Metzmacherr22789: fix loading of internal samba4 modules
2007-10-10 Jelmer Vernooijr22750: dlopen() is always available now (and returns...
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Andrew Bartlettr21761: - Give more detail on LDAP client library failu...
2007-10-10 Andrew Bartlettr21760: Try to pin down were some errors are coming...
2007-10-10 Stefan Metzmacherr20588: handle extended operations in the ldb_next_requ...
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Stefan Metzmacherr19743: merge from samba3:
2007-10-10 Jelmer Vernooijr19507: Merge my DSO fixes branch. Building Samba's...
2007-10-10 Simo Sorcer19454: In standalone build init asq too
2007-10-10 Andrew Tridgellr19362: - don't need to store the baseinfo message...
2007-10-10 Stefan Metzmacherr19196: merge from samba3:
2007-10-10 Stefan Metzmacherr19188: merge from samba3:
2007-10-10 Andrew Tridgellr19112: fixed a checker warning.
2007-10-10 Stefan Metzmacherr18903: merge from samba3:
2007-10-10 Andrew Tridgellr18831: minor build changes for samba3. The logging...
2007-10-10 Stefan Metzmacherr17778: fix compiler warnings
2007-10-10 Andrew Tridgellr17730: cast dlsym result to try to avoid a compiler...
2007-10-10 Simo Sorcer17514: Simplify the way to set ldb errors and add...
2007-10-10 Andrew Bartlettr17474: Allow the partitions module to load modules...
2007-10-10 Andrew Bartlettr17473: Split loading a list of modules and initialisin...
2007-10-10 Simo Sorcer17398: avoid a memleak when we are returned 0 results...
2007-10-10 Andrew Bartlettr17397: Add const, and use a more local memory context.
2007-10-10 Andrew Bartlettr16908: Set an error string if we can't find a backend...
2007-10-10 Andrew Bartlettr16083: Make it possible to initialise a backend module...
2007-10-10 Simo Sorcer15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODI...
2007-10-10 Simo Sorcer15927: Optimize ldb module traverse while keeping...
2007-10-10 Jelmer Vernooijr14606: Fix paths in developer mode. This allows 'make...
2007-10-10 Jelmer Vernooijr14592: Add support for loading shared modules to LDB.
2007-10-10 Simo Sorcer13992: change the way ldb_async_wait() works.
2007-10-10 Jelmer Vernooijr13990: Fix issues with function renaming.
2007-10-10 Stefan Metzmacherr13973: fix the build
2007-10-10 Simo Sorcer13901: Backends need to be initialized even if there...
2007-10-10 Jelmer Vernooijr13839: Use registration mechanism for backends as...
2007-10-10 Simo Sorcer13823: make async_wait part of the modules ops
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer13609: Get in the initial work on making ldb async
2007-10-10 Simo Sorcer12941: Add Attribute Scoped Search control
2007-10-10 Stefan Metzmacherr12909: add an ldb module for the wins.ldb,
2007-10-10 Stefan Metzmacherr12830: this can be const
2007-10-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Andrew Bartlettr12746: An initial version of the kludge_acls module.
2007-10-10 Simo Sorcer12743: Remove the ugly way we had to make a second...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Andrew Bartlettr12600: Add a new module to sort the objectclass attrib...
2007-10-10 Andrew Bartlettr12599: This new LDB module (and associated changes...
2007-10-10 Andrew Bartlettr12553: Steal the error string onto this context, so...
2007-10-10 Andrew Tridgellr11953: enabled the rootdse module in the ldb modules...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr10916: - finished the 'operational' ldb module
2007-10-10 Andrew Tridgellr10897: added in a hackish ldb proxy module that I...
2007-10-10 Andrew Tridgellr10759: make modules easier to write by allowing module...
2007-10-10 Andrew Tridgellr10757: remove the proxy module (it is not complete...
2007-10-10 Andrew Tridgellr10753: don't require every ldb module to implement...
2007-10-10 Andrew Tridgellr10603: neaten up the ldb module initialisation code
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Simo Sorcer10305: start implementing better error handling
2007-10-10 Simo Sorcer10299: remove the public (un)lock functions and introd...
2007-10-10 Jelmer Vernooijr9685: Add tests for samba3sam mapping module
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr8669: The objectguid module belongs in Samba's ldb...
2007-10-10 Andrew Bartlettr8667: Further simply the provision script, by removing...
2007-10-10 Andrew Bartlettr8650: Use the timestamps and a new objectguid module...
2007-10-10 Simo Sorcer7608: bug fix after yesterday's change
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Andrew Tridgellr6087: - remove the dlopen code for now (before it...
2007-10-10 Simo Sorcer5670: simplify and clarify ldb_modules.c code
2007-10-10 Andrew Tridgellr5664: simo, please look into this. It is possible...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Simo Sorcer4714: move the ldb code to the new talloc interface...
2007-10-10 Simo Sorcer4505: Add a first very basic schema module
2007-10-10 Andrew Tridgellr4474: - converted ldb to use talloc internally
2007-10-10 Simo Sorcer3897: add a locking infrastructure
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Simo Sorcer3757: Some fixes for ldb_ldap
2007-10-10 Simo Sorcer3755: add missing files