Age | Commit message (Expand) | Author | Files | Lines |
2003-07-16 | adding command for moving a record from one tdb to another | Gerald Carter | 1 | -0/+55 |
2003-07-16 | make tdbtool deal with NULL and non-NULL terminated keys | Gerald Carter | 1 | -4/+14 |
2003-07-10 | i guess i'm the only one this ever annyoed... | Gerald Carter | 1 | -3/+3 |
2003-07-01 | Different fix for memleak just committed. This belongs into | Volker Lendecke | 1 | -0/+1 |
2003-06-24 | do not forget the include file :-) | Simo Sorce | 1 | -0/+23 |
2003-06-24 | add tdb backup function separation and winbind idmap upgrade code form | Simo Sorce | 2 | -169/+202 |
2003-06-20 | fixed a bug found by volker | Andrew Tridgell | 1 | -1/+2 |
2003-06-12 | Get rid of a const warning. | Volker Lendecke | 1 | -1/+1 |
2003-06-12 | Fix typo found by Vance | Volker Lendecke | 1 | -1/+1 |
2003-05-14 | spelling | Tim Potter | 1 | -2/+2 |
2003-04-22 | Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trusting | Andrew Bartlett | 1 | -6/+145 |
2003-04-16 | Merge valgrind header usage from HEAD. | Andrew Bartlett | 1 | -10/+0 |
2003-04-15 | It's #ifdef CONFIG_H, not #if CONFI_H | Jelmer Vernooij | 1 | -1/+1 |
2003-04-14 | Comment syncup. | Tim Potter | 1 | -0/+21 |
2003-04-14 | Merge of tdbtool multi-line string fix. | Tim Potter | 1 | -17/+17 |
2003-04-10 | Fix from Andrew Esh to ensure tdb_pack can't segfault. | Jeremy Allison | 1 | -7/+10 |
2003-03-13 | Merge of tdb_unlockeys() crash fix. | Tim Potter | 1 | -0/+2 |
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 | -1/+24 |
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-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -5/+9 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -40/+27 |
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-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -21/+21 |
2002-12-20 | Merge of some kind of bugfix from idra. | Tim Potter | 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-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 7 | -0/+24 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 6 | -10/+153 |
2002-07-14 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+37 |
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 |
2002-04-09 | When printing a tdb log message display "unnamed" instead of "unknown" if | Tim Potter | 1 | -1/+1 |