Samba tdb Library
http://tdb.samba.org/
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB
except that it allows multiple simultaneous writers and uses locking
internally to keep writers from trampling on each other. TDB is also extremely
small.
This package contains the tdb1 library.
- Developed at network:samba:STABLE
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/tdb && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000019 19 Bytes | |
build_pie.patch | 0000001382 1.35 KB | |
ignore-tdb1-run-transaction-expand.diff | 0000000699 699 Bytes | |
include_stdbool_bso10625.patch | 0000000735 735 Bytes | |
samba-library-distribution-pubkey_13084025.asc | 0000003413 3.33 KB | |
tdb-1.3.1.tar.asc | 0000000473 473 Bytes | |
tdb-1.3.1.tar.gz | 0000480898 470 KB | |
tdb.changes | 0000008134 7.94 KB | |
tdb.spec | 0000005641 5.51 KB |
Revision 17 (latest revision is 45)
Stephan Kulow (coolo)
accepted
request 251713
from
Lars Müller (lmuelle)
(revision 17)
- Update to version 1.3.1. + tools: fix a compiler warning + defragment the freelist in tdb_allocate_from_freelist() + add "freelist_size" sub-command to tdbtool + use tdb_freelist_merge_adjacent in tdb_freelist_size() + add tdb_freelist_merge_adjacent() + add utility function check_merge_ptr_with_left_record() + simplify tdb_free() using check_merge_with_left_record() + add utility function check_merge_with_left_record() + improve comments for tdb_free(). + factor merge_with_left_record() out of tdb_free() + fix debug message in tdb_free() + reduce indentation in tdb_free() for merging left + increase readability of read_record_on_left() + factor read_record_on_left() out of tdb_free() + build: improve detection of srcdir.
Comments 0