r9672: Fix build for compilers that don't like undefined-length arrays at the end...
[sfrench/samba-autobuild/.git] / source4 / lib / ldb / common /
2007-10-10 Andrew Tridgellr9671: patch from Kai Blin fixing a bug in our base64...
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 Stefan Metzmacherr9318: fix searches with scope ONE and SUB,
2007-10-10 Simo Sorcer8917: Better support for extended ldap search operations
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 Andrew Tridgellr8600: fixed null termination on some error messages...
2007-10-10 Simo Sorcer8585: add to ldb and ldap comparison functionality
2007-10-10 Simo Sorcer8529: Matching against the wrong union
2007-10-10 Andrew Tridgellr8517: fixed a crash bug in ldb_dn_compare_base()
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 Love Hörnquist Åstrandr8394: Make sure the argument to ctype is*(3) macros...
2007-10-10 Simo Sorcer8373: New wildcard matching code.
2007-10-10 Andrew Tridgellr8364: fixed a valgrind bug spotted by simo
2007-10-10 Andrew Tridgellr8342: allow ldb_ldif_read_string() to continue in...
2007-10-10 Stefan Metzmacherr8146: fix compiler warning
2007-10-10 Simo Sorcer8084: do not leak memory on errors
2007-10-10 Simo Sorcer8083: check attribute type is valid (only ascii alphan...
2007-10-10 Simo Sorcer8082: large rewite of ldb_dn.c
2007-10-10 Andrew Tridgellr8041: remove a mis-spelled debug message :-)
2007-10-10 Andrew Tridgellr8037: a fairly major update to the internals of ldb...
2007-10-10 Andrew Tridgellr8005: escape '"' characters in ldap expressions. Makes...
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 Andrew Tridgellr7873: hopefully fixed build of ldb_explode_dn() on AIX
2007-10-10 Simo Sorcer7851: We are case preserving let the DN be returned...
2007-10-10 Derrell Lipmanr7828: Although there is still plenty to do, ldb_sqlite...
2007-10-10 Andrew Tridgellr7808: fixed the build of ldb after the binary file...
2007-10-10 Simo Sorcer7805: add support to read binary files into attributes...
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 Tridgellr7759: allow ldb_errstring() to be used when not connected
2007-10-10 Andrew Tridgellr7740: get rid of our duplicate base64 routines
2007-10-10 Andrew Tridgellr7739: fixed an off by one bug in the base64 decoder...
2007-10-10 Andrew Tridgellr7710: new command line handling code for ldb
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 Simo Sorcer7635: change the license of this file to lgpl like...
2007-10-10 Simo Sorcer7608: bug fix after yesterday's change
2007-10-10 Derrell Lipmanr7602: fix some compiler warnings
2007-10-10 Derrell Lipmanr7601: ldb_sqlite3 work in progress
2007-10-10 Derrell Lipmanr7586: ldb_sqlite3 making progress. add and search...
2007-10-10 Andrew Tridgellr7571: fixed the generation of the filter string for...
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 Tridgellr7517: handle zero length equality tests
2007-10-10 Andrew Tridgellr7516: make sure binary decoding gives us something...
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 Lipmanr7480: ldb_sqlite3 work in progress
2007-10-10 Derrell Lipmanr7449: add ctype.h header to dn expand function
2007-10-10 Derrell Lipmanr7438: work in progress
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 Lipmanr7276: - moved static tdb function ltdb_dn_fold() into...
2007-10-10 Andrew Tridgellr6833: split out the routine that calculates the diff...
2007-10-10 Andrew Tridgellr6817: - fixed empty ldap search elements in filters
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 Andrew Tridgellr6086: default to stderr for error messages in ldb...
2007-10-10 Simo Sorcer5670: simplify and clarify ldb_modules.c code
2007-10-10 Andrew Tridgellr5665: the data within el2->values can still be used...
2007-10-10 Andrew Tridgellr5664: simo, please look into this. It is possible...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
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 Simo Sorcer4714: move the ldb code to the new talloc interface...
2007-10-10 Andrew Bartlettr4678: Add some const to LDB.
2007-10-10 Simo Sorcer4505: Add a first very basic schema module
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 Tridgellr4473: - moved talloc into its own lib/talloc/ area
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 Andrew Tridgellr4010: fixed parsing of null attributes in the ldb...
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 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 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 Bartlettr2055: Add PRINTF_ATTRIBUTE to many more parts of the...
2007-10-10 Tim Potterr1374: Fix signed/unsigned warnings (actually found...
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 Tridgellr792: - changed the ldb ldif_* functions to be in...
next