summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix test-apt-update-nofallback testMichael Vogt2014-10-011-1/+5
* update test/integration/test-releasefile-verificationMichael Vogt2014-10-012-10/+21
* Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt2014-10-0115-24/+65
* add verify for the .diff/Index download and add FIXME for pkgAcqIndexDiffs/pk...Michael Vogt2014-10-011-0/+19
* cleanupMichael Vogt2014-09-292-31/+54
* Merge remote-tracking branch 'debian/debian/experimental' into feature/acq-transMichael Vogt2014-09-292-0/+4
|\
| * Test if TMPDIR is a directory in apt-key and if not unset itMichael Vogt2014-09-292-0/+4
* | more test fixesMichael Vogt2014-09-292-4/+8
* | fix DestFile extMichael Vogt2014-09-291-1/+1
* | test fixesMichael Vogt2014-09-294-3/+8
* | refactorMichael Vogt2014-09-292-37/+33
* | Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt2014-09-292-1/+8
* | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-29147-2606/+2623
|\|
| * Add missing "adduser" dependency (for the new _apt user)Michael Vogt2014-09-291-1/+1
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-299-172/+216
| |\
| | * Set STRIP_FROM_PATH for doxygenTrần Ngọc Quân2014-09-281-2/+2
| | * Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt2014-09-268-171/+216
| | |\
| | | * rewrite compressed indexes test to check with all compressorsDavid Kalnischkies2014-09-253-122/+135
| | | * generalize Acquire::GzipIndexMichael Vogt2014-09-217-58/+90
| * | | replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies2014-09-283-6/+57
| * | | allow options between command and -- on commandlineDavid Kalnischkies2014-09-283-10/+81
| * | | cleanup partial directory of lists in apt-get cleanDavid Kalnischkies2014-09-272-6/+54
| * | | allow fetcher setup without directory creationDavid Kalnischkies2014-09-277-28/+66
| * | | Japanese program translation updateKenshi Muto2014-09-271-30/+28
| * | | store source name and version in binary cacheDavid Kalnischkies2014-09-277-53/+89
| * | | fix: %i in format string (no. 1) requires 'int' but the argument type isDavid Kalnischkies2014-09-271-3/+3
| * | | fix: The class 'pkgSourceList' defines member variable with name 'SrcList' al...David Kalnischkies2014-09-271-4/+0
| * | | fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies2014-09-273-6/+6
| * | | fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies2014-09-272-4/+1
| * | | Merge branch 'feature/gnupglimit' into debian/experimentalDavid Kalnischkies2014-09-2759-529/+652
| |\ \ \
| | * | | add gnupg and gnupg2 as test-dependencyDavid Kalnischkies2014-09-272-2/+3
| | * | | ensure apt-key del handles 16-byte key idsJames McCoy2014-09-271-0/+8
| | * | | remove empty keyrings in trusted.gpg.d on upgradeDavid Kalnischkies2014-09-271-0/+9
| | * | | add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies2014-09-273-3/+10
| | * | | miscellaneous small cleanups in apt-keyDavid Kalnischkies2014-09-271-17/+7
| | * | | add --readonly option for apt-key advDavid Kalnischkies2014-09-273-7/+7
| | * | | use only one --keyring in gpg interactionsDavid Kalnischkies2014-09-272-46/+116
| | * | | add --secret-keyring option for apt-keyDavid Kalnischkies2014-09-272-3/+14
| | * | | allow to specify fingerprints in 'apt-key del'David Kalnischkies2014-09-273-5/+26
| | * | | add a test for apt-key export{,all}David Kalnischkies2014-09-272-2/+9
| | * | | use apt-key to wrap gpg calls in testcasesDavid Kalnischkies2014-09-271-31/+9
| | * | | respect --keyring also in merged keyring commandsDavid Kalnischkies2014-09-271-8/+10
| | * | | support gnupg2 as drop-in replacement for gnupgDavid Kalnischkies2014-09-273-88/+122
| | * | | delay gnupg setup in apt-key until it is neededDavid Kalnischkies2014-09-271-22/+22
| | * | | correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies2014-09-2746-180/+173
| | * | | use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies2014-09-275-47/+53
| | * | | 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