Move update_keys to keydb rather than merge.
authorJonathan McDowell <noodles@earth.li>
Sat, 25 Sep 2004 09:36:21 +0000 (09:36 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 25 Sep 2004 09:36:21 +0000 (09:36 +0000)
commita57a146ebc3f15f1ba2dfe8ecb9b59702fb8f799
tree5bb6bab7baf495c689a15a7bab183c78af1393c5
parent66748d60571a5ebbbc0f0cb84c061f9c62f5aef7
Move update_keys to keydb rather than merge.
Move update_keys to the database backends, as in some senses it makes
more sense there - we have multiple DB calls and this is the main thing
that needs transactions, so by moving it here we should be able to hide
them from the rest of the code.
Makefile.in
keydb.c
keydb.h
keydb_db2.c
keydb_db4.c
keydb_file.c
keydb_fs.c
keydb_keyd.c
keydb_pg.c
merge.c
merge.h