index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
/
ldb
/
tools
/
ldbtest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
2007-07-10
1
-2
/
+1
*
r23790: LGPLv3+ conversion for our LGPLv2+ library code
Andrew Tridgell
2007-07-10
1
-1
/
+1
*
r17745: got rid of the final asprintf() in ldb
Andrew Tridgell
2006-08-23
1
-1
/
+1
*
r17740: get rid of dependence on asprintf(), using talloc_asprintf() instead
Andrew Tridgell
2006-08-23
1
-2
/
+2
*
r17679: - fix 'make test-ldap' to skip ldb specials
Andrew Tridgell
2006-08-22
1
-0
/
+7
*
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
2006-05-01
1
-1
/
+1
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2006-03-02
1
-0
/
+2
*
r13324: From now on check attribute names obey rfc2251
Simo Sorce
2006-02-04
1
-1
/
+1
*
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
2006-01-10
1
-8
/
+1
*
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
2006-01-06
1
-0
/
+1
*
r12608: Remove some unused #include lines.
Jelmer Vernooij
2005-12-30
1
-1
/
+0
*
r11567: Ldb API change patch.
Simo Sorce
2005-11-08
1
-11
/
+13
*
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
2005-10-12
1
-21
/
+21
*
r10406: added --nosync option to all ldb tools, so that you can control if
Andrew Tridgell
2005-09-22
1
-1
/
+6
*
r10403: fixed the basedn for testing, and add a debug showing the size of the...
Andrew Tridgell
2005-09-22
1
-1
/
+4
*
r10299: remove the public (un)lock functions and introduce a transaction based
Simo Sorce
2005-09-17
1
-3
/
+4
*
r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000
Andrew Tridgell
2005-08-30
1
-2
/
+2
*
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
2005-08-18
1
-22
/
+33
*
r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...
Derrell Lipman
2005-06-22
1
-0
/
+10
*
r7726: - removed some unused variables
Andrew Tridgell
2005-06-18
1
-1
/
+0
*
r7714: enable samba credentials handling in ldb tools. So you can now do a
Andrew Tridgell
2005-06-18
1
-8
/
+0
*
r7709: - convert ldb to use popt, so that it can interact with the samba
Andrew Tridgell
2005-06-18
1
-100
/
+52
*
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
2005-04-25
1
-1
/
+1
*
r5585: LDB interfaces change:
Simo Sorce
2005-02-27
1
-3
/
+3
*
r5330: Remove #include <sys/time.h> from includes.h.
Andrew Bartlett
2005-02-11
1
-0
/
+1
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2005-02-10
1
-0
/
+4
*
r4474: - converted ldb to use talloc internally
Andrew Tridgell
2005-01-02
1
-16
/
+17
*
r4059: moved the ldb -o option parsing to a common routine
Andrew Tridgell
2004-12-04
1
-12
/
+2
*
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
2004-11-16
1
-0
/
+1
*
r3754: merge in ldb modules support from the tmp branch ldbPlugins
Simo Sorce
2004-11-15
1
-2
/
+20
*
r3092: prepare for build inside samba
Stefan Metzmacher
2004-10-20
1
-4
/
+4
*
r2725: fixed ldbtest to give the basedn to ldb_search()
Andrew Tridgell
2004-09-28
1
-2
/
+2
*
r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...
Andrew Tridgell
2004-09-28
1
-8
/
+10
*
r2712: fixed a bug in ldbtest to make it cope with an existing index
Andrew Tridgell
2004-09-28
1
-2
/
+4
*
r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...
Andrew Tridgell
2004-09-23
1
-18
/
+11
*
r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.
Andrew Tridgell
2004-09-22
1
-1
/
+82
*
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
2004-05-07
1
-11
/
+20
*
r513: added a generic ldb debug system to allow the Samba debug functions to
Andrew Tridgell
2004-05-06
1
-0
/
+2
*
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
2004-05-06
1
-2
/
+2
*
r490: - expanded the test suite to test modify and delete operations
Andrew Tridgell
2004-05-05
1
-8
/
+90
*
r444: - added the beginnings of a ldb test suite and benchmark
Andrew Tridgell
2004-05-02
1
-0
/
+247