summaryrefslogtreecommitdiffstats
path: root/source/lib/conn_tdb.c
Commit message (Collapse)AuthorAgeFilesLines
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-05-281-34/+52
|
* r22761: This introduces lib/conn_tdb.c with two main functions: ↵Volker Lendecke2007-05-081-0/+109
connections_traverse and connections_forall. This centralizes all the routines that did individual tdb_open("connections.tdb") and direct tdb_traverse. Volker