Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-04-07 | uint32 store and fectch functions, a signed int is not enough sometimes | Simo Sorce | 1 | -0/+96 |
2002-04-07 | better check of called function's return | Simo Sorce | 2 | -59/+127 |
2002-03-21 | Make winbindd_idmap tdb endian independent. This is very important for | Jeremy Allison | 1 | -93/+0 |
2002-03-11 | a bit more portability for tdbbackup | Andrew Tridgell | 1 | -1/+2 |
2002-03-10 | make tdbbackup more portable | Andrew Tridgell | 1 | -4/+17 |
2002-03-10 | prevent bogus compiler complaints about comments in comments | Andrew Tridgell | 1 | -2/+2 |
2002-03-09 | added a bunch of explanation about tdbbackup | Andrew Tridgell | 1 | -0/+23 |
2002-03-09 | don't use -pg by default when building standalone | Andrew Tridgell | 1 | -1/+1 |
2002-03-08 | added -v and -s options | Andrew Tridgell | 1 | -23/+101 |
2002-03-07 | added a tdb backup utility | Andrew Tridgell | 2 | -1/+177 |
2002-03-01 | Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl> | Andrew Bartlett | 1 | -1/+1 |
2002-02-27 | Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>. | Jeremy Allison | 1 | -0/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 6 | -12/+6 |
2002-01-22 | Raise log level of warning produced when the open() of the tdb fails. | Tim Potter | 1 | -1/+1 |
2002-01-22 | Display tdb name of "unknown" in logging debug when tdb has not been named. | Tim Potter | 1 | -1/+1 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -1/+1 |
2002-01-18 | Ensure we log tdb open fails. Patch from Alexander Bokovoy <a.bokovoy@sam-sol... | Jeremy Allison | 1 | -4/+2 |
2002-01-09 | Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace. | Jeremy Allison | 2 | -5/+5 |
2002-01-09 | Added int32 version of "atomic" update. | Jeremy Allison | 1 | -0/+35 |
2002-01-09 | Added int32 versions of the endian-dependent code. | Jeremy Allison | 1 | -2/+66 |
2002-01-03 | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 1 | -0/+11 |
2002-01-02 | debug statement fixups. | Jeremy Allison | 2 | -31/+27 |
2001-12-31 | more irix -64 portability fixes | Andrew Tridgell | 1 | -1/+2 |
2001-12-20 | Ignore torture.tdb | Martin Pool | 1 | -0/+1 |
2001-12-20 | net ads password and net ads chostpass commands from Remus Koos | Andrew Tridgell | 1 | -3/+4 |