Age | Commit message (Expand) | Author | Files | Lines |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -2/+1 |
2003-10-02 | Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549. | Jeremy Allison | 2 | -0/+23 |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 1 | -2/+2 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -18/+31 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -4/+69 |
2003-07-16 | ading new files from 3.0 | Gerald Carter | 2 | -0/+224 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 3 | -175/+9 |
2003-05-14 | spelling | Tim Potter | 1 | -2/+2 |
2003-04-14 | Multi-line string constants have been deprecated in newer versions of gcc. | Tim Potter | 1 | -17/+17 |
2003-04-10 | Fix from Andrew Esh to ensure tdb_pack can't segfault. | Jeremy Allison | 1 | -9/+12 |
2003-03-15 | strictly, you can't #if on somthing that may or may not be defined. | Andrew Bartlett | 1 | -1/+1 |
2003-03-14 | Fresh meat in trusted domains code: | Rafal Szczesniak | 1 | -7/+146 |
2003-03-13 | Fixed crash bug when calling tdb_unlockkeys() with no locked keys. | Tim Potter | 1 | -0/+2 |
2003-03-11 | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 1 | -10/+0 |
2003-03-11 | Note about using Valgrind with tdbs. | Martin Pool | 1 | -0/+21 |
2003-03-11 | When opening an existing DB, don't require the hash_size specified to | Martin Pool | 1 | -2/+1 |
2003-02-20 | Ensure tdb error code is set for corrupt and i/o errors before calling | Jeremy Allison | 1 | -0/+19 |
2003-02-14 | Doc | Martin Pool | 1 | -1/+5 |
2003-02-04 | Ensure we overwrite a tdb if the hash size changes. | Jeremy Allison | 1 | -1/+2 |
2003-01-30 | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 1 | -4/+13 |
2003-01-12 | Keep all the const warnings in one place, by adding a utility function to | Andrew Bartlett | 1 | -44/+31 |
2003-01-11 | fix tdb_append() prototype | Gerald Carter | 1 | -1/+1 |
2003-01-11 | Added tdb_append() call. Efficiently adds to an entry. Used by new messaging | Jeremy Allison | 3 | -12/+148 |
2003-01-09 | tdb_chainlock_with_timeout: Add TODO: If we time out waiting for a | Martin Pool | 1 | -0/+4 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -21/+21 |
2002-12-17 | it's getting comic ... | Simo Sorce | 1 | -1/+2 |
2002-12-11 | Fixed auth module code. Added VALGRIND defines to reduce spurious warnings. | Jeremy Allison | 1 | -0/+10 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -4/+8 |
2002-11-09 | Add chainlock_read functions to get a read lock. Used in *massively* | Jeremy Allison | 2 | -5/+50 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 2 | -12/+10 |
2002-10-04 | Add a timeout to tdb_lock_bystring(). Ensure we never have more than | Jeremy Allison | 3 | -6/+49 |
2002-09-26 | Make explicit the difference between a tdb key with no data attached, and | Jeremy Allison | 1 | -2/+11 |
2002-09-23 | tdbdump also needs signal.h. Thanks to Guenther Deschner <gd@suse.de> | Volker Lendecke | 1 | -0/+1 |
2002-09-19 | tdb tools need #include <signal.h> | Jeremy Allison | 3 | -0/+3 |
2002-09-17 | Never, *ever* hold a mutex lock in the message database where there may | Jeremy Allison | 3 | -0/+17 |
2002-08-30 | ensure that we unlock in case we hit a tdb error | Andrew Tridgell | 1 | -0/+3 |
2002-07-15 | don't report the faiilure of non-blocking locks. They are supposed to | Andrew Tridgell | 1 | -1/+1 |
2002-07-11 | *Experimental* new large-scaling printer code. Splits printing.tdb into | Jeremy Allison | 1 | -1/+2 |
2002-06-28 | don't backup to a newer file | Andrew Tridgell | 1 | -1/+17 |
2002-06-03 | Added tdb_delete_by_string() function. | Tim Potter | 1 | -0/+14 |
2002-05-22 | auto-recover from the fairly common case of a non-clean tdb shutdown | Andrew Tridgell | 1 | -0/+10 |
2002-04-30 | fixed tdbtool from core dumping. But the braces to make Chris happy ! | Jean-François Micouleau | 1 | -2/+4 |
2002-04-27 | Merge Herb's idmap endian fix. | Jeremy Allison | 2 | -0/+7 |
2002-04-19 | We cannot set errno=0 in any of the wrapper calls as this breaks UNIX error | Jeremy Allison | 1 | -1/+0 |
2002-04-19 | First cut at fix for the EINTR problem... More needs to be done I think. | Jeremy Allison | 1 | -1/+7 |
2002-04-16 | ignore a few more files | Andrew Tridgell | 1 | -0/+1 |
2002-04-14 | Extra file for the tdb search code (linked list definition). | Andrew Bartlett | 1 | -0/+37 |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 1 | -0/+72 |
2002-04-13 | Make our atomic increment code actually do this during its first/second run. | Andrew Bartlett | 1 | -5/+20 |
2002-04-10 | Added Shirish's client side caching policy change. | Jeremy Allison | 1 | -1/+2 |