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