summaryrefslogtreecommitdiffstats
path: root/source/tdb/tdbbackup.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove valgrind_strlen function, hopefully no longer needed withMartin Pool2003-03-111-10/+0
| | | | recent Valgrind relases and clashing with -DVALGRIND.
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-0/+10
| | | | Jeremy.
* Never, *ever* hold a mutex lock in the message database where there mayJeremy Allison2002-09-171-0/+1
| | | | | | | be traversals being attempted. Yes, this was from bitter experience (and an out of control server :-). Also allow callers to break out of a tdb_chainlock with sigalarm if desired. Jeremy.
* don't backup to a newer fileAndrew Tridgell2002-06-281-1/+17
|
* a bit more portability for tdbbackupAndrew Tridgell2002-03-111-1/+2
|
* make tdbbackup more portableAndrew Tridgell2002-03-101-4/+17
|
* prevent bogus compiler complaints about comments in commentsAndrew Tridgell2002-03-101-2/+2
|
* added a bunch of explanation about tdbbackupAndrew Tridgell2002-03-091-0/+23
|
* added -v and -s optionsAndrew Tridgell2002-03-081-23/+101
| | | | -v is used for verify/restore from backup
* added a tdb backup utilityAndrew Tridgell2002-03-071-0/+173
when complete, this will be used to backup critical tdbs at samba startup and possibly periodically while Samba is running so that if tdb corruption is caused by a power failure Samba can restore from the backup.