summaryrefslogtreecommitdiff
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
...
* | | test if TMPDIR is accessible before usingDavid Kalnischkies2014-10-201-2/+6
* | | check for available space, excluding root reserved blocksDavid Kalnischkies2014-10-151-25/+3
* | | don't drop privileges if _apt has not enough rightsDavid Kalnischkies2014-10-152-6/+18
* | | Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimentalMichael Vogt2014-10-082-18/+6
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-10-071-1/+1
| |\ \ \
| * | | | ensure partial dirs are 0700 and owned by _apt:rootDavid Kalnischkies2014-10-072-18/+6
* | | | | Rename DropPrivs() to DropPrivileges()Michael Vogt2014-10-072-2/+2
| |/ / / |/| | |
* | | | apt-get: Create the temporary downloaded changelog inside tmpdirGuillem Jover2014-10-031-1/+1
|/ / /
* | | Test if TMPDIR is a directory in apt-key and if not unset itMichael Vogt2014-09-291-0/+3
* | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-291-1/+1
|\| |
| * | generalize Acquire::GzipIndexMichael Vogt2014-09-211-1/+1
* | | cleanup partial directory of lists in apt-get cleanDavid Kalnischkies2014-09-271-6/+20
* | | allow fetcher setup without directory creationDavid Kalnischkies2014-09-272-5/+7
* | | store source name and version in binary cacheDavid Kalnischkies2014-09-272-42/+24
* | | add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies2014-09-271-0/+8
* | | miscellaneous small cleanups in apt-keyDavid Kalnischkies2014-09-271-17/+7
* | | add --readonly option for apt-key advDavid Kalnischkies2014-09-271-5/+4
* | | use only one --keyring in gpg interactionsDavid Kalnischkies2014-09-271-28/+77
* | | add --secret-keyring option for apt-keyDavid Kalnischkies2014-09-271-0/+11
* | | allow to specify fingerprints in 'apt-key del'David Kalnischkies2014-09-271-4/+17
* | | add a test for apt-key export{,all}David Kalnischkies2014-09-271-2/+2
* | | respect --keyring also in merged keyring commandsDavid Kalnischkies2014-09-271-8/+10
* | | support gnupg2 as drop-in replacement for gnupgDavid Kalnischkies2014-09-271-4/+13
* | | delay gnupg setup in apt-key until it is neededDavid Kalnischkies2014-09-271-22/+22
* | | 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
* | | remove leftover debug output from multikey softlinkDavid Kalnischkies2014-09-271-1/+0
* | | adapt to the new CacheSetHelper APIDavid Kalnischkies2014-09-271-6/+6
* | | rework cachesets API to allow future extensionDavid Kalnischkies2014-09-271-6/+6
* | | mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2014-09-272-3/+3
* | | count strings more accurately for statsDavid Kalnischkies2014-09-271-14/+39
* | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-053-18/+36
|\| |
| * | Use heap to allocate PatternMatch to avoid potential stack overflowMichael Vogt2014-09-021-2/+3
| * | Make Proxy-Auto-Detect check for each hostMichael Vogt2014-09-021-0/+16
| * | add dpkg::source-options for dpkg-source invocationDavid Kalnischkies2014-08-261-16/+17
* | | Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-081-2/+7
* | | Fix ar and tar code to be LFS-safeGuillem Jover2014-07-082-2/+2
* | | correct 'apt-cache stats' to include moreDavid Kalnischkies2014-06-181-24/+32
* | | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-1/+1
* | | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-182-20/+24
|\| |
| * | show our broken packages message in 'apt' solverDavid Kalnischkies2014-06-182-20/+24
* | | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2014-06-182-0/+5
|\ \ \
| * | | DropPrivs in the solvers (just to be on the safe side)Michael Vogt2014-06-112-0/+5
| |/ /
* | | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt2014-06-181-1/+45
|\ \ \
| * | | Provide ShowHashTableStats functionMichael Vogt2014-06-181-55/+43