s4-waf: add the missing bits for builing nss_winbind and pam_winbind
[samba.git] / lib / tdb /
2010-07-01 Günther Deschnertdb: fix the build on mac os x 10.6.4.
2010-06-24 Andrew Tridgells4-ldb: use CHECK_XSLTPROC_MANPAGES()
2010-06-19 Jelmer Vernooijpytdb: Cleanup formatting.
2010-06-19 Jelmer Vernooijwafsamba: Fix typo: noextenion -> noextension.
2010-05-31 Jelmer Vernooijtdb-waf: Don't install binaries when using system tdb.
2010-05-31 Jelmer Vernooijtdb-waf: Simplify manpage handling.
2010-05-31 Jelmer Vernooijs4-waf: sanitize library names like the old build syste...
2010-05-11 Stefan Metzmachertdb: commit ABI/tdb-1.2.2.sigs
2010-05-11 Günther Deschnertdb: remove unused variable in tdb_new_database().
2010-05-05 Rusty Russelltdb: fix short write logic in tdb_new_database
2010-04-21 Andrew Tridgellbuild: make python development headers not mandatory...
2010-04-20 Andrew Tridgelltdb: update tdb ABI to use hide_symbols=True
2010-04-18 Andrew Tridgells4-waf: rebuild signature files with the api type maps
2010-04-18 Andrew Tridgelltdb-waf: added ABI checking for tdb
2010-04-13 Andrew Tridgells4-waf: don't try to use the system lib for the library...
2010-04-13 Andrew Tridgelltdb-waf: added build of manpages and config options...
2010-04-12 Andrew Tridgellbuild: use a common autogen-waf.sh for all builds
2010-04-11 Jelmer Vernooijsubunit: Support formatting compatible with upstream...
2010-04-06 Andrew Tridgells4-waf: fixed waf distcheck for our standalone libs...
2010-04-06 Andrew Tridgells4-waf: added simple 'waf test' support for tdb, talloc...
2010-04-06 Andrew Tridgells4-waf: autogen-waf.sh for the standalone library builds
2010-04-06 Andrew Tridgells4-waf: use a common pattern for finding buildtools...
2010-04-06 Andrew Tridgells4-waf: move to a universal method of recursing into...
2010-04-06 Andrew Tridgells4-waf: fixed finding of buildtools and srcdir
2010-04-06 Andrew Tridgells4-waf: avoid having to run waf configure before waf...
2010-04-06 Andrew Tridgells4-waf: allow standalone tarball build of libraries
2010-04-06 Andrew Tridgells4-waf: added 'waf dist' to our standalone libs as...
2010-04-06 Andrew Tridgells4-waf: added implied_deps for system libraries
2010-04-06 Andrew Tridgells4-waf: support the use of system libraries
2010-04-06 Andrew Tridgells4-waf: set default for bundled libraries
2010-04-06 Andrew Tridgells4-waf: set the bundled library extension for some...
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: fdatasync is in librt on solaris8
2010-04-06 Andrew Tridgellbuild: only enable pytdb on s4 build
2010-04-06 Andrew Tridgellbuild: enable pytdb
2010-04-06 Andrew Tridgellbuild: result of hack session with ita
2010-04-06 Andrew Tridgellbuild: started to split up wafsamba.py into separate...
2010-04-06 Andrew Tridgellbuild: added BUILD_SUBDIR() wrapper
2010-04-06 Andrew Tridgellbuild: added ADD_CFLAGS() and started of Samba4 build
2010-04-06 Andrew Tridgellbuild: tdb does not depend on talloc
2010-04-06 Andrew Tridgellbuild: added waf build rules for ldb
2010-04-06 Andrew Tridgellbuild: neater way to find libreplace and start on teven...
2010-04-06 Andrew Tridgellbuild: more binaries for waf tdb build
2010-04-06 Andrew Tridgellbuild: added waf build for tdb
2010-03-26 Simo Sorcetdb: update exports and signatures files
2010-03-26 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-03-25 Volker Lendecketdb: Fix indentation in tdb_new_database()
2010-03-25 Volker LendeckeFix some nonempty blank lines
2010-03-25 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-03-22 Volker Lendecketdb: Fix bug 7248, avoid the nanosleep dependency
2010-02-28 Volker Lendecketdb: If tdb_parse_record does not find a record, return...
2010-02-24 Rusty Russelltdb: handle processes dying during transaction commit.
2010-02-24 Rusty Russellpatch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
2010-02-24 Rusty Russelltdb: add -k option to tdbtorture
2010-02-24 Rusty Russelltdb: don't truncate tdb on recovery
2010-02-24 Rusty Russelltdb: remove lock ops
2010-02-24 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-02-24 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-02-17 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-02-24 Rusty Russelltdb: suppress record write locks when allrecord lock...
2010-02-24 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-02-17 Rusty Russelltdb: remove num_locks
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-02-24 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-02-17 Rusty Russelltdb: cleanup: find_nestlock() helper.
2010-02-24 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-02-17 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-02-17 Rusty Russelltdb: don't suppress the transaction lock because of...
2010-02-17 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-02-17 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-02-17 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-02-24 Rusty Russelltdb: make _tdb_transaction_cancel static.
2010-02-17 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-02-22 Brad HardsSpelling fixes for tdb.
2010-02-13 Andrew Tridgelltdb: use fdatasync() instead of fsync() in transactions
2010-02-13 Volker Lendecketdb: Apply some const, just for clarity
2010-02-10 Rusty Russelltdb: fix recovery reuse after crash
2010-02-10 Rusty Russelltdb: give a name to the invalid recovery area constant (0)
2010-02-08 Simo Sorcerelease-scripts: parametrize scripts
2010-02-06 Simo Sorcetdb: raise version to 1.2.1 tdb-1.2.1
2010-02-01 Volker Lendecketdb: fix an early release of the global lock that can...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Stefan Metzmachertdb: fix standalone 'make installdocs'
2010-01-06 Brian Lutdb: create symbol links to shared libraries see https...
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-21 Jelmer Vernooijtdb: Also build and install tdb manpages from standalon...
2009-12-21 Jelmer Vernooijtdb: Fix formatting of API check file.
2009-12-17 Günther Deschnertdbtool: avoid using c++ reserved words.
2009-12-07 Simo SorceFix release script with newer versins of git
2009-11-20 Matthias Dieter... tdb tools: Mostly cosmetic adaptions
2009-11-20 Stefan Metzmachertdb: change version to 1.2.0 after adding TDB_*ALLOW_NE... tdb-1.2.0
2009-11-20 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-11-20 Ronnie SahlbergNew attempt at TDB transaction nesting allow/disallow.
2009-11-20 Stefan Metzmachertdb: always set tdb->tracefd to -1 to be safe on goto...
2009-11-07 Volker Lendecketdb: Fix a C++ warning
2009-10-28 Kirill Smelkovtdb: update README a bit
2009-10-28 Kirill Smelkovtdb: add tests for double .close() in pytdb
2009-10-28 Kirill Smelkovtdb: reset tdb->fd to -1 in tdb_close()
next