summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* rename postrm to apt.postrmDavid Kalnischkies2014-09-273-39/+0
* remove leftover debug output from multikey softlinkDavid Kalnischkies2014-09-271-1/+0
* fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-275-13/+13
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-2713-32/+29
* fix occurrence typo in tagfile commentDavid Kalnischkies2014-09-271-1/+1
* remove outdated and unused po/ChangeLogDavid Kalnischkies2014-09-271-1077/+0
* add an API for cache filters/matcherDavid Kalnischkies2014-09-272-52/+209
* move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2014-09-272-87/+139
* adapt to the new CacheSetHelper APIDavid Kalnischkies2014-09-274-26/+23
* rework cachesets API to allow future extensionDavid Kalnischkies2014-09-274-154/+494
* add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies2014-09-271-0/+38
* add specialisations for std::vectorDavid Kalnischkies2014-09-271-2/+73
* mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2014-09-276-16/+21
* fix progress output for (dist-)upgrade calculationDavid Kalnischkies2014-09-2773-148/+223
* de-duplicate version strings in the cacheDavid Kalnischkies2014-09-271-3/+3
* drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-278-124/+57
* count strings more accurately for statsDavid Kalnischkies2014-09-271-14/+39
* packages in the cache are sorted by name so noise-freeDavid Kalnischkies2014-09-271-9/+2
* search for pkg names in the cache case-sensitiveDavid Kalnischkies2014-09-271-4/+4
* deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-275-12/+21
* Disable Mth.DropPrivsOrDie() in copy.cc for nowMichael Vogt2014-09-261-1/+0
* Remove check for "Translation-" from pkgAcqIndex::Custom600Headers()Michael Vogt2014-09-251-4/+1
* Revert making pkgAcquire::Item::DescURI() "const"Michael Vogt2014-09-251-12/+12
* Use /var/empty as the homedir for _aptMichael Vogt2014-09-251-2/+2
* releasing package apt version 1.1~exp3Michael Vogt2014-09-242-0/+20
* DropPrivs: Document what it doesJulian Andres Klode2014-09-241-1/+11
* DropPrivs: Use APT::Sandbox::User instead of Apt::User::NobodyJulian Andres Klode2014-09-241-3/+3
* DropPrivs: Hard-fail if the user does not existJulian Andres Klode2014-09-241-1/+1
* DropPrivs: Add some comments for the more obscure setuid/setgid functionsJulian Andres Klode2014-09-241-0/+2
* DropPrivs: Move the re-set uid/gid thing to the end of the functionJulian Andres Klode2014-09-241-7/+7
* methods: Fail if we cannot drop privilegesJulian Andres Klode2014-09-248-14/+27