summaryrefslogtreecommitdiff
path: root/portato/gui/templates/PluginWindow.glade
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-07 22:08:35 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-07 22:08:35 +0100
commit5d432855b6226cf79e93f80ca215485d5263722c (patch)
tree710b2be7ef25a562425839c622c523c3ea07f12e /portato/gui/templates/PluginWindow.glade
parentc35e44d067409e5693be0b2cfbfa9054fd5ceff4 (diff)
downloadportato-5d432855b6226cf79e93f80ca215485d5263722c.tar.gz
portato-5d432855b6226cf79e93f80ca215485d5263722c.tar.bz2
portato-5d432855b6226cf79e93f80ca215485d5263722c.zip
Small portage-2.2 set changes
Diffstat (limited to 'portato/gui/templates/PluginWindow.glade')
0 files changed, 0 insertions, 0 deletions
hers/pass.git/commit/tests/t0300-reencryption.sh?h=1.7.1&id=cb4d6de58c0fa2ab9a1b798efd184fc269ecc239&follow=1'>Revert "Only examine subkeys that are capable of encrypting."Jason A. Donenfeld2-2/+2 This reverts commit ec8140b0f1a422aad16d41d0c322f3a6ceef74fe. The needed option is only available on GnuPG 2.1, and we need to support GnuPG 2.0 too. 2015-01-28Take into account use in testsJason A. Donenfeld1-1/+1 2015-01-28Bump version1.6.4Jason A. Donenfeld1-1/+1 2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 Symlinks inside password-store make sense when using passff in firefox, and have the same LDAP password in different websites. In order to have passff working correctly then, we need to strip the .gpg extension from symlinks as well. Example output of `pass find site1` or `pass | grep site1` before this commit: site1.job.com.gpg -> site2.job.com and after: site1.job.com -> site2.job.com 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 xclip will return a non-zero exit code if $DISPLAY is not set, which might happen, for example, if you're running pass in a tmux session remotely or something like that. xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3