Age | Commit message (Expand) | Author |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2017-01-19 | fix various typos reported by codespell | David Kalnischkies |
2016-12-31 | warn if clearsigned file has ignored content parts | David Kalnischkies |
2016-12-08 | gpgv: Flush the files before checking for errors | Julian Andres Klode |
2016-12-08 | SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252) | Julian Andres Klode |
2016-11-24 | report apt-key errors via status-fd messages | David Kalnischkies |
2016-08-26 | Make directory paths configurable | Julian Andres Klode |
2016-08-03 | ExecGPGV: Pass current config state to apt-key via temp file | Julian Andres Klode |
2016-08-03 | ExecGPGV: Fork in all cases | Julian Andres Klode |
2016-08-03 | ExecGPGV: Rework file removal on exit() | Julian Andres Klode |
2016-08-03 | gpgv: Unlink the correct temp file in error case | Julian Andres Klode |
2016-06-14 | don't use FindFile for external Dir::Bin commands | David Kalnischkies |
2016-04-03 | use buffered writing for InRelease splitting | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |
2014-09-27 | add and use 'apt-key verify' which prefers gpgv over gpg | David Kalnischkies |
2014-09-27 | add --readonly option for apt-key adv | David Kalnischkies |
2014-09-27 | use apt-key adv (+ gnupg) instead of gpgv for verify | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies |
2014-01-16 | rework some code to fix some scan-build warnings | David Kalnischkies |
2013-12-22 | factor GetTempDir out | Michael Vogt |
2013-12-22 | apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir | Thomas Bechtold |
2013-06-20 | trigger NODATA error for invalid InRelease files | David Kalnischkies |
2013-04-03 | apt-pkg/contrib/gpgv.cc: fix InRelease check | Michael Vogt |
2013-03-19 | support dash-escaped text in clearsigned files as implementations are | David Kalnischkies |
2013-03-19 | use FileFd instead of int fds to tidy up the interface a bit | David Kalnischkies |
2013-03-18 | * apt-pkg/deb/debindexfile.cc, | David Kalnischkies |
2013-03-18 | - add method to open (maybe) clearsigned files transparently | David Kalnischkies |
2013-03-16 | ensure that we fclose/unlink/free in the new gpg-code as soon as possible | David Kalnischkies |
2013-03-15 | - if ExecGPGV deals with a clear-signed file it will split this file | David Kalnischkies |
2013-03-15 | don't close stdout/stderr if it is also the statusfd | David Kalnischkies |
2013-03-15 | * apt-pkg/contrib/gpgv.cc: | David Kalnischkies |
2013-03-15 | * apt-pkg/indexcopy.cc: | David Kalnischkies |