Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-07-10 | 1 | -2/+1 |
| | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r23171: Convert connections.tdb to dbwrap | Volker Lendecke | 2007-05-28 | 1 | -34/+52 |
| | |||||
* | r22761: This introduces lib/conn_tdb.c with two main functions: ↵ | Volker Lendecke | 2007-05-08 | 1 | -0/+109 |
connections_traverse and connections_forall. This centralizes all the routines that did individual tdb_open("connections.tdb") and direct tdb_traverse. Volker |