summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/gpgv.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace PrintStatus with SendMessage usageDavid Kalnischkies2021-02-041-15/+0
* Fully deprecate apt-key, schedule removal for Q2/2022Julian Andres Klode2020-05-061-0/+3
* Add explicit message for unsupported binary signatureDavid Kalnischkies2019-03-031-2/+16
* gpgv: Use buffered writes for splitting clearsigned filesJulian Andres Klode2019-02-041-1/+2
* Avoid boolean flags by splitting writeTo functionsDavid Kalnischkies2019-02-011-14/+20
* Reuse APT::StringView more in LineBufferDavid Kalnischkies2019-01-291-32/+9
* Rework ifs to use not instead of == false/trueDavid Kalnischkies2019-01-291-54/+66
* Refuse files with lines unexpectedly starting with a dashDavid Kalnischkies2019-01-281-9/+37
* Use more abstraction to handle the current line bufferDavid Kalnischkies2019-01-281-83/+133
* Explicitly remove the whitespaces defined by RFCDavid Kalnischkies2019-01-281-4/+20
* Merge and reuse tmp file handling across the boardDavid Kalnischkies2019-01-241-53/+25
* Fail on non-signature lines in Release.gpgDavid Kalnischkies2019-01-231-20/+64
* Fail instead of warn for unsigned lines in InReleaseDavid Kalnischkies2019-01-231-106/+99
* Support multiple keyrings in sources.list Signed-ByDavid Kalnischkies2018-09-111-4/+7
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-9/+9
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* fix various typos reported by codespellDavid Kalnischkies2017-01-191-1/+1
* warn if clearsigned file has ignored content partsDavid Kalnischkies2016-12-311-2/+17
* gpgv: Flush the files before checking for errorsJulian Andres Klode2016-12-081-0/+6
* SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)Julian Andres Klode2016-12-081-1/+22
* report apt-key errors via status-fd messagesDavid Kalnischkies2016-11-241-10/+53
* Make directory paths configurableJulian Andres Klode2016-08-261-1/+1
* ExecGPGV: Pass current config state to apt-key via temp fileJulian Andres Klode2016-08-031-0/+23
* ExecGPGV: Fork in all casesJulian Andres Klode2016-08-031-43/+34
* ExecGPGV: Rework file removal on exit()Julian Andres Klode2016-08-031-28/+23
* gpgv: Unlink the correct temp file in error caseJulian Andres Klode2016-08-031-4/+4
* don't use FindFile for external Dir::Bin commandsDavid Kalnischkies2016-06-141-1/+1
* use buffered writing for InRelease splittingDavid Kalnischkies2016-04-031-1/+1
* implement Signed-By option for sources.listDavid Kalnischkies2015-08-101-1/+16
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-0/+2
* add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies2014-09-271-2/+1
* add --readonly option for apt-key advDavid Kalnischkies2014-09-271-0/+1
* use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies2014-09-271-45/+18
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-8/+10
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-3/+2
* rework some code to fix some scan-build warningsDavid Kalnischkies2014-01-161-3/+3
* factor GetTempDir outMichael Vogt2013-12-221-13/+2
* apt-pkg/contrib/gpgv.cc: use /tmp as fallback dirThomas Bechtold2013-12-221-1/+6
* trigger NODATA error for invalid InRelease filesDavid Kalnischkies2013-06-201-1/+1
* apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt2013-04-031-2/+2
* support dash-escaped text in clearsigned files as implementations areDavid Kalnischkies2013-03-191-11/+12
* use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies2013-03-191-56/+47
* * apt-pkg/deb/debindexfile.cc,David Kalnischkies2013-03-181-42/+2
* - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies2013-03-181-1/+54
* ensure that we fclose/unlink/free in the new gpg-code as soon as possibleDavid Kalnischkies2013-03-161-5/+22
* - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies2013-03-151-44/+258
* don't close stdout/stderr if it is also the statusfdDavid Kalnischkies2013-03-151-10/+11
* * apt-pkg/contrib/gpgv.cc:David Kalnischkies2013-03-151-6/+16
* * apt-pkg/indexcopy.cc:David Kalnischkies2013-03-151-0/+138