index
:
gnupg2
master
gnupg2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dirmngr
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dirmngr: dns: Fix allocation of string buffer in stack.
NIIBE Yutaka
2020-05-20
2
-26
/
+32
*
dirmngr: Allow http URLs with "LOOKUP --url"
Werner Koch
2020-04-16
1
-20
/
+103
*
sm,dirmngr: Restrict allowed parameters used with rsaPSS.
Werner Koch
2020-04-15
2
-1
/
+48
*
sm: Support rsaPSS verification also for CMS signatures.
Werner Koch
2020-04-14
1
-1
/
+1
*
dirmngr: Support rsaPSS also in the general validate module.
Werner Koch
2020-04-09
1
-44
/
+127
*
sm,dirmngr: Support rsaPSS signature verification.
Werner Koch
2020-04-09
1
-15
/
+162
*
gpgconf: Further simplify the gpgconf option processing.
Werner Koch
2020-03-14
1
-54
/
+2
*
dirmngr: Re-group the options in the --help output.
Werner Koch
2020-03-06
1
-50
/
+81
*
gpgconf: Support reading global options (part 2).
Werner Koch
2020-03-06
1
-2
/
+4
*
agent,dirmngr: Re-read the user specified config file.
Werner Koch
2020-02-22
1
-2
/
+8
*
Use gpgrt's new option parser for the remaining daemons.
Werner Koch
2020-02-21
3
-128
/
+109
*
gpg: Use gpgrt's new option parser to provide a global conf file.
Werner Koch
2020-02-20
3
-0
/
+12
*
Spelling cleanup.
Daniel Kahn Gillmor
2020-02-19
6
-10
/
+10
*
build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.
Werner Koch
2020-02-10
2
-0
/
+2
*
dirmngr: Fix building w/o LDAP support
Werner Koch
2020-01-21
1
-0
/
+6
*
dirmngr: Tell gpg about WKD looks resulting from a cache.
Werner Koch
2019-12-06
1
-0
/
+1
*
dirmngr: Replace no-strict-overflow pragma by wrapv pragma.
Werner Koch
2019-11-27
1
-3
/
+8
*
dirmngr: Rework of the LDAP code, part 1.
Werner Koch
2019-11-26
6
-40
/
+93
*
dirmngr: Make building with a TLS library mandatory
Werner Koch
2019-11-26
1
-57
/
+34
*
dirmngr,gpg: Better diagnostic in case of bad TLS certificates.
Werner Koch
2019-11-18
1
-1
/
+19
*
dirmngr: Forward http redirect warnings to gpg.
Werner Koch
2019-11-18
4
-1
/
+20
*
dirmngr: Fixed typo in recently added diagnostic.
Werner Koch
2019-11-18
1
-1
/
+1
*
dirmngr: Use IPv4 or IPv6 interface only if available.
Werner Koch
2019-11-12
4
-3
/
+119
*
dirmngr: Tune down err on missing ldapservers file
Andre Heinecke
2019-11-12
1
-1
/
+1
*
dirmngr: Remove cruft from dirmngr_ldap
Werner Koch
2019-11-11
5
-699
/
+58
*
dirmngr: Rename an enum value for clarity.
Werner Koch
2019-11-11
1
-3
/
+3
*
gpgsm: Allow sepcification of ldaps servers.
Werner Koch
2019-11-09
4
-11
/
+85
*
doc: Document gpgsm's --keyserver option.
Werner Koch
2019-11-07
1
-1
/
+1
*
dns: Fix irrelevant use of tmpfile.
NIIBE Yutaka
2019-08-22
1
-2
/
+0
*
dirmngr: Don't add system CAs for SKS HKPS pool.
NIIBE Yutaka
2019-07-16
1
-0
/
+2
*
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: Do not rewrite the redirection for the "openpgpkey" subdomain.
Werner Koch
2019-07-03
1
-0
/
+20
*
dirmngr: Allow for other hash algorithms than SHA-1 in OCSP.
Werner Koch
2019-05-28
1
-25
/
+80
*
dirmngr: Improve finding OCSP cert.
Werner Koch
2019-05-28
1
-1
/
+35
*
dirmngr: Add a CSRF expection for pm.me
Werner Koch
2019-05-09
1
-1
/
+2
*
dirmngr: Improve domaininfo cache update algorithm.
Werner Koch
2019-04-02
1
-19
/
+106
*
dirmngr: Better for error code for http status 413.
Werner Koch
2019-03-29
3
-0
/
+12
*
libdns: Don't use _[A-Z] which are reserved names.
NIIBE Yutaka
2019-03-25
1
-40
/
+40
*
kbx: Unify the fingerprint search modes.
Werner Koch
2019-03-14
2
-18
/
+11
*
dirmngr: Avoid testing for Tor with --gpgconf-list.
Werner Koch
2019-03-11
1
-1
/
+6
*
dirmngr: Add CSRF protection exception for protonmail.
Werner Koch
2019-03-07
1
-5
/
+40
*
libdns: Avoid using compound literals (8).
NIIBE Yutaka
2019-02-26
1
-20
/
+0
*
libdns: Avoid using compound literals (7).
NIIBE Yutaka
2019-02-26
3
-12
/
+16
*
libdns: Avoid using compound literals (6).
NIIBE Yutaka
2019-02-26
3
-33
/
+51
*
libdns: Avoid using compound literals (5).
NIIBE Yutaka
2019-02-26
2
-2
/
+3
*
libdns: Avoid using compound literals (4).
NIIBE Yutaka
2019-02-26
2
-7
/
+6
*
libdns: Avoid using compound literals (3).
NIIBE Yutaka
2019-02-26
2
-12
/
+18
*
libdns: Avoid using compound literals (2).
NIIBE Yutaka
2019-02-26
2
-19
/
+12
*
libdns: Avoid using compound literals.
NIIBE Yutaka
2019-02-26
1
-5
/
+10
[next]