index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dirmngr
/
ks-engine-hkp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dirmngr: Ask keyservers to provide the key fingerprints
Ingo Klöcker
2021-12-20
1
-1
/
+1
*
dirmngr: Fix regression in KS_GET for mail address pattern.
Werner Koch
2021-06-21
1
-1
/
+39
*
dirmngr: Support pseudo URI scheme "opaque".
Werner Koch
2021-06-16
1
-1
/
+2
*
Require Libgcrypt 1.9
Werner Koch
2021-01-19
1
-0
/
+3
*
dirmngr: Fix the pool keyserver case for a single host in the pool.
Werner Koch
2020-09-10
1
-1
/
+20
*
dirmngr: Forward http redirect warnings to gpg.
Werner Koch
2019-11-18
1
-0
/
+1
*
dirmngr: fix handling of HTTPS redirections during HKP
Daniel Kahn Gillmor
2019-07-04
1
-1
/
+3
*
dirmngr: Avoid endless loop in case of HTTP error 503.
Werner Koch
2019-07-03
1
-10
/
+33
*
dirmngr: Better for error code for http status 413.
Werner Koch
2019-03-29
1
-0
/
+4
*
kbx: Unify the fingerprint search modes.
Werner Koch
2019-03-14
1
-16
/
+11
*
dirmngr: Retry another server from the pool on 502, 503, 504.
Werner Koch
2018-12-11
1
-7
/
+33
*
dirmngr: Avoid possible CSRF attacks via http redirects.
Werner Koch
2018-11-22
1
-40
/
+16
*
all: fix spelling and typos
Daniel Kahn Gillmor
2018-10-24
1
-1
/
+1
*
Revert "dirmngr: hkp: Avoid potential race condition when some hosts die."
NIIBE Yutaka
2018-09-11
1
-10
/
+13
*
dirmngr: Serialize access to hosttable.
NIIBE Yutaka
2018-09-11
1
-7
/
+58
*
dirmngr: Emit SOURCE status also on NO_DATA.
Werner Koch
2018-09-07
1
-2
/
+10
*
dirmngr: hkp: Avoid potential race condition when some hosts die.
Daniel Kahn Gillmor
2018-09-07
1
-13
/
+10
*
dirmngr: Print a WARNING status for DNS config problems.
Werner Koch
2018-07-25
1
-15
/
+16
*
dirmngr: Lower the dead host resurrection time to 1.5h
Werner Koch
2018-04-26
1
-2
/
+2
*
dirmngr: Fix handling of CNAMEed keyserver pools.
Werner Koch
2018-04-26
1
-1
/
+1
*
dirmngr: Handle failures related to missing IPv6 gracefully
Michał Górny
2018-02-22
1
-0
/
+2
*
dirmngr: Forbid redirects from .onion to clearnet URIs.
Justus Winter
2017-07-19
1
-0
/
+25
*
dirmngr: Properly handle SRV records.
Justus Winter
2017-06-20
1
-51
/
+72
*
dirmngr: Refactor variable-sized array code.
Justus Winter
2017-06-20
1
-55
/
+74
*
dirmngr: Fix typo.
Justus Winter
2017-06-20
1
-1
/
+1
*
dirmngr: Implement HTTP connect timeouts of 15 or 2 seconds.
Werner Koch
2017-06-08
1
-0
/
+1
*
g10, sm, dirmngr, common: Add comment for fall through.
NIIBE Yutaka
2017-05-10
1
-0
/
+1
*
dirmngr: New option --disable-ipv6
Werner Koch
2017-04-03
1
-2
/
+5
*
dirmngr: Handle EIO which is sometimes returned by cookie functions.
Werner Koch
2017-04-03
1
-0
/
+1
*
Remove -I option to common.
NIIBE Yutaka
2017-03-07
1
-1
/
+1
*
dirmngr: New Assuan option "http-crl".
Werner Koch
2017-02-21
1
-1
/
+3
*
dirmngr: First take on ntbtls cert verification.
Werner Koch
2017-02-19
1
-1
/
+1
*
dirmngr: Add per-session verify callback to http.c
Werner Koch
2017-02-18
1
-1
/
+2
*
dirmngr: Do PTR lookups only for 'keyserver --hosttable'.
Werner Koch
2017-02-15
1
-46
/
+79
*
dirmngr: Avoid PTR lookup for hosts in a pool
Werner Koch
2017-02-15
1
-5
/
+18
*
dirmngr: New option --no-use-tor and internal changes.
Werner Koch
2017-02-01
1
-3
/
+3
*
gpg: Print a warning on Tor problems.
Werner Koch
2017-01-24
1
-15
/
+45
*
dirmngr: New option --disable-ipv4.
Werner Koch
2017-01-24
1
-2
/
+6
*
Fix format string errors and some missing error case initialization.
Werner Koch
2017-01-23
1
-1
/
+1
*
dirmngr: On SIGHUP mark all keyservers alive.
Werner Koch
2017-01-23
1
-0
/
+23
*
dirmngr: Implement hkps lookups using literal addresses.
Werner Koch
2017-01-16
1
-1
/
+29
*
dirmngr: Fix URL creation for literal IPv6 addresses in HKP.
Werner Koch
2017-01-16
1
-26
/
+32
*
dirmngr: After a connection failure log a hint if Tor is not running.
Werner Koch
2017-01-11
1
-0
/
+11
*
dirmngr: Mark hosts dead on ENETDOWN.
Werner Koch
2017-01-11
1
-0
/
+5
*
dirmngr: Use "pgpkey-hkps" and "pgpkey-hkp" for SRV record lookups.
Werner Koch
2017-01-09
1
-29
/
+34
*
dirmngr: Do not use a SRV record for HKP if a port was specified.
Werner Koch
2017-01-09
1
-28
/
+37
*
dirmngr: Change internal SRV lookup API.
Werner Koch
2017-01-08
1
-11
/
+1
*
dirmngr: Fix problems with the getsrv function.
Werner Koch
2016-12-19
1
-4
/
+3
*
dirmngr: Add option --standard-resolver.
Werner Koch
2016-12-01
1
-4
/
+0
*
dirmngr: Improve concurrency in the non-adns case.
Werner Koch
2016-11-10
1
-33
/
+36
[next]