Age | Commit message (Expand) | Author |
2018-06-25 | apt-key: Pass all instead of gpg-agent to gpgconf --kill | Julian Andres Klode |
2017-10-05 | ignore unsupported key formats in apt-key | David Kalnischkies |
2016-12-31 | apt-key: ignore gpg1 already imported secret key import failure | David Kalnischkies |
2016-12-21 | tests: cache the apt-key homedir used for Release signing | David Kalnischkies |
2016-11-25 | add apt-key support for armored GPG key files (*.asc) | David Kalnischkies |
2016-11-24 | report apt-key errors via status-fd messages | David Kalnischkies |
2016-08-27 | Merge branch 'portability/freebsd' | Julian Andres Klode |
2016-08-26 | apt-key: Only use readlink -f for existing components | Julian Andres Klode |
2016-08-25 | show apt-key warnings in apt update | David Kalnischkies |
2016-08-25 | apt-key: warn instead of fail on unreadable keyrings | David Kalnischkies |
2016-08-17 | allow spaces in fingerprints for 'apt-key del' | David Kalnischkies |
2016-08-17 | add the gpg-classic variant to the gpgv/gnupg or-group | David Kalnischkies |
2016-07-31 | apt-key: ignore any error produced by gpgconf --kill | David Kalnischkies |
2016-07-31 | apt-key: kill gpg-agent explicitly in cleanup | David Kalnischkies |
2016-07-02 | deprecate 'apt-key update' and no-op it in Debian | David Kalnischkies |
2016-07-01 | warn if apt-key is used in scripts/its output parsed | David Kalnischkies |
2016-07-01 | alias apt-key list to finger | David Kalnischkies |
2016-06-14 | apt-key: don't search PATH if command is a path already | David Kalnischkies |
2016-06-02 | apt-key: change to / before find to satisfy its CWD needs | David Kalnischkies |
2016-05-01 | apt-key: add \n to dpkg-query --show --showformat | Carsten Hey |
2016-05-01 | warn if apt-key is run unconditionally in maintainerscript | David Kalnischkies |
2016-03-06 | add test for apt-key 0xKEY and use parameter expansion | David Kalnischkies |
2016-03-04 | apt-key del should correctly handle keyids prefixed with 0x | Daniel Kahn Gillmor |
2015-12-19 | avoid triggering gpg2 migration in apt-key | David Kalnischkies |
2015-12-19 | avoid evaluating shell in paths used in apt-key | David Kalnischkies |
2015-12-07 | part revert, part redo 'which' replacement | David Kalnischkies |
2015-12-06 | replace run-parts with find|sort to avoid debianutils usage | David Kalnischkies |
2015-12-06 | replace "which" with "command -v" for portability | David Kalnischkies |
2015-09-14 | deal with spaces in path, command and filepaths in apt-key | David Kalnischkies |
2015-08-27 | fix various typos reported by codespell | David Kalnischkies |
2015-08-10 | merge keyrings with cat instead of gpg in apt-key | David Kalnischkies |
2015-08-10 | support gpg 2.1.x in apt-key | David Kalnischkies |
2015-08-10 | enhance apt-key debugging options | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-04-19 | Merge branch 'debian/jessie' into debian/experimental | David Kalnischkies |
2015-04-07 | keyids in "apt-key del" should be case-insensitive | David Kalnischkies |
2014-11-28 | support long keyids in "apt-key del" instead of ignoring them | James McCoy |
2014-10-20 | test if TMPDIR is accessible before using | David Kalnischkies |
2014-09-29 | Test if TMPDIR is a directory in apt-key and if not unset it | Michael Vogt |
2014-09-27 | add and use 'apt-key verify' which prefers gpgv over gpg | David Kalnischkies |
2014-09-27 | miscellaneous small cleanups in apt-key | David Kalnischkies |
2014-09-27 | add --readonly option for apt-key adv | David Kalnischkies |
2014-09-27 | use only one --keyring in gpg interactions | David Kalnischkies |
2014-09-27 | add --secret-keyring option for apt-key | David Kalnischkies |
2014-09-27 | allow to specify fingerprints in 'apt-key del' | David Kalnischkies |
2014-09-27 | add a test for apt-key export{,all} | David Kalnischkies |
2014-09-27 | respect --keyring also in merged keyring commands | David Kalnischkies |
2014-09-27 | support gnupg2 as drop-in replacement for gnupg | David Kalnischkies |
2014-09-27 | delay gnupg setup in apt-key until it is needed | David Kalnischkies |
2014-09-27 | merge fragment keyrings in apt-key to avoid hitting gpg limits | David Kalnischkies |