index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
gpgv.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-03
Add explicit message for unsupported binary signature
David Kalnischkies
1
-2
/
+16
2019-02-04
gpgv: Use buffered writes for splitting clearsigned files
Julian Andres Klode
1
-1
/
+2
2019-02-01
Avoid boolean flags by splitting writeTo functions
David Kalnischkies
1
-14
/
+20
2019-01-29
Reuse APT::StringView more in LineBuffer
David Kalnischkies
1
-32
/
+9
2019-01-29
Rework ifs to use not instead of == false/true
David Kalnischkies
1
-54
/
+66
2019-01-28
Refuse files with lines unexpectedly starting with a dash
David Kalnischkies
1
-9
/
+37
2019-01-28
Use more abstraction to handle the current line buffer
David Kalnischkies
1
-83
/
+133
2019-01-28
Explicitly remove the whitespaces defined by RFC
David Kalnischkies
1
-4
/
+20
2019-01-24
Merge and reuse tmp file handling across the board
David Kalnischkies
1
-53
/
+25
2019-01-23
Fail on non-signature lines in Release.gpg
David Kalnischkies
1
-20
/
+64
2019-01-23
Fail instead of warn for unsigned lines in InRelease
David Kalnischkies
1
-106
/
+99
2018-09-11
Support multiple keyrings in sources.list Signed-By
David Kalnischkies
1
-4
/
+7
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-9
/
+9
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
1
-1
/
+1
2017-01-19
fix various typos reported by codespell
David Kalnischkies
1
-1
/
+1
2016-12-31
warn if clearsigned file has ignored content parts
David Kalnischkies
1
-2
/
+17
2016-12-08
gpgv: Flush the files before checking for errors
Julian Andres Klode
1
-0
/
+6
2016-12-08
SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)
Julian Andres Klode
1
-1
/
+22
2016-11-24
report apt-key errors via status-fd messages
David Kalnischkies
1
-10
/
+53
2016-08-26
Make directory paths configurable
Julian Andres Klode
1
-1
/
+1
2016-08-03
ExecGPGV: Pass current config state to apt-key via temp file
Julian Andres Klode
1
-0
/
+23
2016-08-03
ExecGPGV: Fork in all cases
Julian Andres Klode
1
-43
/
+34
2016-08-03
ExecGPGV: Rework file removal on exit()
Julian Andres Klode
1
-28
/
+23
2016-08-03
gpgv: Unlink the correct temp file in error case
Julian Andres Klode
1
-4
/
+4
2016-06-14
don't use FindFile for external Dir::Bin commands
David Kalnischkies
1
-1
/
+1
2016-04-03
use buffered writing for InRelease splitting
David Kalnischkies
1
-1
/
+1
2015-08-10
implement Signed-By option for sources.list
David Kalnischkies
1
-1
/
+16
2015-08-10
fix memory leaks reported by -fsanitize
David Kalnischkies
1
-0
/
+2
2014-09-27
add and use 'apt-key verify' which prefers gpgv over gpg
David Kalnischkies
1
-2
/
+1
2014-09-27
add --readonly option for apt-key adv
David Kalnischkies
1
-0
/
+1
2014-09-27
use apt-key adv (+ gnupg) instead of gpgv for verify
David Kalnischkies
1
-45
/
+18
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-8
/
+10
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
1
-3
/
+2
2014-01-16
rework some code to fix some scan-build warnings
David Kalnischkies
1
-3
/
+3
2013-12-22
factor GetTempDir out
Michael Vogt
1
-13
/
+2
2013-12-22
apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir
Thomas Bechtold
1
-1
/
+6
2013-06-20
trigger NODATA error for invalid InRelease files
David Kalnischkies
1
-1
/
+1
2013-04-03
apt-pkg/contrib/gpgv.cc: fix InRelease check
Michael Vogt
1
-2
/
+2
2013-03-19
support dash-escaped text in clearsigned files as implementations are
David Kalnischkies
1
-11
/
+12
2013-03-19
use FileFd instead of int fds to tidy up the interface a bit
David Kalnischkies
1
-56
/
+47
2013-03-18
* apt-pkg/deb/debindexfile.cc,
David Kalnischkies
1
-42
/
+2
2013-03-18
- add method to open (maybe) clearsigned files transparently
David Kalnischkies
1
-1
/
+54
2013-03-16
ensure that we fclose/unlink/free in the new gpg-code as soon as possible
David Kalnischkies
1
-5
/
+22
2013-03-15
- if ExecGPGV deals with a clear-signed file it will split this file
David Kalnischkies
1
-44
/
+258
2013-03-15
don't close stdout/stderr if it is also the statusfd
David Kalnischkies
1
-10
/
+11
2013-03-15
* apt-pkg/contrib/gpgv.cc:
David Kalnischkies
1
-6
/
+16
2013-03-15
* apt-pkg/indexcopy.cc:
David Kalnischkies
1
-0
/
+138