aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-24 20:29:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-24 20:29:24 -0300
commit6e3b2e49d62ae9418e80fe63e511ef3b8f73acae (patch)
treedd39aca7dceb03fb8dc485e434b78bf760130242
parent7dfa9fe0c70bf96736237aacf3c56d16695c6096 (diff)
downloadkeyringer-6e3b2e49d62ae9418e80fe63e511ef3b8f73acae.tar.gz
keyringer-6e3b2e49d62ae9418e80fe63e511ef3b8f73acae.tar.bz2
ChangeLog and TODO update
-rw-r--r--ChangeLog4
-rwxr-xr-xlib/keyringer/actions/canary2
-rwxr-xr-xlib/keyringer/actions/check1
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cef7a83..615902d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-2014-02-23 - Silvio Rhatto <rhatto@riseup.net>
+2014-02-24 - Silvio Rhatto <rhatto@riseup.net>
+
+ Starting to code new actions: check (#39) and canary (#40)
Enhanced secret finder at keyringer_get_file and on find action
diff --git a/lib/keyringer/actions/canary b/lib/keyringer/actions/canary
index a27d562..b00926d 100755
--- a/lib/keyringer/actions/canary
+++ b/lib/keyringer/actions/canary
@@ -32,7 +32,7 @@
#
# How to run:
#
-# - First, "keyringer <keyringe> preferences edit # basic canary preferences".
+# - First, "keyringer <keyring> preferences edit # basic canary preferences".
#
# - Then, add the following at your ~/.profile or wherever you want your canary
# be called from: "keyringer <keyring> canary".
diff --git a/lib/keyringer/actions/check b/lib/keyringer/actions/check
index 14eb30b..098d163 100755
--- a/lib/keyringer/actions/check
+++ b/lib/keyringer/actions/check
@@ -27,3 +27,4 @@ source "$LIB" || exit 1
# This should be done here:
# TODO: Check canaries' timestamps, warning by mail if configured by user preferences.
+# TODO: Git maintenance operations.