summaryrefslogtreecommitdiff
path: root/cmdline/apt-key.in
Commit message (Expand)AuthorAgeFilesLines
* apt-key: ignore any error produced by gpgconf --killDavid Kalnischkies2016-07-311-1/+1
* apt-key: kill gpg-agent explicitly in cleanupDavid Kalnischkies2016-07-311-1/+13
* deprecate 'apt-key update' and no-op it in DebianDavid Kalnischkies2016-07-021-0/+7
* warn if apt-key is used in scripts/its output parsedDavid Kalnischkies2016-07-011-1/+19
* alias apt-key list to fingerDavid Kalnischkies2016-07-011-4/+1
* apt-key: don't search PATH if command is a path alreadyDavid Kalnischkies2016-06-141-0/+1
* apt-key: change to / before find to satisfy its CWD needsDavid Kalnischkies2016-06-021-14/+10
* apt-key: add \n to dpkg-query --show --showformatCarsten Hey2016-05-011-1/+1
* warn if apt-key is run unconditionally in maintainerscriptDavid Kalnischkies2016-05-011-1/+14
* add test for apt-key 0xKEY and use parameter expansionDavid Kalnischkies2016-03-061-1/+1
* apt-key del should correctly handle keyids prefixed with 0xDaniel Kahn Gillmor2016-03-041-0/+4
* avoid triggering gpg2 migration in apt-keyDavid Kalnischkies2015-12-191-15/+15
* avoid evaluating shell in paths used in apt-keyDavid Kalnischkies2015-12-191-20/+24
* part revert, part redo 'which' replacementDavid Kalnischkies2015-12-071-7/+22
* replace run-parts with find|sort to avoid debianutils usageDavid Kalnischkies2015-12-061-1/+1
* replace "which" with "command -v" for portabilityDavid Kalnischkies2015-12-061-7/+7
* deal with spaces in path, command and filepaths in apt-keyDavid Kalnischkies2015-09-141-43/+61
* fix various typos reported by codespellDavid Kalnischkies2015-08-271-1/+1
* merge keyrings with cat instead of gpg in apt-keyDavid Kalnischkies2015-08-101-42/+86
* support gpg 2.1.x in apt-keyDavid Kalnischkies2015-08-101-25/+60
* enhance apt-key debugging optionsDavid Kalnischkies2015-08-101-4/+15
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-101-3/+19
* Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-1/+1
|\
| * keyids in "apt-key del" should be case-insensitiveDavid Kalnischkies2015-04-071-1/+1
| * support long keyids in "apt-key del" instead of ignoring themJames McCoy2014-11-281-1/+1
* | test if TMPDIR is accessible before usingDavid Kalnischkies2014-10-201-2/+6
* | Test if TMPDIR is a directory in apt-key and if not unset itMichael Vogt2014-09-291-0/+3
* | add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies2014-09-271-0/+8
* | miscellaneous small cleanups in apt-keyDavid Kalnischkies2014-09-271-17/+7
* | add --readonly option for apt-key advDavid Kalnischkies2014-09-271-5/+4
* | use only one --keyring in gpg interactionsDavid Kalnischkies2014-09-271-28/+77
* | add --secret-keyring option for apt-keyDavid Kalnischkies2014-09-271-0/+11
* | allow to specify fingerprints in 'apt-key del'David Kalnischkies2014-09-271-4/+17
* | add a test for apt-key export{,all}David Kalnischkies2014-09-271-2/+2
* | respect --keyring also in merged keyring commandsDavid Kalnischkies2014-09-271-8/+10
* | support gnupg2 as drop-in replacement for gnupgDavid Kalnischkies2014-09-271-4/+13
* | delay gnupg setup in apt-key until it is neededDavid Kalnischkies2014-09-271-22/+22
* | merge fragment keyrings in apt-key to avoid hitting gpg limitsDavid Kalnischkies2014-09-271-57/+77
* | refactor key removal code to reuse it in next stepDavid Kalnischkies2014-09-271-48/+55
* | set a primary-keyring only if we have access to itDavid Kalnischkies2014-09-271-1/+3
* | support (multiple) arguments properly in apt-keyDavid Kalnischkies2014-09-271-27/+27
* | only create new trusted.gpg if directory is writeableDavid Kalnischkies2014-09-271-23/+14
* | all errors should be printed to stderrDavid Kalnischkies2014-09-271-5/+5
* | add a (hidden) --quiet option for apt-keyDavid Kalnischkies2014-09-271-4/+10
* | remove leftover debug output from multikey softlinkDavid Kalnischkies2014-09-271-1/+0
|/
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
* use gpg --homedir instead of explicit file placementDavid Kalnischkies2014-01-161-13/+14
* fix apt-key net-update test to use the buildin webserverMichael Vogt2013-12-191-1/+1
* make apt-key net-update actually testableMichael Vogt2013-12-131-6/+13
* generate apt-key script with vendor info about keysDavid Kalnischkies2013-12-011-0/+354