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