summaryrefslogtreecommitdiff
path: root/cmdline/apt-key.in
AgeCommit message (Expand)AuthorFilesLines
2015-12-19avoid triggering gpg2 migration in apt-keyDavid Kalnischkies1-15/+15
2015-12-19avoid evaluating shell in paths used in apt-keyDavid Kalnischkies1-20/+24
2015-12-07part revert, part redo 'which' replacementDavid Kalnischkies1-7/+22
2015-12-06replace run-parts with find|sort to avoid debianutils usageDavid Kalnischkies1-1/+1
2015-12-06replace "which" with "command -v" for portabilityDavid Kalnischkies1-7/+7
2015-09-14deal with spaces in path, command and filepaths in apt-keyDavid Kalnischkies1-43/+61
2015-08-27fix various typos reported by codespellDavid Kalnischkies1-1/+1
2015-08-10merge keyrings with cat instead of gpg in apt-keyDavid Kalnischkies1-42/+86
2015-08-10support gpg 2.1.x in apt-keyDavid Kalnischkies1-25/+60
2015-08-10enhance apt-key debugging optionsDavid Kalnischkies1-4/+15
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies1-3/+19
2015-04-19Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies1-1/+1
2015-04-07keyids in "apt-key del" should be case-insensitiveDavid Kalnischkies1-1/+1
2014-11-28support long keyids in "apt-key del" instead of ignoring themJames McCoy1-1/+1
2014-10-20test if TMPDIR is accessible before usingDavid Kalnischkies1-2/+6
2014-09-29Test if TMPDIR is a directory in apt-key and if not unset itMichael Vogt1-0/+3
2014-09-27add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies1-0/+8
2014-09-27miscellaneous small cleanups in apt-keyDavid Kalnischkies1-17/+7
2014-09-27add --readonly option for apt-key advDavid Kalnischkies1-5/+4
2014-09-27use only one --keyring in gpg interactionsDavid Kalnischkies1-28/+77
2014-09-27add --secret-keyring option for apt-keyDavid Kalnischkies1-0/+11
2014-09-27allow to specify fingerprints in 'apt-key del'David Kalnischkies1-4/+17
2014-09-27add a test for apt-key export{,all}David Kalnischkies1-2/+2
2014-09-27respect --keyring also in merged keyring commandsDavid Kalnischkies1-8/+10
2014-09-27support gnupg2 as drop-in replacement for gnupgDavid Kalnischkies1-4/+13
2014-09-27delay gnupg setup in apt-key until it is neededDavid Kalnischkies1-22/+22
2014-09-27merge fragment keyrings in apt-key to avoid hitting gpg limitsDavid Kalnischkies1-57/+77
2014-09-27refactor key removal code to reuse it in next stepDavid Kalnischkies1-48/+55
2014-09-27set a primary-keyring only if we have access to itDavid Kalnischkies1-1/+3
2014-09-27support (multiple) arguments properly in apt-keyDavid Kalnischkies1-27/+27
2014-09-27only create new trusted.gpg if directory is writeableDavid Kalnischkies1-23/+14
2014-09-27all errors should be printed to stderrDavid Kalnischkies1-5/+5
2014-09-27add a (hidden) --quiet option for apt-keyDavid Kalnischkies1-4/+10
2014-09-27remove leftover debug output from multikey softlinkDavid Kalnischkies1-1/+0
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-2/+2
2014-01-16use gpg --homedir instead of explicit file placementDavid Kalnischkies1-13/+14
2013-12-19fix apt-key net-update test to use the buildin webserverMichael Vogt1-1/+1
2013-12-13make apt-key net-update actually testableMichael Vogt1-6/+13
2013-12-01generate apt-key script with vendor info about keysDavid Kalnischkies1-0/+354