summaryrefslogtreecommitdiff
path: root/source3/tdb/tdbtool.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-20Merge of some kind of bugfix from idra.Tim Potter1-1/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+4
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-11Tidyups to remove warnings on tdb standalone code.Jeremy Allison1-15/+17
2001-12-10Formatting fixup.Tim Potter1-1/+1
2001-12-04Fix headers. This I know is correct.Martin Pool1-0/+1
2001-12-04undoMartin Pool1-6/+3
2001-12-04Implement suggestion from tridge to leave the old tdb_open interfaceMartin Pool1-4/+4
2001-12-04Better error handling:Martin Pool1-2/+5
2001-12-03Don't display any data if tdb_fetch() failed in the tdbtool "fetch"Tim Potter1-1/+4
2001-12-03Updated definition of fstring.Tim Potter1-4/+11
2001-11-28Added a 'keys' command to tdbtool which prints out all keys in the tdb.Tim Potter1-0/+10
2001-11-09Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist()Tim Potter1-8/+2
2001-08-07Patch for having spaces in tdb keys, NULL termination fixes and otherTim Potter1-22/+87
2001-08-04Print an error message if database could not be opened.Volker Lendecke1-0/+7
2001-05-30added list function to tdbtoolAndrew Tridgell1-0/+2
2001-02-13It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison1-6/+15
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-10/+73
2000-12-07Fixed bug with tdb_next_lock failing when reaching then end of a hashchainJeremy Allison1-0/+29
2000-12-02Added print_freelist command.Jeremy Allison1-0/+3
2000-10-05Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison1-4/+15
2000-04-24dump in a binary formatAndrew Tridgell1-3/+45
2000-03-13Added standard shell command thing using '!' as first character.Tim Potter1-41/+49
2000-02-28Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter1-1/+7
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-5/+5
2000-01-07don't require readlineAndrew Tridgell1-1/+13
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-2/+3
1999-12-24fixed more locking bugs - all seems OK nowAndrew Tridgell1-3/+1
1999-12-21first pass at the database code for Samba. This also includes a testAndrew Tridgell1-0/+206