summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tools/ldbtest.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: fixed a valgrind error in ldbtestAndrew Tridgell2009-12-181-0/+2
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-0/+1
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-2/+2
* fixed a problem with length limited ldap valuesAndrew Tridgell2008-08-221-1/+1
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-2/+2
* Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
* 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
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-3/+2
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-2/+2
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-12/+24
* r17745: got rid of the final asprintf() in ldbAndrew Tridgell2007-10-101-1/+1
* r17740: get rid of dependence on asprintf(), using talloc_asprintf() insteadAndrew Tridgell2007-10-101-2/+2
* r17679: - fix 'make test-ldap' to skip ldb specialsAndrew Tridgell2007-10-101-0/+7
* r15370: Fix more dependencies for shared libsJelmer Vernooij2007-10-101-1/+1
* r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij2007-10-101-0/+2
* r13324: From now on check attribute names obey rfc2251Simo Sorce2007-10-101-1/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-8/+1
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11567: Ldb API change patch.Simo Sorce2007-10-101-11/+13
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-21/+21
* r10406: added --nosync option to all ldb tools, so that you can control ifAndrew Tridgell2007-10-101-1/+6
* r10403: fixed the basedn for testing, and add a debug showing the size of the...Andrew Tridgell2007-10-101-1/+4
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-101-3/+4
* r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000Andrew Tridgell2007-10-101-2/+2
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-22/+33
* r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman2007-10-101-0/+10
* r7726: - removed some unused variablesAndrew Tridgell2007-10-101-1/+0
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2007-10-101-8/+0
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-101-100/+52
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-101-1/+1
* r5585: LDB interfaces change:Simo Sorce2007-10-101-3/+3
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+4
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-101-16/+17
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2007-10-101-12/+2
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+1
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-101-2/+20
* r3092: prepare for build inside sambaStefan Metzmacher2007-10-101-4/+4
* r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell2007-10-101-2/+2
* r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell2007-10-101-8/+10
* r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell2007-10-101-2/+4
* r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...Andrew Tridgell2007-10-101-18/+11
* r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2007-10-101-1/+82
* r574: - another attempt at const cleanliness in ldbAndrew Tridgell2007-10-101-11/+20
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-101-0/+2
* r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell2007-10-101-2/+2
* r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell2007-10-101-8/+90