Age | Commit message (Expand) | Author | Files | Lines |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 1 | -2/+2 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -3/+4 |
2003-05-14 | spelling | Tim Potter | 1 | -2/+2 |
2003-04-10 | Fix from Andrew Esh to ensure tdb_pack can't segfault. | Jeremy Allison | 1 | -9/+12 |
2003-03-14 | Fresh meat in trusted domains code: | Rafal Szczesniak | 1 | -7/+146 |
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-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-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 | 1 | -4/+39 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -11/+8 |
2002-10-04 | Add a timeout to tdb_lock_bystring(). Ensure we never have more than | Jeremy Allison | 1 | -5/+44 |
2002-06-03 | Added tdb_delete_by_string() function. | Tim Potter | 1 | -0/+14 |
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-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-03-21 | Make winbindd_idmap tdb endian independent. This is very important for | Jeremy Allison | 1 | -93/+0 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+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 | 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 |
2001-12-05 | changed the DEBUG level of tdb_pack and tdb_unpack. Instead of 8, it's now | Jean-François Micouleau | 1 | -2/+2 |
2001-12-04 | Tidup. | Jeremy Allison | 1 | -43/+80 |
2001-12-04 | undo | Martin Pool | 1 | -1/+3 |
2001-12-04 | Better error handling: | Martin Pool | 1 | -3/+1 |
2001-09-06 | actually obey the "use mmap" smb.conf option | Andrew Tridgell | 1 | -1/+5 |
2001-05-30 | merged fix for tdb_unpack from 2_2 | Andrew Tridgell | 1 | -1/+4 |
2001-05-30 | - fixed an off-by-1 bug in the delayed deletion code that I believe | Andrew Tridgell | 1 | -0/+1 |
2001-05-30 | added a tdb_open_log() function that opens a tdb and enables logging | Andrew Tridgell | 1 | -0/+33 |
2001-05-25 | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 1 | -3/+32 |
2001-05-06 | merge from 2.2 | Andrew Tridgell | 1 | -2/+5 |
2001-04-18 | merge from 2.2 | Andrew Tridgell | 1 | -0/+1 |
2001-04-16 | Getting medieval with compiler warnings as Jeremy puts it. | Tim Potter | 1 | -2/+2 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -48/+2 |
2001-04-11 | Fixed some compiler warnings. | Tim Potter | 1 | -2/+2 |
2001-04-10 | Added HAVE_STDARG_H to tdbutil.c | Jeremy Allison | 1 | -5/+51 |
2000-12-06 | tdb_chainunlock() no longer returns a value. | Tim Potter | 1 | -2/+2 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 1 | -2/+2 |
2000-11-10 | rpc_parse/parse_spoolss.c: Updated comment for old version of W2K. | Jeremy Allison | 1 | -1/+1 |
2000-10-10 | added tdb_lock_bystring() and tdb_unlock_bystring() | Andrew Tridgell | 1 | -0/+24 |
2000-07-31 | Added John Reilly's enumports/addprinter/delprinter scripting code plus the | Jeremy Allison | 1 | -0/+14 |
2000-06-08 | Moved tdb functions that access parse structs into parse_prs.c | Jeremy Allison | 1 | -30/+0 |
2000-06-07 | Fixing get/set of security descriptors. | Jeremy Allison | 1 | -8/+4 |
2000-06-04 | added some debug code to track down pack/unpack problems | Andrew Tridgell | 1 | -0/+12 |
2000-05-27 | getting and setting security descriptors on printers now works | Andrew Tridgell | 1 | -10/+42 |