From 186a424353a2e795e69f399f079a901e7dc8f24b Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Tue, 28 Aug 2012 21:28:57 -0400 Subject: [PATCH] Added Ctrl-C and --disable-gpg notes --- todo.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/todo.org b/todo.org index ee4d6ad3..33b75e52 100644 --- a/todo.org +++ b/todo.org @@ -60,3 +60,10 @@ ** Ruby bindings to libfko Perl and Python bindings already exist for libfko, so add Ruby to this list as well. +** [client] Update to not send SPA packet if Ctrl-C is used + The client currently sends an SPA packet when an encryption key is + requested but the user tries to exit out with Ctrl-C. +** Add --disable-gpg arg to the autoconf configure script + There needs to be a way to easily disable libgpgme usage even if it is + installed - this could be done with a new --disablegpg argument to the + configure script.