summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r7806: add test for binary files as attribute valuesSimo Sorce3-0/+8
2007-10-10r7805: add support to read binary files into attributes data like ldap tools ...Simo Sorce1-3/+73
2007-10-10r7804: added the samba specific ldif handlers into the tree, but don't enableAndrew Tridgell6-5/+146
2007-10-10r7803: added support in ldb for callers to setup ldif read/write functions,Andrew Tridgell3-10/+86
2007-10-10r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"Andrew Tridgell1-0/+3
2007-10-10r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell4-2/+45
2007-10-10r7767: fixed ldb dependenciesAndrew Tridgell1-1/+1
2007-10-10r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell1-0/+3
2007-10-10r7749: some bug fixes from testing with socket:testnonblockAndrew Tridgell1-0/+2
2007-10-10r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell1-18/+10
2007-10-10r7741: fixed the verbose option in ldbeditAndrew Tridgell1-12/+11
2007-10-10r7740: get rid of our duplicate base64 routinesAndrew Tridgell3-5/+6
2007-10-10r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell1-0/+3
2007-10-10r7728: handle 64 bit integers in INTEGER matchAndrew Tridgell1-3/+3
2007-10-10r7726: - removed some unused variablesAndrew Tridgell3-3/+9
2007-10-10r7719: make the ildap ldb backend use the defaultNamingContext if the basednAndrew Tridgell1-2/+28
2007-10-10r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell10-58/+38
2007-10-10r7712: ldb/common/util.c is goneAndrew Tridgell1-1/+0
2007-10-10r7710: new command line handling code for ldbAndrew Tridgell3-0/+189
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell23-689/+343
2007-10-10r7669: removed ldap from our configure testsAndrew Tridgell2-17/+0