summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce7-7/+13
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-2/+2
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij7-7/+0
2007-10-10r12605: docs patch from Brad Hards <bradh@frogmouth.net>Simo Sorce1-1/+1
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12499: Move smb_build.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r12057: fixed authentication in ldb client toolsAndrew Tridgell1-0/+3
2007-10-10r11988: Setup the sessionInfo just before the connect, rather than earlierAndrew Bartlett1-4/+6
2007-10-10r11567: Ldb API change patch.Simo Sorce4-30/+35
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell2-27/+27
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell4-5/+5
2007-10-10r10830: we should use the same name in all places:-)Stefan Metzmacher1-1/+1
2007-10-10r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett1-0/+5
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-1/+1
2007-10-10r10406: added --nosync option to all ldb tools, so that you can control ifAndrew Tridgell3-2/+13
2007-10-10r10403: fixed the basedn for testing, and add a debug showing the size of the...Andrew Tridgell1-1/+4
2007-10-10r10305: start implementing better error handlingSimo Sorce1-1/+2
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-3/+4
2007-10-10r10251: some more work on ldb_sqlite3Simo Sorce1-0/+26
2007-10-10r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000Andrew Tridgell1-2/+2
2007-10-10r9685: Add tests for samba3sam mapping moduleJelmer Vernooij1-2/+3
2007-10-10r9451: some fixes now core.schema and cosine.schema are also read properlySimo Sorce1-5/+29
2007-10-10r9447: Add a new tool to convert openLdap schema files into an ldifSimo Sorce2-6/+589
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce9-50/+95
2007-10-10r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2-6/+11
2007-10-10r7926: poptGetNextOpt() returns int, not charAndrew Tridgell1-1/+1
2007-10-10r7897: work in progressDerrell Lipman1-1/+4
2007-10-10r7868: canonicalise the message before using ldb_add() in the ldbadd utility.Andrew Tridgell1-0/+2
2007-10-10r7833: changed ldbsearch and ldbedit to have command line syntax closer toAndrew Tridgell2-18/+18
2007-10-10r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman1-0/+10
2007-10-10r7804: added the samba specific ldif handlers into the tree, but don't enableAndrew Tridgell1-2/+6
2007-10-10r7743: be consistent in how stdin is supported for ldbadd and ldbmodifyAndrew Tridgell1-18/+10
2007-10-10r7741: fixed the verbose option in ldbeditAndrew Tridgell1-12/+11
2007-10-10r7726: - removed some unused variablesAndrew Tridgell2-2/+1
2007-10-10r7714: enable samba credentials handling in ldb tools. So you can now do aAndrew Tridgell9-58/+24
2007-10-10r7710: new command line handling code for ldbAndrew Tridgell2-0/+189
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell7-434/+167
2007-10-10r7438: work in progressDerrell Lipman1-1/+12
2007-10-10r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman1-3/+18
2007-10-10r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell1-43/+4
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce4-6/+6
2007-10-10r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe1-1/+1
2007-10-10r5585: LDB interfaces change:Simo Sorce7-9/+9
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 Tridgell7-0/+28
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce1-1/+1
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell1-1/+1
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell5-36/+39
2007-10-10r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell1-0/+7
2007-10-10r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell7-84/+14