r9785: Add some testdata
[ira/wip.git] / source4 / lib / ldb / include /
2007-10-10 Tim Potterr9625: Get rid of "duplicate const" warning.
2007-10-10 Jelmer Vernooijr9621: Bunch of bug fixes. Add 'format' option to samba...
2007-10-10 Simo Sorcer9394: avoid to use BOOL in ldb
2007-10-10 Simo Sorcer9393: Fix ldb standalone build
2007-10-10 Simo Sorcer9392: Fix ldb_dn_compose to make build farm happy
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr9387: regedit uses "New Key #nn" for newly created...
2007-10-10 Simo Sorcer8779: Add rdn module to makefile and headers
2007-10-10 Andrew Tridgellr8659: return ldif formatted attributes in the ejs...
2007-10-10 Simo Sorcer8585: add to ldb and ldap comparison functionality
2007-10-10 Simo Sorcer8515: ldb_dn_cmp now uses ldb_dn_compare so that the...
2007-10-10 Tim Potterr8414: Some C++ friendlyness fixes - 'not' is apparentl...
2007-10-10 Simo Sorcer8373: New wildcard matching code.
2007-10-10 Andrew Tridgellr8342: allow ldb_ldif_read_string() to continue in...
2007-10-10 Simo Sorcer8082: large rewite of ldb_dn.c
2007-10-10 Andrew Tridgellr8037: a fairly major update to the internals of ldb...
2007-10-10 Simo Sorcer7937: main file was missing
2007-10-10 Simo Sorcer7936: new ldb_dn_explode and ldb_dn_casefold functions...
2007-10-10 Derrell Lipmanr7828: Although there is still plenty to do, ldb_sqlite...
2007-10-10 Andrew Tridgellr7804: added the samba specific ldif handlers into...
2007-10-10 Andrew Tridgellr7803: added support in ldb for callers to setup ldif...
2007-10-10 Andrew Tridgellr7776: add a method for getting arbitrary opaque data...
2007-10-10 Andrew Tridgellr7740: get rid of our duplicate base64 routines
2007-10-10 Andrew Tridgellr7709: - convert ldb to use popt, so that it can intera...
2007-10-10 Andrew Tridgellr7667: added a ldb ildap backend, using our internal...
2007-10-10 Derrell Lipmanr7601: ldb_sqlite3 work in progress
2007-10-10 Andrew Tridgellr7596: next step in ldap cleanup. I'm aiming to get...
2007-10-10 Derrell Lipmanr7561: moved OID constants into ldb.h and used manifest...
2007-10-10 Andrew Tridgellr7558: added support in ldb for extended ldap search...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Andrew Tridgellr7522: added a ldb_filter_from_tree() function that...
2007-10-10 Andrew Tridgellr7515: merge in the binary encode/decode enhancements...
2007-10-10 Andrew Tridgellr7514: make the ldb_parse code not depend on a ldb_cont...
2007-10-10 Derrell Lipmanr7418: work in progress
2007-10-10 Derrell Lipmanr7410: minor cleanup
2007-10-10 Derrell Lipmanr7408: added DN explode function, based on simo's ldap_...
2007-10-10 Derrell Lipmanr7286: add prototype for public connect function in...
2007-10-10 Derrell Lipmanr7276: - moved static tdb function ltdb_dn_fold() into...
2007-10-10 Simo Sorcer6931: declare this to avoid warnings until we have...
2007-10-10 Andrew Tridgellr6833: split out the routine that calculates the diff...
2007-10-10 Jelmer Vernooijr6790: Use config.h file for ldb and add test for stdint.h
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5374: - changed the dn key code in the ldb tdb backend...
2007-10-10 Andrew Tridgellr5357: added ldb_msg_add_fmt(), for creating formatted...
2007-10-10 Andrew Bartlettr5092: Add a bit more const - moving it further into...
2007-10-10 Andrew Bartlettr4678: Add some const to LDB.
2007-10-10 Andrew Tridgellr4477: expanded the test suite to increase code coverag...
2007-10-10 Andrew Tridgellr4474: - converted ldb to use talloc internally
2007-10-10 Andrew Tridgellr4466: rather than defining "STANDALONE" for building...
2007-10-10 Andrew Tridgellr4427: - added ldb_msg_*() functions for sorting, compa...
2007-10-10 Andrew Tridgellr4059: moved the ldb -o option parsing to a common...
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 Sorcer3755: add missing files
2007-10-10 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Stefan Metzmacherr3093: - implment ldb_rename() and ldbrename
2007-10-10 Andrew Tridgellr2792: got rid of talloc_ldb_alloc() and instead create...
2007-10-10 Andrew Tridgellr2484: allow ldb to build standalone again
2007-10-10 Tim Potterr1055: Standalone build fixes for ldb:
2007-10-10 Andrew Tridgellr1018: fix a const and unsigned int problem in ldb
2007-10-10 Andrew Tridgellr792: - changed the ldb ldif_* functions to be in...
2007-10-10 Andrew Tridgellr574: - another attempt at const cleanliness in ldb
2007-10-10 Andrew Tridgellr513: added a generic ldb debug system to allow the...
2007-10-10 Andrew Tridgellr502: modified ldb to allow the use of an external...
2007-10-10 Andrew Tridgellr490: - expanded the test suite to test modify and...
2007-10-10 Andrew Tridgellr456: - added -i option to ldbsearch
2007-10-10 Andrew Tridgellr444: - added the beginnings of a ldb test suite and...
2007-10-10 Andrew Tridgellr435: a major upgrade for ldb
2007-10-10 Andrew Tridgellr387: more C++ friendly changes
2007-10-10 Tim Potterr382: More C++ friendliness fixes.
2007-10-10 Andrew Tridgellr381: make the code more C++ friendly
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2007-10-10 Andrew Tridgellr134: - added ldb to the build of smbd
2007-10-10 Jelmer Vernooijr128: Another registry update. Changes:
2004-04-03 Andrew Tridgelladded the rest of the ldb_modify() code, which required...
2004-03-31 Andrew Tridgellbuilding with Makefile.ldb now works
2004-03-31 Andrew Tridgellmake a more recent snapshot of ldb available to interested