summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/tools/tdbbackup.c
Commit message (Collapse)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-300/+0
|
* r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison2007-12-211-0/+1
| | | | | | | | Add in the alarm fix to allow locks to exit on alarm signal. Sync up the changes in tools. Jeremy. (This used to be commit cb6c663fa8818f49cc36f196bb5f4dea47edd69e)
* r23950: unlink before rename is superfluous.Michael Adam2007-10-101-1/+0
| | | | | Michael (This used to be commit dc0104be9acfcd97f95388029a421204723b641a)
* r23925: Use NULL instead of 0 for a void * argument.Michael Adam2007-10-101-1/+1
| | | | (This used to be commit bf7774360bbcf557e3cbc4ef0c45f750b4ba89c3)
* r23853: Fix a very misleading error message in tdbbackup.Michael Adam2007-10-101-1/+1
| | | | | Michael (This used to be commit 1685057927e0ae37ed6be780ee0fb4b3bbefc00f)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r22319: sync lib/tdb/ with samba3Stefan Metzmacher2007-10-101-5/+181
| | | | | metze (This used to be commit 8f24f6b38e967075589529a08c68a1a56f9f0499)
* r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell2007-10-101-26/+2
| | | | | | | isolation of our portability environment from the main code, and also simplifies the includes system (no separate #ifdef _SAMBA_BUILD for tdb. ldb etc now) (This used to be commit 77d1a468e06290aba789e2f3affc769fc5159a21)
* r10330: Add SConscript to more subsystems. Some of the tdb tools build now.Jelmer Vernooij2007-10-101-1/+1
| | | | | Start on custom Samba scons tools (for handling proto generation, pidl, etc) (This used to be commit 4bffe4435944fffa3f9680b5a2fe63f2bdd98003)
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-101-1/+1
| | | | | | | outside the tree, instead defined _SAMBA_BUILD_ inside the Samba build. This makes it easier to pull code out of Samba for external use. (This used to be commit 09e98c8745cca7ccb1ad7134c0c09b8e4c0f4f06)
* r848: convert lib/tdb into the same layout as lib/ldbStefan Metzmacher2007-10-101-0/+149
metze (This used to be commit bacab322ce89979f0ad0811cd15b73d81eceb69d)