]> the.earth.li Git - onak.git/commit
Add KEYD_CMD_UPDATE to keyd protocol
authorJonathan McDowell <noodles@earth.li>
Mon, 4 Jul 2016 08:07:02 +0000 (10:07 +0200)
committerJonathan McDowell <noodles@earth.li>
Mon, 4 Jul 2016 08:07:02 +0000 (10:07 +0200)
commit0e9ae75e964c98041e5d8279efacd96282c703ac
treeaf8f953f290a388f2d5ee2a95329a184a178f655
parent4ab0e97e5ff2dab7dcc5ae14050e442892b8f0ff
Add KEYD_CMD_UPDATE to keyd protocol

When a key was being updated over keyd it would do a delete and then
a store, which ended up being outside a transaction. Add an update
command so that the backend can do the update fully itself.
keyd.c
keyd.h
keydb_keyd.c
keydctl.c