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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.
NIIBE Yutaka
2016-06-07
1
-2
/
+6
*
gpg: Use --keyid-format=none by default.
Werner Koch
2016-06-06
2
-3
/
+3
*
gpg: Add option --with-subkey-fingerprint.
Werner Koch
2016-06-06
5
-5
/
+37
*
gpg: Implement --keyid-format=none.
Werner Koch
2016-06-06
9
-143
/
+153
*
indent: Wrap strings in debug messages.
Werner Koch
2016-06-06
1
-3
/
+5
*
w32: Require --enable-build-timestamp for the BUILD_HOSTNAME.
Werner Koch
2016-06-04
2
-4
/
+7
*
gpg: Add the fingerprint to KEY_CREATED for subkeys.
Werner Koch
2016-06-02
1
-9
/
+12
*
gpg: Try to use the passphrase from the primary for --quick-addkey.
Werner Koch
2016-06-02
5
-52
/
+157
*
gpg: Extend the --quick-gen-key command.
Werner Koch
2016-06-02
4
-22
/
+92
*
gpg: Improve the new parse_subkey_algostr_usagestr fucntion.
Werner Koch
2016-06-02
1
-28
/
+34
*
gpg: New command --quick-addkey.
Werner Koch
2016-06-02
5
-155
/
+512
*
gpg: Do not abort on certain invalid packets.
Werner Koch
2016-06-02
2
-3
/
+8
*
common: New function openpgp_is_curve_supported.
Werner Koch
2016-06-02
2
-4
/
+31
*
common: Add comments on how to enable backtrace().
Werner Koch
2016-06-02
1
-1
/
+14
*
g10: Allow User ID length >= 256.
NIIBE Yutaka
2016-06-01
1
-1
/
+1
*
gpg: New status code NOTATION_FLAGS.
Werner Koch
2016-05-31
5
-8
/
+23
*
build: Fix URL.
Justus Winter
2016-05-31
1
-1
/
+1
*
common: Add a status callback to gnupg_exec_tool_stream.
Werner Koch
2016-05-27
5
-17
/
+97
*
common: Allow a second input stream for gnupg_exec_tool_stream.
Werner Koch
2016-05-27
10
-36
/
+124
*
common: Simplify the fd closing patch 512c56a.
Werner Koch
2016-05-27
1
-3
/
+1
*
common: Speedup closing fds before an exec.
Werner Koch
2016-05-27
1
-0
/
+44
*
tools: Improve debug output of rfc822parse.
Werner Koch
2016-05-27
1
-1
/
+6
*
build: Remove obsolete tests for funopen and fopencookie.
Werner Koch
2016-05-27
2
-29
/
+1
*
common: Extend gnupg_create_inbound_pipe et al.
Werner Koch
2016-05-27
7
-28
/
+54
*
common: Make use of default_errsource in exechelp.
Werner Koch
2016-05-27
6
-49
/
+59
*
gpg: Keep current and total of PROGESS status lines small enough.
Werner Koch
2016-05-27
1
-15
/
+45
*
configure: Detection of libusb on FreeBSD.
NIIBE Yutaka
2016-05-26
1
-6
/
+10
*
build: Switch to new URL for swdb.lst
Werner Koch
2016-05-25
1
-3
/
+1
*
gpgtar: Simplify code by using ccparray.
Werner Koch
2016-05-24
3
-48
/
+44
*
common: Add simple dynamic array function.
Werner Koch
2016-05-24
4
-1
/
+294
*
common,w32: Silence an unused arg warning message.
Werner Koch
2016-05-24
1
-0
/
+2
*
gpg, w32: Fix build regression.
Werner Koch
2016-05-24
1
-0
/
+2
*
tests: Test the pinentry interactions when exporting keys.
Justus Winter
2016-05-23
1
-5
/
+67
*
tests: Add support for a passphrase queue to fake pinentry.
Justus Winter
2016-05-23
1
-2
/
+94
*
tests: Add logging to fake pinentry.
Justus Winter
2016-05-23
1
-14
/
+108
*
tests: Add export test.
Justus Winter
2016-05-23
2
-0
/
+69
*
g10: Fix typo in comment.
Daniel Kahn Gillmor
2016-05-23
1
-1
/
+1
*
gpg: Speed up key listing in Tofu mode.
Werner Koch
2016-05-21
1
-50
/
+18
*
gpg: Avoid name spaces clash with future sqlite versions.
Werner Koch
2016-05-21
5
-97
/
+96
*
gpg: Explicitly close a combined Tofu DB.
Werner Koch
2016-05-21
1
-3
/
+8
*
gpg: Remove debug output accidently introduced with 027c4e5.
Werner Koch
2016-05-21
1
-3
/
+0
*
gpg: Store the Tofu meta handle for databases in CTRL.
Werner Koch
2016-05-21
9
-47
/
+70
*
gpg: Pass CTRL object down to the trust functions
Werner Koch
2016-05-21
16
-152
/
+180
*
gpg: Fix the TOFU_STATS_LONG status.
Werner Koch
2016-05-21
2
-7
/
+10
*
gpg: Print "[ never ]" instead of err for validity.
Werner Koch
2016-05-19
1
-0
/
+1
*
gpg: Add --weak-digest to gpgv's help screen.
Werner Koch
2016-05-18
1
-1
/
+2
*
dirmngr: Adjust the WKD lookup to specs version -01.
Werner Koch
2016-05-18
1
-2
/
+0
*
gpg: Emit new status line KEY_CONSIDERED.
Werner Koch
2016-05-17
3
-83
/
+151
*
g10: Fix signature checking.
NIIBE Yutaka
2016-05-11
1
-4
/
+9
*
gpg: Allow unattended deletion of secret keys.
Werner Koch
2016-05-10
6
-10
/
+45
[prev]
[next]