r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc
[samba.git] / source4 / lib / ldb /
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 Tridgellr4424: fixed a simple bug in the '|' handling in indexe...
2007-10-10 Volker Lendecker4397: Fix a bug where '(&(objectclass=domain)(!(object...
2007-10-10 Volker Lendecker4366: Fix ldb_modify_internal: Adding values to an...
2007-10-10 Andrew Tridgellr4282: removed a spurious error message now we remove...
2007-10-10 Andrew Tridgellr4281: fixed an ldb indexing bug in ldb found by volker.
2007-10-10 Andrew Tridgellr4071: - ldap does allow adding additional attribute...
2007-10-10 Andrew Tridgellr4059: moved the ldb -o option parsing to a common...
2007-10-10 Stefan Metzmacherr4040: sorry today is not my day...
2007-10-10 Andrew Tridgellr4039: added a test for an element > 128 bytes in lengt...
2007-10-10 Stefan Metzmacherr4038: fix sign/unsign bug I introduced in -r 4022
2007-10-10 Stefan Metzmacherr4022: fix compiler warnings
2007-10-10 Andrew Tridgellr4010: fixed parsing of null attributes in the ldb...
2007-10-10 Stefan Metzmacherr3926: fix compiler warnings
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 Stefan Metzmacherr3782: use ldb_ namespace
2007-10-10 Simo Sorcer3760: mention -o switch in help message
2007-10-10 Simo Sorcer3757: Some fixes for ldb_ldap
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 Jelmer Vernooijr3753: Have some modules default to "NOT" and enable...
2007-10-10 Andrew Tridgellr3743: auto-support the RH schema location as well
2007-10-10 Andrew Tridgellr3742: make test-ldap give a sane error message when...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3323: more warning reductions
2007-10-10 Andrew Tridgellr3210: split lib/replace.o into a separate build subsys...
2007-10-10 Stefan Metzmacherr3095: - fix a free'ing of msg.dn
2007-10-10 Stefan Metzmacherr3093: - implment ldb_rename() and ldbrename
2007-10-10 Stefan Metzmacherr3092: prepare for build inside samba
2007-10-10 Stefan Metzmacherr3089: fix memleak
2007-10-10 Andrew Tridgellr2792: got rid of talloc_ldb_alloc() and instead create...
2007-10-10 Andrew Tridgellr2726: added a -r option to ldbdel to allow easy delete...
2007-10-10 Andrew Tridgellr2725: fixed ldbtest to give the basedn to ldb_search()
2007-10-10 Andrew Tridgellr2721: added a -b option to ldbtest so it can be used...
2007-10-10 Andrew Tridgellr2713: better handling of binary values in index key...
2007-10-10 Andrew Tridgellr2712: fixed a bug in ldbtest to make it cope with...
2007-10-10 Jelmer Vernooijr2667: Remove forward declaration of static function...
2007-10-10 Andrew Tridgellr2556: fixed the -s one bug that jelmer pointed out
2007-10-10 Andrew Tridgellr2554: added a test for a bug that jelmer pointed out...
2007-10-10 Andrew Tridgellr2553: fixed ldbtest so it passes the ldap schema restr...
2007-10-10 Andrew Tridgellr2485: - add a test case in ldbtest for a bug pointed...
2007-10-10 Andrew Tridgellr2484: allow ldb to build standalone again
2007-10-10 Andrew Tridgellr2381: added a -v debugging option to ldbedit
2007-10-10 Andrew Tridgellr2192: removed an erroneous free() call on an error...
2007-10-10 Stefan Metzmacherr2089: fix standalone build with LDAP, this needs ...
2007-10-10 Stefan Metzmacherr2087: the ldb tools really don't need LIBSMB!
2007-10-10 Andrew Bartlettr2055: Add PRINTF_ATTRIBUTE to many more parts of the...
2007-10-10 Stefan Metzmacherr1901: add missing include of <fnmatch.h>
2007-10-10 Andrew Tridgellr1749: added some random stuff that captures some discu...
2007-10-10 Andrew Tridgellr1511: fixed a free() that should be ldb_free()
2007-10-10 Tim Potterr1374: Fix signed/unsigned warnings (actually found...
2007-10-10 Tim Potterr1268: varient -> variant
2007-10-10 Tim Potterr1055: Standalone build fixes for ldb:
2007-10-10 Tim Potterr1052: Remove autogenerated file.
2007-10-10 Andrew Tridgellr1018: fix a const and unsigned int problem in ldb
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Andrew Tridgellr811: make the ldb_modify REPLACE semantics better...
2007-10-10 Andrew Tridgellr792: - changed the ldb ldif_* functions to be in...
2007-10-10 Andrew Tridgellr791: added ldb man page build to ldb makefile
2007-10-10 Andrew Tridgellr790: started working on some documentation (manual...
2007-10-10 Stefan Metzmacherr728: - let libldb_tdb depend on new subsystem LIBTDB
2007-10-10 Andrew Tridgellr714: make sure ldb formats are portable between big...
2007-10-10 Andrew Tridgellr711: don't hide attributes inside the special ldb_tdb...
2007-10-10 Stefan Metzmacherr697: make use of SMB_EXT_LIB for LDAP and KRB5
2007-10-10 Stefan Metzmacherr690: - ignore source/tags
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Andrew Tridgellr609: allow ldbedit to take a list of attributes to...
2007-10-10 Andrew Tridgellr606: added a HIDDEN attribute on fields in ldb (in...
2007-10-10 Andrew Tridgellr601: added the server code for all the samr_SetUserInf...
2007-10-10 Andrew Tridgellr583: fixed two bugs in the handling of index entry...
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 Tridgellr509: fixed a memory handling bug that affects ldb...
2007-10-10 Andrew Tridgellr504: fixed a bad call to list_union()
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 Tridgellr463: build ldb with debugging when standalone
2007-10-10 Andrew Tridgellr462: added an explanation about the rather complex...
2007-10-10 Andrew Tridgellr456: - added -i option to ldbsearch
2007-10-10 Andrew Tridgellr454: allow a non-URL form of a filename to be used...
2007-10-10 Andrew Tridgellr453: added a comment about indexing on objectclass
2007-10-10 Andrew Tridgellr444: - added the beginnings of a ldb test suite and...
2007-10-10 Andrew Tridgellr442: fixed some uninitialised variables pointed out...
2007-10-10 Andrew Tridgellr437: fixed handling of a corner case with multi-valued...
2007-10-10 Andrew Tridgellr436: fixed indexing of objectclass with subclasses
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 Tridgellr380: make sure that ldbedit -a works with all tdb...
2007-10-10 Andrew Tridgellr373: use a much larger default tdb hash size in ldb
2007-10-10 Andrew Tridgellr344: fixed deletion of index records
2007-10-10 Andrew Tridgellr343: added automatic reindexing of the database when...
2007-10-10 Andrew Tridgellr194: fixed compile with ldap
next