summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-101-0/+7
* r8917: Better support for extended ldap search operationsSimo Sorce2007-10-101-0/+2
* r8810: Fix missing headers. Still doesn't fix the build but getting closer th...Rafal Szczesniak2007-10-101-0/+1
* r8779: Add rdn module to makefile and headersSimo Sorce2007-10-103-2/+5
* r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett2007-10-101-1/+26
* r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell2007-10-101-0/+7
* r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett2007-10-103-234/+5
* r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell2007-10-101-0/+5
* r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett2007-10-104-21/+311
* r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2007-10-102-3/+3
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2007-10-103-0/+239
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-105-24/+130
* r8601: fixed null termination in ltdb connect errorAndrew Tridgell2007-10-101-1/+1
* r8600: fixed null termination on some error messages in ldbAndrew Tridgell2007-10-101-3/+3
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-105-257/+420
* r8529: Matching against the wrong unionSimo Sorce2007-10-101-2/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell2007-10-101-2/+4
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-105-16/+35
* r8490: make the ldb tests more portableAndrew Tridgell2007-10-103-3/+3
* r8485: - be friendly to shells other than bashAndrew Tridgell2007-10-103-3/+6
* r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter2007-10-103-5/+5
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-104-10/+12
* r8377: forgot an ldif testSimo Sorce2007-10-101-0/+4
* r8373: New wildcard matching code.Simo Sorce2007-10-1014-203/+413
* r8364: fixed a valgrind bug spotted by simoAndrew Tridgell2007-10-101-1/+1
* r8342: allow ldb_ldif_read_string() to continue in the string, so you canAndrew Tridgell2007-10-102-4/+7
* r8228: fix compiler warningsStefan Metzmacher2007-10-101-9/+9
* r8224: - add objectGUID ldif_handlerStefan Metzmacher2007-10-101-14/+140
* r8146: fix compiler warningStefan Metzmacher2007-10-101-7/+5
* r8084: do not leak memory on errorsSimo Sorce2007-10-102-8/+6
* r8083: check attribute type is valid (only ascii alphanum chars and '-' char)Simo Sorce2007-10-101-0/+19
* r8082: large rewite of ldb_dn.cSimo Sorce2007-10-1015-345/+284
* r8071: reduce the size of the default ldb tests. We run on some pretty low po...Andrew Tridgell2007-10-101-2/+2
* r8043: increase shell compatibility of ldb testsAndrew Tridgell2007-10-101-1/+1
* r8041: remove a mis-spelled debug message :-)Andrew Tridgell2007-10-101-1/+0
* r8039: allow ldb test suite to be run outside of the ldb directoryAndrew Tridgell2007-10-104-33/+41
* r8038: - fixed indexing on binary values that need base64 encoding and canoni...Andrew Tridgell2007-10-102-3/+24
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-1019-684/+1368
* r8035: added indexing tests. current ldb fails the integer indexing, will be ...Andrew Tridgell2007-10-101-4/+24
* r8033: - add easier valgrind testingAndrew Tridgell2007-10-101-11/+25
* r8011: arrgh, commit the right version this timeAndrew Tridgell2007-10-101-5/+4
* r8010: added testing of wildcard attributesAndrew Tridgell2007-10-101-0/+20
* r8009: expanded the ldb test suite. It worried me that some changes I haveAndrew Tridgell2007-10-102-1/+81
* r8005: escape '"' characters in ldap expressions. Makes scripting easier.Andrew Tridgell2007-10-101-2/+2
* r7958: More debian packaging updates; packages build now withJelmer Vernooij2007-10-109-8/+8
* r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij2007-10-101-1/+8
* r7937: main file was missingSimo Sorce2007-10-103-527/+482
* r7936: new ldb_dn_explode and ldb_dn_casefold functions and coSimo Sorce2007-10-105-86/+47
* r7926: poptGetNextOpt() returns int, not charAndrew Tridgell2007-10-101-1/+1