Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19960: Add code to check for loops in the free list. | Jeremy Allison | 2 | -1/+109 |
2007-10-10 | r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c | Andrew Tridgell | 1 | -549/+0 |
2007-10-10 | r19425: two more tdb functions from samba3 | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r19423: merge some tdb changes from SAMBA_3_0 to SAMBA_4_0 | Andrew Tridgell | 4 | -12/+22 |
2007-10-10 | r19401: make tdb_lockall() much more efficient, and add a tdb_lockall_read() | Andrew Tridgell | 6 | -68/+139 |
2007-10-10 | r18400: move MAP_FAILED define to lib/replace/system/shmem.h | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r18301: I discovered how to load the warnings from a build farm build into | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r18160: - pread and pwrite replacements need to be non-static | Andrew Tridgell | 1 | -22/+0 |
2007-10-10 | r18129: moved the system includes into libreplace - this gives much more | Andrew Tridgell | 1 | -31/+4 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17532: merge from SAMBA_3_0 Revision: 17460 | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r17507: pread and pwrite depends on HAVE_PREAD/HAVE_PWRITE not HAVE_PREAD_DEC... | Simo Sorce | 1 | -7/+0 |
2007-10-10 | r16916: Implement metze's proposed changes to the tdb logging API. | Andrew Bartlett | 3 | -13/+16 |
2007-10-10 | r16776: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r16774: This patch modifies the tdb API to allow the logging function to be used | Andrew Bartlett | 8 | -108/+116 |
2007-10-10 | r16043: Fix error message | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r15120: Minimize the diff between Samba3 and Samba4 tdb: In Samba3 we don't a... | Volker Lendecke | 1 | -7/+7 |
2007-10-10 | r15100: Port the bugfix for #3569 to Samba4 | Volker Lendecke | 1 | -1/+17 |
2007-10-10 | r14972: fix an uninitialised warning from ibm checker | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14916: print errno so I can work out why OpenBSD is failing the test for tdb | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allows | Andrew Tridgell | 3 | -1/+63 |
2007-10-10 | r14029: Fix resource leak in error codepath. Coverity CID #64. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r13773: Be consistent in the way you get out and free allocated data | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r13283: added two optimisations to the tdb transactions code. The first is to | Andrew Tridgell | 1 | -1/+36 |
2007-10-10 | r10891: I noticed that the secrets.db was not being backed up on my system due | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r10524: SAFE_FREE() in tdb does not need the discard_const_p() | Andrew Tridgell | 1 | -10/+1 |
2007-10-10 | r10522: finally got the locking working on solaris10. This adds a read lock on | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r10496: - added configure test for sys/time.h | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r10495: older redhat boxes need sys/time.h for select() | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r10494: - don't generate a tdb log message for any type of failed lock probe | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r10493: we need sys/select.h to enable select() in the solaris workaround | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r10492: work around a bug in solaris which cases lock upgrades to fail with | Andrew Tridgell | 3 | -1/+28 |
2007-10-10 | r10484: try to fix the pread/pwrite declaration problems | Andrew Tridgell | 1 | -7/+1 |
2007-10-10 | r10483: fixed some uninitialised variables warnings | Andrew Tridgell | 2 | -1/+3 |
2007-10-10 | r10471: stratos doesn't have getpagesize(), so guess 8k on systems that don't | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r10469: use the older style of structure initialisation for tdb to make it | Andrew Tridgell | 2 | -12/+12 |
2007-10-10 | r10468: - terminate tdbtorture quickly when an error is detected | Andrew Tridgell | 2 | -0/+8 |
2007-10-10 | r10467: aix doesn't like zero length malloc :( | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r10466: work around missing pread/pwrite declaration on openbsd | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r10465: separate out a read_only db from a read-only traversal to ensure we | Andrew Tridgell | 6 | -12/+13 |
2007-10-10 | r10461: fixed tdb build on systems without stdint.h | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r10460: fixed portability of transaction code to systems with integer | Andrew Tridgell | 1 | -6/+7 |
2007-10-10 | r10459: fixed some portability problems | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r10424: for caller convenience, automatically turn a tdb_traverse() into a | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r10421: following on discussions with simo, I have worked out a way of | Andrew Tridgell | 7 | -29/+100 |
2007-10-10 | r10405: added transactions into tdb, and hook them into ldb. See my | Andrew Tridgell | 10 | -66/+1138 |
2007-10-10 | r10258: Fix an unused/duplicate local variable. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r10253: a fairly large tdb cleanup and re-organise. Nearly all of this change | Andrew Tridgell | 11 | -2395/+2128 |
2007-10-10 | r9774: r11605@blu: tridge | 2005-08-30 12:02:19 +1000 | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r9773: r11599@blu: tridge | 2005-08-30 11:55:57 +1000 | Andrew Tridgell | 1 | -5/+13 |