]> the.earth.li Git - onak.git/commit
Add key iteration functionality to keydb backends.
authorJonathan McDowell <noodles@earth.li>
Mon, 27 Sep 2004 22:22:25 +0000 (22:22 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 27 Sep 2004 22:22:25 +0000 (22:22 +0000)
commitf42ab5050f79833030453b21d69f4f3be9fcd0d0
tree9f43a435a30a3220a3552f02792643597fad2797
parenta57a146ebc3f15f1ba2dfe8ecb9b59702fb8f799
Add key iteration functionality to keydb backends.
Add a function to the keydb backends which will call a given function
once for every contained in the db. Currently implemented for db4, keyd,
file and pg backends.
keyd.c
keyd.h
keydb.h
keydb_db2.c
keydb_db4.c
keydb_file.c
keydb_fs.c
keydb_keyd.c
keydb_pg.c