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
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
/
agent
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Add dedicated private key functions to name-value.c.
Werner Koch
2016-06-23
1
-2
/
+2
*
common: Rename external symbols in name-value.c.
Werner Koch
2016-06-23
1
-9
/
+9
*
common: Rename private-keys.c to name-value.c
Werner Koch
2016-06-23
1
-1
/
+1
*
g10: Add openpgp_protected flag to agent secret key export functions
Daniel Kahn Gillmor
2016-06-11
1
-1
/
+6
*
Explicitly restrict socket permissions.
Werner Koch
2016-06-08
1
-0
/
+4
*
w32: Fix recent build regression.
Werner Koch
2016-06-08
1
-2
/
+0
*
Implement /run/user/UID/gnupg based sockets.
Werner Koch
2016-06-08
1
-3
/
+0
*
Do not try to remove the enclosing directory of sockets.
Werner Koch
2016-06-08
1
-8
/
+1
*
common: New function gnupg_socketdir.
Werner Koch
2016-06-07
2
-4
/
+4
*
common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.
Werner Koch
2016-06-07
1
-1
/
+0
*
Replace use of opt.homedir by accessor functions.
Werner Koch
2016-06-07
8
-35
/
+50
*
gpg: Try to use the passphrase from the primary for --quick-addkey.
Werner Koch
2016-06-02
1
-4
/
+45
*
gpg: Allow unattended deletion of secret keys.
Werner Koch
2016-05-10
1
-2
/
+8
*
agent: Make --allow-loopback-pinentry the default.
Werner Koch
2016-05-04
1
-4
/
+8
*
common: Add support for the new extended private key format.
Justus Winter
2016-04-21
2
-9
/
+232
*
agent: Convert key format document to org.
Justus Winter
2016-04-21
1
-47
/
+32
*
agent: Sanitize permissions of the private key directory.
Justus Winter
2016-04-20
1
-0
/
+4
*
agent: Fix regression due to recent commit 4159567.
Werner Koch
2016-04-14
1
-2
/
+4
*
agent: Allow gpg-protect-tool to handle openpgp-native protection.
Werner Koch
2016-04-14
2
-14
/
+97
*
agent: Implement new protection mode openpgp-s2k3-ocb-aes.
Werner Koch
2016-04-12
9
-138
/
+374
*
doc: Note that the persistant passphrase format is unimplemented.
Werner Koch
2016-04-12
1
-0
/
+2
*
indent: Help Emacs not to get confused by conditional compilation.
Werner Koch
2016-04-12
1
-1
/
+3
*
agent: allow removal of the shadowed key.
NIIBE Yutaka
2016-03-16
1
-1
/
+1
*
common: Consolidate Assuan server argument handling.
Justus Winter
2016-03-02
1
-80
/
+1
*
agent: Send PROGRESS status lines to the client.
Werner Koch
2016-01-25
3
-0
/
+134
*
agent: New option --pinentry-timeout
Werner Koch
2016-01-20
3
-0
/
+23
*
ssh: Accept OpenSSH *cert-v01 key variants.
Werner Koch
2016-01-12
1
-38
/
+136
*
common: New put_membuf_cb to replace static membuf_data_cb.
Werner Koch
2016-01-08
1
-17
/
+5
*
agent: Typo fix for help text.
Werner Koch
2016-01-05
1
-1
/
+1
*
agent: Fix RSA verification for card.
NIIBE Yutaka
2016-01-05
1
-6
/
+5
*
agent: IMPORT_KEY with --force option fix.
NIIBE Yutaka
2015-12-24
3
-6
/
+7
*
agent: Support --force option for IMPORT_KEY.
NIIBE Yutaka
2015-12-24
1
-5
/
+7
*
agent: Improve error handling.
Justus Winter
2015-12-11
1
-1
/
+2
*
agent: Fix typo.
Justus Winter
2015-12-11
1
-1
/
+1
*
build: Require at least Libassuan 2.4.1.
Werner Koch
2015-12-02
1
-16
/
+0
*
Silence unused variable or parameter warnings.
Werner Koch
2015-11-27
2
-1
/
+4
*
common: Extend utf8_charcount to include the string's length.
Neal H. Walfield
2015-11-23
1
-1
/
+1
*
agent: Improve error handling.
Justus Winter
2015-11-19
1
-1
/
+1
*
Fix typos found using codespell.
Justus Winter
2015-11-17
9
-9
/
+9
*
Fix typos
Daniel Kahn Gillmor
2015-10-28
1
-1
/
+1
*
agent: Clarify agent's KEYWRAP_KEY description.
Daniel Kahn Gillmor
2015-10-28
1
-1
/
+1
*
agent: simplify agent_get_passphrase.
NIIBE Yutaka
2015-10-09
1
-8
/
+2
*
agent: fix agent_askpin.
NIIBE Yutaka
2015-10-09
1
-1
/
+1
*
agent: Fix function return type for check_cb and agent_askpin.
NIIBE Yutaka
2015-10-09
6
-21
/
+23
*
agent: Fix verification of signature for smartcard.
NIIBE Yutaka
2015-10-06
1
-1
/
+10
*
agent: Fix non-allocation for pinentry_loopback.
NIIBE Yutaka
2015-10-05
1
-4
/
+2
*
scd: Use Assuan macro instead of a number constant.
Werner Koch
2015-10-02
1
-3
/
+4
*
agent: Fix alignment problem with the second passphrase struct.
Werner Koch
2015-10-02
2
-5
/
+23
*
agent: RSA signature verification by gpg-agent.
NIIBE Yutaka
2015-09-29
1
-3
/
+39
*
agent: Fix importing ECC key.
NIIBE Yutaka
2015-09-19
1
-99
/
+11
[next]