summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-29fix DestFile extMichael Vogt1-1/+1
2014-09-29test fixesMichael Vogt4-3/+8
2014-09-29refactorMichael Vogt2-37/+33
2014-09-29Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt2-1/+8
2014-09-29Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt147-2606/+2623
2014-09-29Add missing "adduser" dependency (for the new _apt user)Michael Vogt1-1/+1
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt9-172/+216
2014-09-28Set STRIP_FROM_PATH for doxygenTrần Ngọc Quân1-2/+2
2014-09-28replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies3-6/+57
2014-09-28allow options between command and -- on commandlineDavid Kalnischkies3-10/+81
2014-09-27cleanup partial directory of lists in apt-get cleanDavid Kalnischkies2-6/+54
2014-09-27allow fetcher setup without directory creationDavid Kalnischkies7-28/+66
2014-09-27Japanese program translation updateKenshi Muto1-30/+28
2014-09-27store source name and version in binary cacheDavid Kalnischkies7-53/+89
2014-09-27fix: %i in format string (no. 1) requires 'int' but the argument type isDavid Kalnischkies1-3/+3
2014-09-27fix: The class 'pkgSourceList' defines member variable with name 'SrcList' al...David Kalnischkies1-4/+0
2014-09-27fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies3-6/+6
2014-09-27fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies2-4/+1
2014-09-27Merge branch 'feature/gnupglimit' into debian/experimentalDavid Kalnischkies59-529/+652
2014-09-27add gnupg and gnupg2 as test-dependencyDavid Kalnischkies2-2/+3
2014-09-27ensure apt-key del handles 16-byte key idsJames McCoy1-0/+8
2014-09-27remove empty keyrings in trusted.gpg.d on upgradeDavid Kalnischkies1-0/+9
2014-09-27add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies3-3/+10
2014-09-27miscellaneous small cleanups in apt-keyDavid Kalnischkies1-17/+7
2014-09-27add --readonly option for apt-key advDavid Kalnischkies3-7/+7
2014-09-27use only one --keyring in gpg interactionsDavid Kalnischkies2-46/+116
2014-09-27add --secret-keyring option for apt-keyDavid Kalnischkies2-3/+14
2014-09-27allow to specify fingerprints in 'apt-key del'David Kalnischkies3-5/+26
2014-09-27add a test for apt-key export{,all}David Kalnischkies2-2/+9
2014-09-27use apt-key to wrap gpg calls in testcasesDavid Kalnischkies1-31/+9
2014-09-27respect --keyring also in merged keyring commandsDavid Kalnischkies1-8/+10
2014-09-27support gnupg2 as drop-in replacement for gnupgDavid Kalnischkies3-88/+122
2014-09-27delay gnupg setup in apt-key until it is neededDavid Kalnischkies1-22/+22
2014-09-27correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies46-180/+173
2014-09-27use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies5-47/+53
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-27rename postrm to apt.postrmDavid Kalnischkies3-39/+0
2014-09-27remove leftover debug output from multikey softlinkDavid Kalnischkies1-1/+0
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies5-13/+13
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies13-32/+29
2014-09-27fix occurrence typo in tagfile commentDavid Kalnischkies1-1/+1
2014-09-27remove outdated and unused po/ChangeLogDavid Kalnischkies1-1077/+0
2014-09-27add an API for cache filters/matcherDavid Kalnischkies2-52/+209
2014-09-27move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2-87/+139