summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdbbackup.c
Commit message (Collapse)AuthorAgeFilesLines
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+3
| | | | (This used to be commit efea76ac71412f8622cd233912309e91b9ea52da)
* Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison2003-10-021-0/+12
| | | | | Jeremy. (This used to be commit 93669f329eccec34d4a1da6239ae9759f067fb8b)
* add tdb backup function separation and winbind idmap upgrade code formSimo Sorce2003-06-241-169/+1
| | | | | | | pre-2.2.4 tdb database format. tx volker for your work on this (This used to be commit 2bdbeb9e97a59ecd16f74fbb04ab5ca57b28a757)
* Get rid of a const warning.Volker Lendecke2003-06-121-1/+1
| | | | | Volker (This used to be commit 6684f5b11f8498defa737e3ba85eb4e1f5b36202)
* Fix typo found by VanceVolker Lendecke2003-06-121-1/+1
| | | | (This used to be commit 678e68a295f899d0920e5a6ffe3f6ec3705828e2)
* Merge valgrind header usage from HEAD.Andrew Bartlett2003-04-161-10/+0
| | | | (This used to be commit 5c978e39f2879d900a1bcad535b489f4cd440906)
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-0/+10
| | | | | Jeremy. (This used to be commit ec4ed45563f9d8e25fcfd88840944a90b3139c3e)
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+1
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+17
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* a bit more portability for tdbbackupAndrew Tridgell2002-03-111-1/+2
| | | | (This used to be commit 6edb5bea5f6dcbabe29f772c7ad7bcaaf2a72d53)
* make tdbbackup more portableAndrew Tridgell2002-03-101-4/+17
| | | | (This used to be commit 9cc1dadfb09c2352ed188d668b02ccffaa009895)
* prevent bogus compiler complaints about comments in commentsAndrew Tridgell2002-03-101-2/+2
| | | | (This used to be commit 73b3487daf4d7c65aac2c8ec150539791d19e1f5)
* added a bunch of explanation about tdbbackupAndrew Tridgell2002-03-091-0/+23
| | | | (This used to be commit 4ac4220e2f60dfac35dc80dcf1830a6a6352ace0)
* added -v and -s optionsAndrew Tridgell2002-03-081-23/+101
| | | | | -v is used for verify/restore from backup (This used to be commit 1438cd8e5042f1ce6aef0d6be5a8285fbfe79158)
* 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. (This used to be commit f619330082712cab72ec2d2ab76d67b8e9f3194c)