summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdbtool.c
Commit message (Expand)AuthorAgeFilesLines
* fixed tdbtool from core dumping. But the braces to make Chris happy !Jean-François Micouleau2002-04-301-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