Age | Commit message (Expand) | Author | Files | Lines |
2011-09-14 | util_tdb: return -1/0 from lock_with_timeout functions. | Rusty Russell | 1 | -2/+2 |
2011-09-14 | tdb_compat: adapt to tdb2 API change. | Rusty Russell | 1 | -3/+4 |
2011-08-15 | s3:lib: fix a comment in tdb_unpack() | Michael Adam | 1 | -1/+1 |
2011-08-15 | s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio... | Gregor Beck | 1 | -1/+1 |
2011-08-15 | s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio... | Gregor Beck | 1 | -1/+3 |
2011-06-20 | source3/lib/util_tdb.c: operation timeout support for TDB2. | Rusty Russell | 1 | -0/+96 |
2011-06-20 | tdb_compat: Higher level API fixes. | Rusty Russell | 1 | -3/+3 |
2011-06-20 | tdb_compat: use tdb_open_compat. | Rusty Russell | 1 | -6/+11 |
2011-06-20 | tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT. | Rusty Russell | 1 | -0/+4 |
2011-06-20 | tdb_chainlock: check returns for 0, not -1. | Rusty Russell | 1 | -1/+1 |
2011-06-20 | tdb_transaction_cancel: ignore return value. | Rusty Russell | 1 | -6/+2 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+2 |
2011-05-06 | lib/util Move source3 tdb_wrap_open() into the common code. | Andrew Bartlett | 1 | -159/+0 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-03-14 | s3: Use a switch to implement map_nt_error_from_tdb | Volker Lendecke | 1 | -30/+47 |
2010-03-13 | s3: Make tdb_wrap_open more robust | Volker Lendecke | 1 | -41/+87 |
2010-02-23 | s3-lib: Remove obsolete signal type cast. | Andreas Schneider | 1 | -3/+3 |
2009-08-07 | Fix some nonempty blank lines | Volker Lendecke | 1 | -7/+7 |
2009-07-15 | Add tdb_data_cmp | Volker Lendecke | 1 | -0/+19 |
2009-01-28 | s3: separate tdb validation code out into its own source file | Michael Adam | 1 | -484/+0 |
2009-01-19 | Remove unused tdb_search_keys() | Volker Lendecke | 1 | -68/+0 |
2009-01-16 | s3-util: for convenience, provide format comments in tdb_unpack(). | Günther Deschner | 1 | -7/+7 |
2009-01-08 | Fix race condition in alarm lock processing noticed by Richard Sharpe <realri... | Jeremy Allison | 1 | -1/+1 |
2008-10-12 | Sync util_tdb implementations. | Jelmer Vernooij | 1 | -297/+0 |
2008-04-12 | util_tdb: fix a segfault caused by a fatal typo. | Michael Adam | 1 | -1/+1 |
2008-03-26 | util_tdb: remove trivial and unused tdb_wipe(). | Michael Adam | 1 | -17/+0 |
2008-03-26 | util_tdb: make the _byblob fetch/store functions public again. | Michael Adam | 1 | -4/+4 |
2008-03-25 | util_tdb: add my (C) for the tdb validation code | Michael Adam | 1 | -0/+1 |
2008-03-25 | util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn(). | Michael Adam | 1 | -2/+8 |
2008-03-25 | util_tdb: make the _byblob functions static - not currently used elsewhere. | Michael Adam | 1 | -5/+5 |
2008-02-25 | Fix some warnings | Volker Lendecke | 1 | -7/+9 |
2008-01-27 | Adding missing calls to va_end(). | Tim Potter | 1 | -0/+1 |
2007-12-03 | Change tdb_unpack "P" to return a malloc'ed string rather | Jeremy Allison | 1 | -10/+9 |
2007-11-06 | Fix bug where tdb lock call interrupted with | Jeremy Allison | 1 | -0/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -11/+11 |
2007-10-10 | r24877: Don't panic in tdb validation code when the fork or waitpid fails. | Michael Adam | 1 | -5/+7 |
2007-10-10 | r24848: Make tdb_validate() take an open tdb handle instead of a file name. | Michael Adam | 1 | -16/+41 |
2007-10-10 | r24847: Change standard failure return code of tdb_validate from "-1" to "1". | Michael Adam | 1 | -2/+2 |
2007-10-10 | r24267: Fix the build farm | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r24265: Add the tdb_hashsize:<tdbname> parameter | Volker Lendecke | 1 | -0/+22 |
2007-10-10 | r23981: Make tdb_validate_and_backup try harder to end up with a valid tdb: | Michael Adam | 1 | -23/+60 |
2007-10-10 | r23975: Enhance some debug output. | Michael Adam | 1 | -2/+4 |
2007-10-10 | r23957: Use tdb_open_log instead of tdb_open. | Michael Adam | 1 | -6/+6 |
2007-10-10 | r23952: Streamline and improve the logic of tdb_validate_and backup: | Michael Adam | 1 | -29/+63 |
2007-10-10 | r23938: Add a debug message. | Michael Adam | 1 | -0/+2 |
2007-10-10 | r23932: Fill extended status with information in case the validation traverse | Michael Adam | 1 | -1/+5 |
2007-10-10 | r23930: Introduce tdb_validate_and_backup: | Michael Adam | 1 | -1/+239 |
2007-10-10 | r23828: Add entry and exit debug statments to tdb_validate | Michael Adam | 1 | -0/+5 |
2007-10-10 | r23822: Clean some debugging output (as well in content and | Michael Adam | 1 | -34/+19 |