From: Jonathan McDowell Date: Mon, 4 Jul 2016 08:07:02 +0000 (+0200) Subject: Add KEYD_CMD_UPDATE to keyd protocol X-Git-Tag: onak-0.5.0~10 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0e9ae75e964c98041e5d8279efacd96282c703ac;hp=0e9ae75e964c98041e5d8279efacd96282c703ac;p=onak.git 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. ---