summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdbtool.c
Commit message (Expand)AuthorAgeFilesLines
* r12760: Fix bug 3384Volker Lendecke2007-10-101-0/+30
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-6/+6
* r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman2007-10-101-10/+17
* r6623: This change fixes a few broken commands plus adds someHerb Lewis2007-10-101-211/+321
* r5861: Apply some constVolker Lendecke2007-10-101-2/+2
* adding command for moving a record from one tdb to anotherGerald Carter2003-07-161-0/+55
* make tdbtool deal with NULL and non-NULL terminated keysGerald Carter2003-07-161-4/+14
* Merge of tdbtool multi-line string fix.Tim Potter2003-04-141-17/+17
* Merge of some kind of bugfix from idra.Tim Potter2002-12-201-1/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Tidyups to remove warnings on tdb standalone code.Jeremy Allison2001-12-111-15/+17
* Formatting fixup.Tim Potter2001-12-101-1/+1
* Fix headers. This I know is correct.Martin Pool2001-12-041-0/+1
* undoMartin Pool2001-12-041-6/+3
* Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool2001-12-041-4/+4
* Better error handling:Martin Pool2001-12-041-2/+5
* Don't display any data if tdb_fetch() failed in the tdbtool "fetch"Tim Potter2001-12-031-1/+4
* Updated definition of fstring.Tim Potter2001-12-031-4/+11
* Added a 'keys' command to tdbtool which prints out all keys in the tdb.Tim Potter2001-11-281-0/+10
* Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()Tim Potter2001-11-091-8/+2
* Patch for having spaces in tdb keys, NULL termination fixes and otherTim Potter2001-08-071-22/+87
* Print an error message if database could not be opened.Volker Lendecke2001-08-041-0/+7
* added list function to tdbtoolAndrew Tridgell2001-05-301-0/+2
* It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison2001-02-131-6/+15
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-291-10/+73
* Fixed bug with tdb_next_lock failing when reaching then end of a hashchainJeremy Allison2000-12-071-0/+29
* Added print_freelist command.Jeremy Allison2000-12-021-0/+3
* Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison2000-10-051-4/+15
* dump in a binary formatAndrew Tridgell2000-04-241-3/+45
* Added standard shell command thing using '!' as first character.Tim Potter2000-03-131-41/+49
* Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter2000-02-281-1/+7
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-5/+5
* don't require readlineAndrew Tridgell2000-01-071-1/+13
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-2/+3
* fixed more locking bugs - all seems OK nowAndrew Tridgell1999-12-241-3/+1
* first pass at the database code for Samba. This also includes a testAndrew Tridgell1999-12-211-0/+206