summaryrefslogtreecommitdiff
path: root/source3/lib/conn_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09s3-lib: hide incomplete smbXsrv_tcon_global recordsStefan Metzmacher1-0/+13
2013-07-09s3-lib: fix segf while reading incomplete session info (bug #10003)Björn Baumbach1-2/+7
2012-10-19s3:lib: remove unused connections_fetch_entry*() and connections_init()Stefan Metzmacher1-60/+0
2012-10-19s3:lib/conn_tdb: implement connections_forall_read() based on smbXsrv_*_globa...Gregor Beck1-30/+94
2012-10-19s3:lib: remove function connections_forall()Gregor Beck1-56/+0
2012-10-19s3:lib: remove unused function connections_traverse()Gregor Beck1-20/+0
2012-06-27s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...Gregor Beck1-5/+15
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher1-0/+1
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2011-12-16s3:lib/conn_tdb: avoid using sconn_server_id()Stefan Metzmacher1-1/+2
2011-10-11s3:conn_tdb: convert connections tdb to only use dbwrap wrapper functionsMichael Adam1-13/+45
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-1/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-08-07s3: Remove procid_self() from connections_fetch_entry()Volker Lendecke1-1/+2
2010-08-07s3: Remove an unnecessary NULL checkVolker Lendecke1-1/+1
2010-03-01s3: Add connections_forall_read()Volker Lendecke1-0/+42
2010-03-01s3: Make the difference between r/o and r/w in connections_db_ctx more obviousVolker Lendecke1-9/+4
2010-03-01s3: Make connections_forall open connections.tdb r/wVolker Lendecke1-1/+7
2010-02-24s3: Make connections_fetch_record() staticVolker Lendecke1-2/+2
2009-08-07Fix some nonempty blank linesVolker Lendecke1-3/+3
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke1-34/+52
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-0/+109