From d0cddcae6b79cbe7d9979c0385e100915d1563ae Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Dec 2016 12:06:27 -0200 Subject: Updates ChangeLog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45bae61..ff0ec3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-12-18 - unreleased - Silvio Rhatto + + Adds pwgen action + + Fixes sclip clipboard overwrite procedure + + Adds XDOTOOL_NEXT_WINDOW config into sclip + 2016-11-17 - 0.4.1 - Silvio Rhatto Adds sclip into completions -- cgit v1.2.3 From 47bfafd1226a984452c009b632ad4099c00743c4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Dec 2016 12:28:39 -0200 Subject: Updates ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff0ec3a..4259447 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-12-18 - unreleased - Silvio Rhatto + Make keyringer_check_expiration not fail on subkeys which do not have an + expiration date (#76 and Debian #847963). + Adds pwgen action Fixes sclip clipboard overwrite procedure -- cgit v1.2.3 From d05af4644b51e515e51c0ff6b6c4fda17aa1f25f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Dec 2016 12:48:16 -0200 Subject: Updates ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4259447..393ac20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2016-12-18 - unreleased - Silvio Rhatto + Fixes keyringer_check_expiration failure if a public key is listed multiple + times (#77 and Debian #847964) + Make keyringer_check_expiration not fail on subkeys which do not have an - expiration date (#76 and Debian #847963). + expiration date (#76 and Debian #847963) Adds pwgen action -- cgit v1.2.3 From ea9326628e6e872798a96063fccd76d964a75583 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 21 Dec 2016 10:19:25 -0200 Subject: Keyringer 0.5.0 --- ChangeLog | 2 +- keyringer | 2 +- share/man/keyringer.1 | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 393ac20..6f0c59b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2016-12-18 - unreleased - Silvio Rhatto +2016-12-21 - 0.5.0 - Silvio Rhatto Fixes keyringer_check_expiration failure if a public key is listed multiple times (#77 and Debian #847964) diff --git a/keyringer b/keyringer index 84b25a4..c9e3d8d 100755 --- a/keyringer +++ b/keyringer @@ -140,7 +140,7 @@ function keyringer_dispatch { # Config NAME="keyringer" -KEYRINGER_VERSION="0.4.1" +KEYRINGER_VERSION="0.5.0" CONFIG_VERSION="0.1" CONFIG_BASE="$HOME/.$NAME" CONFIG="$CONFIG_BASE/config" diff --git a/share/man/keyringer.1 b/share/man/keyringer.1 index 74bcf1f..fe17968 100644 --- a/share/man/keyringer.1 +++ b/share/man/keyringer.1 @@ -222,6 +222,20 @@ After the application exits, keyringer encrypts the temporary decrypted file again into the secret file and deletes the temporary file. .RE .TP +.B pwgen <\f[I]secret\f[]> [\f[I]size\f[]] +Generates a random passphrase and stores into \f[I]secret\f[] pathname +with optional entropy size in bytes. +Default size is 20. +.RS +.PP +Passphrases will be slightly bigger than size due to base64 conversion. +.PP +With this action you can generate and store a passphrase without need to +see it. +Combined with clip or sclip action provides an hygienic way to handle +secrets. +.RE +.TP .B recrypt <\f[I]secret\f[]> Re\-encrypts a secret by decrypting it and encrypting it again. Useful when users are added into the recipient configuration. -- cgit v1.2.3