Add keydctl for talking to keyd backend
authorJonathan McDowell <noodles@earth.li>
Wed, 6 Apr 2011 04:22:39 +0000 (21:22 -0700)
committerJonathan McDowell <noodles@earth.li>
Wed, 6 Apr 2011 04:22:39 +0000 (21:22 -0700)
commit3e3f47ec2fdbfaf0682d9790a99264a4e60e9bf1
treed850dc20ed87be0ab1c97002633a1563d9130692
parenta2e1e2dba007fbef7046852f333c510fbf3b4307
Add keydctl for talking to keyd backend

  The regular keydb functions for talking to keyd work fine for key
  related operations, but there are extra things we want to do with
  keyd (such as checking its status or asking it to cleanly exit) that
  there's no way to do at present. Add keydctl to provide a way to
  access these additional features.
Makefile.in
keydctl.8 [new file with mode: 0644]
keydctl.c [new file with mode: 0644]