summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)AuthorFilesLines
2016-12-31apt-key: ignore gpg1 already imported secret key import failureDavid Kalnischkies1-2/+5
2016-12-21tests: cache the apt-key homedir used for Release signingDavid Kalnischkies1-11/+20
2016-11-25add apt-key support for armored GPG key files (*.asc)David Kalnischkies1-30/+106
2016-11-24report apt-key errors via status-fd messagesDavid Kalnischkies1-15/+22
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode3-1/+3
2016-08-26apt-key: Only use readlink -f for existing componentsJulian Andres Klode1-1/+1
2016-08-26Add missing includes and external definitionsJulian Andres Klode2-0/+2
2016-08-25show apt-key warnings in apt updateDavid Kalnischkies1-0/+15
2016-08-25apt-key: warn instead of fail on unreadable keyringsDavid Kalnischkies1-26/+31
2016-08-17allow spaces in fingerprints for 'apt-key del'David Kalnischkies1-2/+2
2016-08-17add the gpg-classic variant to the gpgv/gnupg or-groupDavid Kalnischkies1-3/+6
2016-08-10Get rid of the old buildsystemJulian Andres Klode1-119/+0
2016-08-06CMake: Add basic CMake build systemJulian Andres Klode1-0/+59
2016-07-31apt-key: ignore any error produced by gpgconf --killDavid Kalnischkies1-1/+1
2016-07-31apt-key: kill gpg-agent explicitly in cleanupDavid Kalnischkies1-1/+13
2016-07-05use the right key for compressor configuration dumpDavid Kalnischkies1-2/+10
2016-07-05indextargets: Check that cache could be built before using itJulian Andres Klode1-3/+3
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies1-1/+1
2016-07-02deprecate 'apt-key update' and no-op it in DebianDavid Kalnischkies1-0/+7
2016-07-01warn if apt-key is used in scripts/its output parsedDavid Kalnischkies1-1/+19
2016-07-01alias apt-key list to fingerDavid Kalnischkies1-4/+1
2016-06-29eipp: let apt make a plan, not make stuff planeDavid Kalnischkies2-13/+13
2016-06-27eipp: rename stanza 'Install' to 'Unpack'David Kalnischkies1-1/+1
2016-06-27eipp: add Allow-Temporary-Remove-of-EssentialsDavid Kalnischkies1-0/+1
2016-06-27eipp: include global errors in reported errorDavid Kalnischkies1-2/+8
2016-06-27eipp: implement Immediate-Configuration flagDavid Kalnischkies1-0/+2
2016-06-27eipp: provide the internal planer as an external oneDavid Kalnischkies2-1/+194
2016-06-20implement and document DIRECT for auto-detect-proxyDavid Kalnischkies1-1/+2
2016-06-14apt-key: don't search PATH if command is a path alreadyDavid Kalnischkies1-0/+1
2016-06-08edsp: drop privileges before executing solversDavid Kalnischkies1-0/+2
2016-06-08edsp: optionally store a compressed copy of the last scenarioDavid Kalnischkies3-56/+164
2016-06-04edsp: use a stanza based interface for solution writingDavid Kalnischkies1-1/+17
2016-06-02apt-key: change to / before find to satisfy its CWD needsDavid Kalnischkies1-14/+10
2016-05-28look into the right textdomain for apt-utils againDavid Kalnischkies10-20/+0
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-1/+1
2016-05-20edsp: use a limited scenario based on bool-arrayDavid Kalnischkies1-1/+6
2016-05-20edsp: add Forbid-{New-Install,Remove} and Upgrade-AllDavid Kalnischkies1-7/+14
2016-05-20edsp: dump: support dumping into compressed fileDavid Kalnischkies1-1/+1
2016-05-20convert EDSP to be based on FileFd instead of FILE*David Kalnischkies2-9/+18
2016-05-20fail instead of segfault on unreadable config filesDavid Kalnischkies1-15/+12
2016-05-01apt-key: add \n to dpkg-query --show --showformatCarsten Hey1-1/+1
2016-05-01warn if apt-key is run unconditionally in maintainerscriptDavid Kalnischkies1-1/+14
2016-03-06add test for apt-key 0xKEY and use parameter expansionDavid Kalnischkies1-1/+1
2016-03-04apt-key del should correctly handle keyids prefixed with 0xDaniel Kahn Gillmor1-0/+4
2016-01-08support '-' and no parameter for stdin in apt-helper cat-fileDavid Kalnischkies1-3/+17
2016-01-08keep compressed indexes in a low-cost formatDavid Kalnischkies1-0/+2
2016-01-07apt-helper: cat-file: Add -C/--compress optionJulian Andres Klode1-2/+31
2016-01-03apt-cache: stats: Show a table utilization as percentageJulian Andres Klode1-0/+1
2016-01-03apt-cache: stats: Average is over used, not all, bucketsJulian Andres Klode1-1/+1
2015-12-28apt-helper: Use CopyFile() for concatenating the filesJulian Andres Klode1-10/+2