summaryrefslogtreecommitdiff
path: root/source3/lib/conn_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3:conn_tdb: convert connections tdb to only use dbwrap wrapper functionsMichael Adam2011-10-111-13/+45
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-1/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3: Remove procid_self() from connections_fetch_entry()Volker Lendecke2010-08-071-1/+2
* s3: Remove an unnecessary NULL checkVolker Lendecke2010-08-071-1/+1
* s3: Add connections_forall_read()Volker Lendecke2010-03-011-0/+42
* s3: Make the difference between r/o and r/w in connections_db_ctx more obviousVolker Lendecke2010-03-011-9/+4
* s3: Make connections_forall open connections.tdb r/wVolker Lendecke2010-03-011-1/+7
* s3: Make connections_fetch_record() staticVolker Lendecke2010-02-241-2/+2
* Fix some nonempty blank linesVolker Lendecke2009-08-071-3/+3
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-101-34/+52
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-0/+109