summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_parse.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-23s4-ldb: added an environment varibale LDB_WARN_UNINDEXEDAndrew Tridgell1-1/+1
2010-11-06ldb:ldb_parse.c - "ldb_parse_hex2char" - always initialise "c"Matthias Dieter Wallnöfer1-1/+1
2010-09-28ldb-dn: don't crash on NULL in ldb_binary_encode_string()Andrew Tridgell1-0/+3
2010-07-29s4-ldb: use TALLOC_CTX type instead of 'void'Kamen Mazdrashki1-13/+13
2010-03-09Fix typo and convert spaces to tabsSimo Sorce1-4/+4
2010-03-09s4:ldb fix escape parsingSimo Sorce1-2/+24
2010-03-08LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer1-8/+8
2010-02-22LDB related spelling fixes.Brad Hards1-1/+1
2009-09-20s4:ldb_parse - Fix the type of an array entryMatthias Dieter Wallnöfer1-1/+1
2009-09-20s4:ldb: add ldb_parse_tree_copy_shallow() and change version to 0.9.7Stefan Metzmacher1-0/+58
2009-09-15s4-ldb: ldap attribute names can contain a '.'Andrew Tridgell1-1/+2
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-09-14Fix typo.Karolin Seeger1-1/+1
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22989: allow '@foo' attributes searchable as we allow '@foo' attributesStefan Metzmacher1-0/+4
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-2/+1
2007-10-10r19188: merge from samba3:Stefan Metzmacher1-4/+4
2007-10-10r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell1-0/+1
2007-10-10r14430: ret can be NULL at the end of this loopAndrew Tridgell1-1/+3
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-4/+2
2007-10-10r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett1-0/+13
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-0/+48
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell1-1/+1
2007-10-10r10756: another fix for the construction of expressions from subtrees forAndrew Tridgell1-4/+6
2007-10-10r10755: fixed the construction of expressions from subtrees for SUBSTRING sea...Andrew Tridgell1-1/+8
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-3/+2
2007-10-10r10665: fixed some crash errors and an error encoding AND and OR operations i...Andrew Tridgell1-3/+16
2007-10-10r8585: add to ldb and ldap comparison functionalitySimo Sorce1-200/+293
2007-10-10r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter1-3/+3
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand1-6/+6
2007-10-10r8373: New wildcard matching code.Simo Sorce1-2/+115
2007-10-10r8005: escape '"' characters in ldap expressions. Makes scripting easier.Andrew Tridgell1-2/+2
2007-10-10r7571: fixed the generation of the filter string for extended filtersAndrew Tridgell1-1/+1
2007-10-10r7558: added support in ldb for extended ldap search requests. These areAndrew Tridgell1-0/+71
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-24/+23
2007-10-10r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_treeAndrew Tridgell1-1/+54
2007-10-10r7517: handle zero length equality testsAndrew Tridgell1-1/+1
2007-10-10r7516: make sure binary decoding gives us something we can run string functio...Andrew Tridgell1-1/+2
2007-10-10r7515: merge in the binary encode/decode enhancements from the libcli/ldap/Andrew Tridgell1-2/+68
2007-10-10r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...Andrew Tridgell1-13/+3
2007-10-10r6817: - fixed empty ldap search elements in filtersAndrew Tridgell1-1/+1
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce1-5/+5
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-72/+47
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+2
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter1-1/+1
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell1-0/+1
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell1-8/+10
2007-10-10r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell1-149/+56