summaryrefslogtreecommitdiff
path: root/methods/gpgv.cc
AgeCommit message (Expand)AuthorFilesLines
2016-08-10implement generic config fallback for methodsDavid Kalnischkies1-4/+2
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies1-6/+1
2016-05-08gpgv: show always webportal error on NODATADavid Kalnischkies1-12/+21
2016-05-01support multiple fingerprints in signed-byDavid Kalnischkies1-13/+17
2016-05-01gpgv: cleanup statusfd parsing a bitDavid Kalnischkies1-57/+45
2016-05-01don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies1-4/+4
2016-05-01gpgv: handle expired sig as worthlessDavid Kalnischkies1-0/+7
2016-05-01gpgv: use EXPKEYSIG instead of KEYEXPIREDDavid Kalnischkies1-3/+3
2016-03-28Allow lowering trust level of a hash via configJulian Andres Klode1-12/+12
2016-03-22handle gpgv's weak-digests ERRSIGDavid Kalnischkies1-7/+50
2016-03-21properly check for "all good sigs are weak"David Kalnischkies1-9/+14
2016-03-16Make the weak signature message less ambigiousJulian Andres Klode1-1/+1
2016-03-16methods/gpgv: Rewrite error handling and messageJulian Andres Klode1-19/+50
2016-03-15methods/gpgv: Warn about SHA1 (and RIPEMD-160)Julian Andres Klode1-3/+29
2016-03-15methods/gpgv: Correctly handle weak signatures with multiple keysJulian Andres Klode1-1/+6
2016-03-14methods/gpgv: Reject weak digest algorithmsJulian Andres Klode1-0/+16
2016-03-14Revert "Handle ERRSIG in the gpgv method like BADSIG"Julian Andres Klode1-7/+0
2016-03-14Handle ERRSIG in the gpgv method like BADSIGJulian Andres Klode1-0/+7
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies1-13/+3
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-2/+2
2015-08-10implement Signed-By without using gpg for verificationDavid Kalnischkies1-9/+60
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies1-8/+10
2014-11-09use getline() instead of rolling our ownDavid Kalnischkies1-26/+5
2014-10-13Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()Michael Vogt1-3/+11
2014-09-29Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt1-5/+5
2014-09-27correct the error messages to refer to apt-key instead of gpgvDavid Kalnischkies1-6/+6
2014-09-25Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt1-1/+4
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode1-2/+2
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt1-0/+3
2014-07-21Download Release first, then Release.gpgMichael Vogt1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-7/+9
2014-01-30fix various style/performance warnings in rredDavid Kalnischkies1-1/+0
2013-07-25add missing "free(buffer) for allocated bufferMichael Vogt1-0/+1
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies1-9/+7
2013-03-15* apt-pkg/contrib/gpgv.cc:David Kalnischkies1-13/+1
2013-03-15* apt-pkg/indexcopy.cc:David Kalnischkies1-1/+2
2012-01-20fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies1-2/+10
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-0/+3
2011-09-13merge with debian/experimentalDavid Kalnischkies1-3/+3
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-3/+3
2011-07-13fix from David Kalnischkies for the InRelease gpg verification 0.8.15.2Michael Vogt1-5/+8
2010-08-19* apt-pkg/init.cc:David Kalnischkies1-1/+1
2010-06-09enhance the split out of the gpgv commandline mangling by splitting outDavid Kalnischkies1-41/+10
2010-06-09* apt-pkg/indexcopy.cc:David Kalnischkies1-41/+6
2010-05-12* methods/gpgv.cc:David Kalnischkies1-25/+17
2010-01-08* French manpage translation updateMichael Vogt1-44/+58
2009-04-08* methods/gpgv.cc:Michael Vogt1-6/+34
2008-12-09* methods/gpgv.cc:Michael Vogt1-1/+1