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 | 0000001380 1.35 KB | |
ignore-tdb1-run-transaction-expand.diff | 0000000699 699 Bytes | |
samba-library-distribution-pubkey_13084025.asc | 0000003413 3.33 KB | |
tdb-1.2.13.tar.asc | 0000000490 490 Bytes | |
tdb-1.2.13.tar.gz | 0000463129 452 KB | |
tdb.changes | 0000005758 5.62 KB | |
tdb.spec | 0000005678 5.54 KB |
Revision 14 (latest revision is 45)
Tomáš Chvátal (scarabeus_factory)
accepted
request 226901
from
Lars Müller (lmuelle)
(revision 14)
- Update to version 1.2.13. + Reduce freelist contention + Make "tdb_purge_dead" internally public + Make "tdb_find_dead" internally public + Add "last_ptr" to tdb_find_dead + Move adding tailer space to tdb_find_dead + Do a best fit search for dead records + Don't purge records to a blocked freelist + Fix a tdb corruption + always open internal databases with incompatible hash. + in tdb_delete_hash, make lock/unlock bracket more obvious + simplify tdb_delete_hash() a bit + tdbtool: dump record magic with fixed number of 8 hex digits + tdbtool: dump record hash with fixed number of 8 hex digits + Avoid reallocs for lockrecs + Fix some typos in comments. + Fix CID 1034959 Uninitialized scalar variable + Fix CID 1034960 Uninitialized scalar variable + Fix typos.
Comments 0