Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-27 | merge fragment keyrings in apt-key to avoid hitting gpg limits | David Kalnischkies | |
gnupg has a hardlimit of 40 (at the moment) keyrings per invocation, which can be exceeded with (many) repositories. That is rather misfortune as the longrun goal was to drop gnupg dependency at some point in the future, but this can now be considered missed and dropped. It also means that 'apt-key adv' commands might not have the behaviour one would expect it to have as it mainly operates on a big temporary keyring, so commands modifying keys will break. Doing this was never a good idea anyway through, so lets just hope nothing break too badly. Closes: 733028 | |||
2014-09-27 | refactor key removal code to reuse it in next step | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-09-27 | set a primary-keyring only if we have access to it | David Kalnischkies | |
2014-09-27 | support (multiple) arguments properly in apt-key | David Kalnischkies | |
2014-09-27 | only create new trusted.gpg if directory is writeable | David Kalnischkies | |
2014-09-27 | all errors should be printed to stderr | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-09-27 | add a (hidden) --quiet option for apt-key | David Kalnischkies | |
2014-09-27 | remove leftover debug output from multikey softlink | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | |
2014-01-16 | use gpg --homedir instead of explicit file placement | David Kalnischkies | |
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. | |||
2013-12-19 | fix apt-key net-update test to use the buildin webserver | Michael Vogt | |
2013-12-13 | make apt-key net-update actually testable | Michael Vogt | |
2013-12-01 | generate apt-key script with vendor info about keys | David Kalnischkies | |
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. |