summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8601: fixed null termination in ltdb connect errorAndrew Tridgell1-1/+1
2007-10-10r8600: fixed null termination on some error messages in ldbAndrew Tridgell1-3/+3
2007-10-10r8585: add to ldb and ldap comparison functionalitySimo Sorce5-257/+420
2007-10-10r8529: Matching against the wrong unionSimo Sorce1-2/+3
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell1-2/+4
2007-10-10r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce5-16/+35
2007-10-10r8490: make the ldb tests more portableAndrew Tridgell3-3/+3
2007-10-10r8485: - be friendly to shells other than bashAndrew Tridgell3-3/+6
2007-10-10r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter3-5/+5
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand4-10/+12
2007-10-10r8377: forgot an ldif testSimo Sorce1-0/+4
2007-10-10r8373: New wildcard matching code.Simo Sorce14-203/+413
2007-10-10r8364: fixed a valgrind bug spotted by simoAndrew Tridgell1-1/+1
2007-10-10r8342: allow ldb_ldif_read_string() to continue in the string, so you canAndrew Tridgell2-4/+7
2007-10-10r8228: fix compiler warningsStefan Metzmacher1-9/+9
2007-10-10r8224: - add objectGUID ldif_handlerStefan Metzmacher1-14/+140
2007-10-10r8146: fix compiler warningStefan Metzmacher1-7/+5
2007-10-10r8084: do not leak memory on errorsSimo Sorce2-8/+6
2007-10-10r8083: check attribute type is valid (only ascii alphanum chars and '-' char)Simo Sorce1-0/+19
2007-10-10r8082: large rewite of ldb_dn.cSimo Sorce15-345/+284
2007-10-10r8071: reduce the size of the default ldb tests. We run on some pretty low po...Andrew Tridgell1-2/+2
2007-10-10r8043: increase shell compatibility of ldb testsAndrew Tridgell1-1/+1
2007-10-10r8041: remove a mis-spelled debug message :-)Andrew Tridgell1-1/+0
2007-10-10r8039: allow ldb test suite to be run outside of the ldb directoryAndrew Tridgell4-33/+41
2007-10-10r8038: - fixed indexing on binary values that need base64 encoding and canoni...Andrew Tridgell2-3/+24
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell19-684/+1368
2007-10-10r8035: added indexing tests. current ldb fails the integer indexing, will be ...Andrew Tridgell1-4/+24
2007-10-10r8033: - add easier valgrind testingAndrew Tridgell1-11/+25
2007-10-10r8011: arrgh, commit the right version this timeAndrew Tridgell1-5/+4
2007-10-10r8010: added testing of wildcard attributesAndrew Tridgell1-0/+20
2007-10-10r8009: expanded the ldb test suite. It worried me that some changes I haveAndrew Tridgell2-1/+81
2007-10-10r8005: escape '"' characters in ldap expressions. Makes scripting easier.Andrew Tridgell1-2/+2
2007-10-10r7958: More debian packaging updates; packages build now withJelmer Vernooij9-8/+8
2007-10-10r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij1-1/+8
2007-10-10r7937: main file was missingSimo Sorce3-527/+482
2007-10-10r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce5-86/+47
2007-10-10r7926: poptGetNextOpt() returns int, not charAndrew Tridgell1-1/+1
2007-10-10r7897: work in progressDerrell Lipman3-102/+223
2007-10-10r7873: hopefully fixed build of ldb_explode_dn() on AIXAndrew Tridgell1-27/+9
2007-10-10r7868: canonicalise the message before using ldb_add() in the ldbadd utility.Andrew Tridgell1-0/+2
2007-10-10r7860: switch our ldb storage format to use a NDR encoded objectSid. This isAndrew Tridgell2-8/+2
2007-10-10r7851: We are case preserving let the DN be returned the same the user put it...Simo Sorce2-78/+83
2007-10-10r7844: eliminate superfluous attribute tablesDerrell Lipman1-382/+91
2007-10-10r7834: added comment about the "((" search testAndrew Tridgell1-0/+4
2007-10-10r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell3-19/+19
2007-10-10r7832: missed oneAndrew Tridgell1-1/+1
2007-10-10r7831: use cn=TEST as base of test DNs so we don't interfere with potentially...Andrew Tridgell6-66/+66
2007-10-10r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman8-364/+1156
2007-10-10r7808: fixed the build of ldb after the binary file support in ldif was addedAndrew Tridgell1-1/+3