summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/tools
Commit message (Expand)AuthorAgeFilesLines
* r9685: Add tests for samba3sam mapping moduleJelmer Vernooij2007-10-101-2/+3
* r9451: some fixes now core.schema and cosine.schema are also read properlySimo Sorce2007-10-101-5/+29
* r9447: Add a new tool to convert openLdap schema files into an ldifSimo Sorce2007-10-102-6/+589
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-109-50/+95
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-102-6/+11
* r7926: poptGetNextOpt() returns int, not charAndrew Tridgell2007-10-101-1/+1
* r7897: work in progressDerrell Lipman2007-10-101-1/+4
* r7868: canonicalise the message before using ldb_add() in the ldbadd utility.Andrew Tridgell2007-10-101-0/+2
* r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell2007-10-102-18/+18
* r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman2007-10-101-0/+10
* r7804: added the samba specific ldif handlers into the tree, but don't enableAndrew Tridgell2007-10-101-2/+6
* r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell2007-10-101-18/+10
* r7741: fixed the verbose option in ldbeditAndrew Tridgell2007-10-101-12/+11
* r7726: - removed some unused variablesAndrew Tridgell2007-10-102-2/+1
* r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell2007-10-109-58/+24
* r7710: new command line handling code for ldbAndrew Tridgell2007-10-102-0/+189
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-107-434/+167
* r7438: work in progressDerrell Lipman2007-10-101-1/+12
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-101-3/+18
* r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell2007-10-101-43/+4
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-104-6/+6
* r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe2007-10-101-1/+1
* r5585: LDB interfaces change:Simo Sorce2007-10-107-9/+9
* 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-107-0/+28
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-101-1/+1
* r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell2007-10-101-1/+1
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-105-36/+39
* r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell2007-10-101-0/+7
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2007-10-107-84/+14
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-107-0/+7
* r3760: mention -o switch in help messageSimo Sorce2007-10-105-0/+10
* r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce2007-10-107-15/+140
* r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher2007-10-101-0/+103
* r3092: prepare for build inside sambaStefan Metzmacher2007-10-101-4/+4
* r2726: added a -r option to ldbdel to allow easy delete of a wholeAndrew Tridgell2007-10-101-3/+39
* 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
* r2381: added a -v debugging option to ldbeditAndrew Tridgell2007-10-101-1/+31
* r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter2007-10-101-1/+1
* r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2007-10-105-8/+9
* r609: allow ldbedit to take a list of attributes to edit, just likeAndrew Tridgell2007-10-101-2/+9
* r574: - another attempt at const cleanliness in ldbAndrew Tridgell2007-10-104-15/+28
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-106-0/+12
* r502: modified ldb to allow the use of an external pool memoryAndrew Tridgell2007-10-105-25/+30
* r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell2007-10-102-10/+92
* r456: - added -i option to ldbsearchAndrew Tridgell2007-10-101-33/+51