index
:
GnuPG
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
bugfixes-2.2
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dirmngr
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support log-file option from common.conf for all daemon.
Werner Koch
2021-04-20
1
-2
/
+29
*
gpg: Lookup a missing public key of the current card via LDAP.
Werner Koch
2021-04-16
3
-5
/
+12
*
gpg: Do not use self-sigs-only for LDAP keyserver imports.
Werner Koch
2021-04-13
1
-1
/
+7
*
w32: Silence a compiler warning in dirmngr.c
Werner Koch
2021-03-15
1
-3
/
+3
*
dirmngr: Support new gpgNtds parameter in LDAP keyserver URLs.
Werner Koch
2021-02-17
2
-14
/
+23
*
Require Libgcrypt 1.9
Werner Koch
2021-01-19
2
-6
/
+21
*
dirmngr: Do not block threads in LDAP keyserver calls.
Werner Koch
2020-12-18
1
-6
/
+38
*
gpg: New AKL method "ntds"
Werner Koch
2020-12-17
1
-6
/
+19
*
dirmngr: Support "ldap:///" for the current AD user.
Werner Koch
2020-12-17
3
-15
/
+54
*
dirmngr: Allow LDAP searches via fingerprint.
Werner Koch
2020-12-17
1
-23
/
+41
*
dirmngr: Store all version 2 schema attributes.
Werner Koch
2020-12-15
1
-45
/
+85
*
dirmngr: Support the new Active Directory schema
Werner Koch
2020-12-14
1
-106
/
+141
*
dirmngr: Do not store the useless pgpSignerID in the LDAP.
Werner Koch
2020-12-14
3
-10
/
+5
*
dirmngr: Fix adding keys to an LDAP server.
Werner Koch
2020-12-14
1
-2
/
+2
*
gpgconf: Also print revision of libksba.
Werner Koch
2020-11-19
1
-3
/
+4
*
w32: Replace some fopen by es_fopen.
Werner Koch
2020-11-11
1
-16
/
+16
*
common: New functions gnupg_opendir et al.
Werner Koch
2020-10-21
3
-19
/
+15
*
Replace all calls to stat by gnupg_stat.
Werner Koch
2020-10-20
2
-2
/
+2
*
Replace most calls to open by a new wrapper.
Werner Koch
2020-10-20
1
-2
/
+2
*
Replace all calls to access by gnupg_access
Werner Koch
2020-10-20
3
-8
/
+8
*
dirmngr: Minor cleanup for better readability.
Werner Koch
2020-10-05
3
-29
/
+29
*
dirmngr: Add warning on the use of --add-servers.
Werner Koch
2020-10-05
1
-1
/
+6
*
gpgconf: New option --show-versions.
Werner Koch
2020-10-02
1
-1
/
+67
*
common,agent,dirmngr,g10,tools: Fix split_fields API.
NIIBE Yutaka
2020-09-18
1
-2
/
+2
*
gpg-connect-agent: Catch signals so that SIGPIPE is ignored.
Werner Koch
2020-09-10
1
-1
/
+1
*
dirmngr: Fix the pool keyserver case for a single host in the pool.
Werner Koch
2020-09-10
1
-1
/
+20
*
dirmngr: Align the gnutls use of CAs with the ntbtls code.
Werner Koch
2020-09-10
3
-10
/
+18
*
dirmngr: Print the last alert message returned by NTBTLS.
Werner Koch
2020-08-27
1
-0
/
+8
*
build: New configure option --disable-tests
Werner Koch
2020-08-20
1
-0
/
+4
*
dns: Fix memory use-after-free.
NIIBE Yutaka
2020-08-19
1
-0
/
+6
*
Silence compiler warnings.
NIIBE Yutaka
2020-08-19
1
-1
/
+1
*
w32: Add link to $(NETLIB) for -lws2_32.
NIIBE Yutaka
2020-07-30
1
-1
/
+1
*
Revert patches applied wrongly.
NIIBE Yutaka
2020-07-28
1
-0
/
+10
*
scd: PC/SC: Don't release the context when it's in use.
NIIBE Yutaka
2020-07-17
1
-10
/
+0
*
dirmngr: Handle EAFNOSUPPORT at connect_server.
NIIBE Yutaka
2020-07-13
1
-0
/
+9
*
dirmngr: Silence annoying warning for missing default ldap server file.
Werner Koch
2020-07-02
1
-5
/
+8
*
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-18
6
-10
/
+10
*
build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.
Werner Koch
2020-02-10
2
-0
/
+2
[next]