summaryrefslogtreecommitdiff
path: root/source3/tdb/tdbbackup.c
AgeCommit message (Collapse)AuthorFilesLines
2003-10-02Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison1-0/+12
Jeremy. (This used to be commit 93669f329eccec34d4a1da6239ae9759f067fb8b)
2003-06-24add tdb backup function separation and winbind idmap upgrade code formSimo Sorce1-169/+1
pre-2.2.4 tdb database format. tx volker for your work on this (This used to be commit 2bdbeb9e97a59ecd16f74fbb04ab5ca57b28a757)
2003-06-12Get rid of a const warning.Volker Lendecke1-1/+1
Volker (This used to be commit 6684f5b11f8498defa737e3ba85eb4e1f5b36202)
2003-06-12Fix typo found by VanceVolker Lendecke1-1/+1
(This used to be commit 678e68a295f899d0920e5a6ffe3f6ec3705828e2)
2003-04-16Merge valgrind header usage from HEAD.Andrew Bartlett1-10/+0
(This used to be commit 5c978e39f2879d900a1bcad535b489f4cd440906)
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-0/+10
Jeremy. (This used to be commit ec4ed45563f9d8e25fcfd88840944a90b3139c3e)
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+1
(This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+17
(This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
2002-03-11a bit more portability for tdbbackupAndrew Tridgell1-1/+2
(This used to be commit 6edb5bea5f6dcbabe29f772c7ad7bcaaf2a72d53)
2002-03-10make tdbbackup more portableAndrew Tridgell1-4/+17
(This used to be commit 9cc1dadfb09c2352ed188d668b02ccffaa009895)
2002-03-10prevent bogus compiler complaints about comments in commentsAndrew Tridgell1-2/+2
(This used to be commit 73b3487daf4d7c65aac2c8ec150539791d19e1f5)
2002-03-09added a bunch of explanation about tdbbackupAndrew Tridgell1-0/+23
(This used to be commit 4ac4220e2f60dfac35dc80dcf1830a6a6352ace0)
2002-03-08added -v and -s optionsAndrew Tridgell1-23/+101
-v is used for verify/restore from backup (This used to be commit 1438cd8e5042f1ce6aef0d6be5a8285fbfe79158)
2002-03-07added a tdb backup utilityAndrew Tridgell1-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)