aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/check
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-25 16:21:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-25 16:21:48 -0300
commit2b2cbe33a1aefb9b8eb2b812f1d4b3274e51a0df (patch)
tree7e60cba8585b65236ae9e03a52249d4353dd69a5 /lib/keyringer/actions/check
parentb24bd68b002e49b0fea6d1e9c04cdde0be98c899 (diff)
downloadkeyringer-2b2cbe33a1aefb9b8eb2b812f1d4b3274e51a0df.tar.gz
keyringer-2b2cbe33a1aefb9b8eb2b812f1d4b3274e51a0df.tar.bz2
Break keyringer_check_recipients into smaller pieces
Diffstat (limited to 'lib/keyringer/actions/check')
-rwxr-xr-xlib/keyringer/actions/check5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/keyringer/actions/check b/lib/keyringer/actions/check
index 1ccd9c8..527af5a 100755
--- a/lib/keyringer/actions/check
+++ b/lib/keyringer/actions/check
@@ -22,10 +22,7 @@ source "$LIB" || exit 1
# Pull the keyring repository.
# Git maintenance operations.
# Fetch absent keys from all recipients.
-# TODO: Check if keys in all recipients files are about to expire.
-# TODO: Time to expire can be configured via repository options.
-# TODO: Users can be alerted by mail if configured by user preferences.
-# TODO: Outgoing emails can be encrypted.
+# Check key expirations
# This should be done here:
# TODO: Check canaries' timestamps, warning by mail if configured by user preferences.