summaryrefslogtreecommitdiff
path: root/cmdline/apt-key.in
Commit message (Collapse)AuthorAgeFilesLines
* support long keyids in "apt-key del" instead of ignoring themJames McCoy2014-11-281-1/+1
| | | | | | | | | | | apt-key given a long keyid reports just "OK" all the time, but doesn't delete the mentioned key as it doesn't find the key. Note: In debian/experimental this was closed with 29f1b977100aeb6d6ebd38923eeb7a623e264ffe which just added the testcase as the rewrite of apt-key had fixed this as well. Closes: 754436
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-2/+2
|
* use gpg --homedir instead of explicit file placementDavid Kalnischkies2014-01-161-13/+14
| | | | | | Avoids that gpg gets the idea it could use files from the user which weren't overridden specifically like secret keyring and trustdb as before.
* 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
The apt-key script uses quiet a few keyring files for operation which are specific to the distribution it is build on and is hence one of the most patched parts – even if it is not that often used anymore now that a fragment directory for trusted.gpg exists.