Fix the mess with ldb includes.
[sfrench/samba-autobuild/.git] / source4 / lib / ldb / common / ldb_parse.c
2009-01-30 Simo SorceFix the mess with ldb includes.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-14 Karolin SeegerFix typo.
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 Metzmacherr22989: allow '@foo' attributes searchable as we allow...
2007-10-10 Jelmer Vernooijr22681: Fix standalone ldb build when parent directory...
2007-10-10 Stefan Metzmacherr19188: merge from samba3:
2007-10-10 Andrew Tridgellr18130: the move to system/ in libreplace broke some...
2007-10-10 Andrew Tridgellr14430: ret can be NULL at the end of this loop
2007-10-10 Stefan Metzmacherr12829: fix ldb headers, to not include '<...>' files...
2007-10-10 Andrew Bartlettr12361: Add a new function: ldb_binary_encode_string()
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Tridgellr10894: make the handling of dn/distinguishedName much...
2007-10-10 Andrew Tridgellr10756: another fix for the construction of expressions...
2007-10-10 Andrew Tridgellr10755: fixed the construction of expressions from...
2007-10-10 Andrew Tridgellr10753: don't require every ldb module to implement...
2007-10-10 Andrew Tridgellr10665: fixed some crash errors and an error encoding...
2007-10-10 Simo Sorcer8585: add to ldb and ldap comparison functionality
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 Tridgellr8005: escape '"' characters in ldap expressions. Makes...
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 Andrew Tridgellr6817: - fixed empty ldap search elements in filters
2007-10-10 Simo Sorcer4714: move the ldb code to the new talloc interface...
2007-10-10 Andrew Tridgellr4474: - converted ldb to use talloc internally
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Tim Potterr1374: Fix signed/unsigned warnings (actually found...
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 Tridgellr502: modified ldb to allow the use of an external...
2004-03-31 Andrew Tridgellmake a more recent snapshot of ldb available to interested