aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-08-21 17:16:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-08-21 17:16:45 -0300
commit4bc8b8e6fa81c38ce8c76027074feef1c7f69530 (patch)
tree8510b026f614e87d551d12bfdfcec9113b5d995e
parenta39e3fc5b3b241711274d6d649a70a08391581dc (diff)
downloadkeyringer-4bc8b8e6fa81c38ce8c76027074feef1c7f69530.tar.gz
keyringer-4bc8b8e6fa81c38ce8c76027074feef1c7f69530.tar.bz2
Keyringer 0.3.7
-rw-r--r--ChangeLog2
-rwxr-xr-xkeyringer2
-rw-r--r--share/man/keyringer.112
3 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf568c5..683c853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2014-08-21 - Silvio Rhatto <rhatto@riseup.net>
+2014-08-21 - 0.3.7 - Silvio Rhatto <rhatto@riseup.net>
Init: just set git user/mail if needed
diff --git a/keyringer b/keyringer
index b5251b9..059b157 100755
--- a/keyringer
+++ b/keyringer
@@ -140,7 +140,7 @@ function keyringer_dispatch {
# Config
NAME="keyringer"
-KEYRINGER_VERSION="0.3.6"
+KEYRINGER_VERSION="0.3.7"
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 95c236d..82cb520 100644
--- a/share/man/keyringer.1
+++ b/share/man/keyringer.1
@@ -164,6 +164,11 @@ Alias for \f[I]del\f[] action.
.RS
.RE
.TP
+.B cp <\f[I]secret\f[]> <\f[I]dest\f[]>
+Copy a secret.
+.RS
+.RE
+.TP
.B mv <\f[I]secret\f[]> <\f[I]dest\f[]>
Rename a secret.
.RS
@@ -370,6 +375,13 @@ using the \f[I]git\f[] action.
Keyringer does not protect data which were not encrypted to a keyring,
so be careful when decrypting secrets and writing them to the disk or
other storage media.
+.PP
+Pay special attention that keyringer outputs data to stdout, which could
+be easilly spotted by any agent looking directly at you computer screen.
+.PP
+The xclip action even copies secret data to the X11 clipboard, which can
+be accessed by any application running in the user\[aq]s X11 session, so
+use this feature carefully.
.SH SEE ALSO
.PP
The \f[I]README\f[] file distributed with Keyringer contains full