summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/ldbtest.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-31ldb: Fix dependencies when building with system ldb.Jelmer Vernooij1-0/+5
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-1/+1
2010-03-06LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer1-10/+14
2009-12-18s4-ldb: fixed a valgrind error in ldbtestAndrew Tridgell1-0/+2
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-0/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-2/+2
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell1-1/+1
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-2/+2
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+0
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-3/+2
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-2/+2
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-12/+24
2007-10-10r17745: got rid of the final asprintf() in ldbAndrew Tridgell1-1/+1
2007-10-10r17740: get rid of dependence on asprintf(), using talloc_asprintf() insteadAndrew Tridgell1-2/+2
2007-10-10r17679: - fix 'make test-ldap' to skip ldb specialsAndrew Tridgell1-0/+7
2007-10-10r15370: Fix more dependencies for shared libsJelmer Vernooij1-1/+1
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-0/+2
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce1-1/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-8/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r11567: Ldb API change patch.Simo Sorce1-11/+13
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-21/+21
2007-10-10r10406: added --nosync option to all ldb tools, so that you can control ifAndrew Tridgell1-1/+6
2007-10-10r10403: fixed the basedn for testing, and add a debug showing the size of the...Andrew Tridgell1-1/+4
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-3/+4
2007-10-10r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000Andrew Tridgell1-2/+2
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-22/+33
2007-10-10r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman1-0/+10
2007-10-10r7726: - removed some unused variablesAndrew Tridgell1-1/+0
2007-10-10r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell1-8/+0
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell1-100/+52
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-1/+1
2007-10-10r5585: LDB interfaces change:Simo Sorce1-3/+3
2007-10-10r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett1-0/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+4
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell1-16/+17
2007-10-10r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell1-12/+2
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+1
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-2/+20
2007-10-10r3092: prepare for build inside sambaStefan Metzmacher1-4/+4
2007-10-10r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell1-2/+2
2007-10-10r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell1-8/+10
2007-10-10r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell1-2/+4
2007-10-10r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...Andrew Tridgell1-18/+11
2007-10-10r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell1-1/+82
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell1-11/+20