summaryrefslogtreecommitdiffstats
path: root/source3/lib/conn_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Fix CID 1035365 Buffer not null terminatedVolker Lendecke2013-11-111-2/+2
* smbd: Fix CID 1035366 Buffer not null terminatedVolker Lendecke2013-11-111-4/+4
* smbd: Use fstring in conn_tdb.cVolker Lendecke2013-11-111-2/+2
* s3-lib: hide incomplete smbXsrv_tcon_global recordsStefan Metzmacher2013-07-091-0/+13
* s3-lib: fix segf while reading incomplete session info (bug #10003)Björn Baumbach2013-07-091-2/+7
* s3:lib: remove unused connections_fetch_entry*() and connections_init()Stefan Metzmacher2012-10-191-60/+0
* s3:lib/conn_tdb: implement connections_forall_read() based on smbXsrv_*_globa...Gregor Beck2012-10-191-30/+94
* s3:lib: remove function connections_forall()Gregor Beck2012-10-191-56/+0
* s3:lib: remove unused function connections_traverse()Gregor Beck2012-10-191-20/+0
* s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...Gregor Beck2012-06-271-5/+15
* s3:lib: split things into a conn_tdb.hStefan Metzmacher2012-06-051-0/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3:lib/conn_tdb: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+2
* 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