index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
gpgv.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error handling with getline
Walter Lozano
2025-05-19
1
-1
/
+1
*
Return string_view from Apt::String::Strip(). Take string_view in VectorizeSt...
наб
2025-02-14
1
-1
/
+1
*
sqv, gpgv: Do not fail if Dir::Etc::Trusted is set and trusted.gpg.d is missing
Julian Andres Klode
2025-01-22
1
-2
/
+10
*
Remove superseded warning about trusted.gpg fallback
Julian Andres Klode
2025-01-21
1
-2
/
+2
*
Remove leftovers of the apt-key removal
David Kalnischkies
2025-01-05
1
-2
/
+0
*
Drop APT_NORETURN usage
David Kalnischkies
2025-01-05
1
-1
/
+1
*
methods: Add new sqv method
Julian Andres Klode
2024-12-22
1
-4
/
+16
*
Remove gnupg and versioned gpgv test depends
Julian Andres Klode
2024-12-20
1
-4
/
+0
*
gpgv: Extract VerifyDetachedSignatureFile()
Julian Andres Klode
2024-12-17
1
-73
/
+90
*
gpgv: Drop references to apt-key
Julian Andres Klode
2024-12-07
1
-4
/
+4
*
gpgv: Merge all keyrings into a single one again
Julian Andres Klode
2024-12-04
1
-22
/
+25
*
Avoid extension check for .gpg
Julian Andres Klode
2024-11-29
1
-12
/
+12
*
Detect working gpgv using gpgv --dump-options
Julian Andres Klode
2024-11-28
1
-43
/
+57
*
gpgv: Add direct support for --assert-pubkey-algo
Julian Andres Klode
2024-11-28
1
-0
/
+23
*
Directly call gpgv instead of apt-key
Julian Andres Klode
2024-11-28
1
-27
/
+28
*
gpgv: Verify keyrings and dearmor outside apt-key
Julian Andres Klode
2024-11-28
1
-5
/
+54
*
gpgv: Use std::string instead of const char *
Julian Andres Klode
2024-11-28
1
-39
/
+33
*
gpgv: Explictly pass all the keyrings to gpgv from apt
Julian Andres Klode
2024-11-28
1
-3
/
+40
*
Do not implode key file name vector for calling gpgv
Julian Andres Klode
2024-11-28
1
-2
/
+8
*
gpgv: Generalize apt_error to apt_msg(), add apt_warning()
Julian Andres Klode
2024-11-28
1
-3
/
+5
*
apt-pkg/contrib/gpgv.cc: APT::StringView -> std::string_view
наб
2024-11-12
1
-7
/
+7
*
dpkgpm: lift out CopyIndented() and make_unique_*() for FILEs; use getline() ...
наб
2024-11-12
1
-12
/
+0
*
Turn unique_ptr<decltype(fclose and free)> into real deleter types (warnings ...
наб
2024-11-12
1
-9
/
+12
*
gpgv: Add IsAssertedPubKeyAlgo() function
Julian Andres Klode
2024-07-15
1
-0
/
+32
*
Modernize standard library includes
Julian Andres Klode
2024-02-20
1
-5
/
+5
*
Replace PrintStatus with SendMessage usage
David Kalnischkies
2021-02-04
1
-15
/
+0
*
Fully deprecate apt-key, schedule removal for Q2/2022
Julian Andres Klode
2020-05-06
1
-0
/
+3
*
Add explicit message for unsupported binary signature
David Kalnischkies
2019-03-03
1
-2
/
+16
*
gpgv: Use buffered writes for splitting clearsigned files
Julian Andres Klode
2019-02-04
1
-1
/
+2
*
Avoid boolean flags by splitting writeTo functions
David Kalnischkies
2019-02-01
1
-14
/
+20
*
Reuse APT::StringView more in LineBuffer
David Kalnischkies
2019-01-29
1
-32
/
+9
*
Rework ifs to use not instead of == false/true
David Kalnischkies
2019-01-29
1
-54
/
+66
*
Refuse files with lines unexpectedly starting with a dash
David Kalnischkies
2019-01-28
1
-9
/
+37
*
Use more abstraction to handle the current line buffer
David Kalnischkies
2019-01-28
1
-83
/
+133
*
Explicitly remove the whitespaces defined by RFC
David Kalnischkies
2019-01-28
1
-4
/
+20
*
Merge and reuse tmp file handling across the board
David Kalnischkies
2019-01-24
1
-53
/
+25
*
Fail on non-signature lines in Release.gpg
David Kalnischkies
2019-01-23
1
-20
/
+64
*
Fail instead of warn for unsigned lines in InRelease
David Kalnischkies
2019-01-23
1
-106
/
+99
*
Support multiple keyrings in sources.list Signed-By
David Kalnischkies
2018-09-11
1
-4
/
+7
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-9
/
+9
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-1
/
+1
*
fix various typos reported by codespell
David Kalnischkies
2017-01-19
1
-1
/
+1
*
warn if clearsigned file has ignored content parts
David Kalnischkies
2016-12-31
1
-2
/
+17
*
gpgv: Flush the files before checking for errors
Julian Andres Klode
2016-12-08
1
-0
/
+6
*
SECURITY UPDATE: gpgv: Check for errors when splitting files (CVE-2016-1252)
Julian Andres Klode
2016-12-08
1
-1
/
+22
*
report apt-key errors via status-fd messages
David Kalnischkies
2016-11-24
1
-10
/
+53
*
Make directory paths configurable
Julian Andres Klode
2016-08-26
1
-1
/
+1
*
ExecGPGV: Pass current config state to apt-key via temp file
Julian Andres Klode
2016-08-03
1
-0
/
+23
*
ExecGPGV: Fork in all cases
Julian Andres Klode
2016-08-03
1
-43
/
+34
*
ExecGPGV: Rework file removal on exit()
Julian Andres Klode
2016-08-03
1
-28
/
+23
[next]