Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 2003-03-11 | 1 | -10/+0 |
| | | | | recent Valgrind relases and clashing with -DVALGRIND. | ||||
* | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 2002-12-11 | 1 | -0/+10 |
| | | | | Jeremy. | ||||
* | Never, *ever* hold a mutex lock in the message database where there may | Jeremy Allison | 2002-09-17 | 1 | -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 file | Andrew Tridgell | 2002-06-28 | 1 | -1/+17 |
| | |||||
* | a bit more portability for tdbbackup | Andrew Tridgell | 2002-03-11 | 1 | -1/+2 |
| | |||||
* | make tdbbackup more portable | Andrew Tridgell | 2002-03-10 | 1 | -4/+17 |
| | |||||
* | prevent bogus compiler complaints about comments in comments | Andrew Tridgell | 2002-03-10 | 1 | -2/+2 |
| | |||||
* | added a bunch of explanation about tdbbackup | Andrew Tridgell | 2002-03-09 | 1 | -0/+23 |
| | |||||
* | added -v and -s options | Andrew Tridgell | 2002-03-08 | 1 | -23/+101 |
| | | | | -v is used for verify/restore from backup | ||||
* | added a tdb backup utility | Andrew Tridgell | 2002-03-07 | 1 | -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. |