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
/
g10
/
gpg.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
gpg: Reorder signatures, if appropriate.
neal/issue2236
Neal H. Walfield
1
-0
/
+31
2016-01-27
gpg: Shorten the --tofu-policy help text
Werner Koch
1
-1
/
+1
2016-01-26
Update copyright years.
Werner Koch
1
-1
/
+1
2016-01-14
gpg: Make --list-options show-usage the default.
Werner Koch
1
-1
/
+2
2016-01-08
gpg: New command --export-ssh-key
Werner Koch
1
-1
/
+15
2016-01-07
gpg: Fix warnings about useless assignments.
Werner Koch
1
-1
/
+0
2015-12-22
gpg: Don't check for ambiguous keys.
Neal H. Walfield
1
-512
/
+0
2015-12-22
gpg: Lazily evaluate --default-key.
Neal H. Walfield
1
-21
/
+0
2015-12-22
gpg: Improve check for ambiguous keys.
Neal H. Walfield
1
-94
/
+143
2015-12-22
gpg: Mark more options as coming from the config file (when this holds)
Neal H. Walfield
1
-1
/
+5
2015-12-16
gpg: When checking for ambiguous keys, ignore invalid keys.
Neal H. Walfield
1
-139
/
+297
2015-12-11
gpg: Don't error out if a key occurs multiple times in the keyring.
Neal H. Walfield
1
-32
/
+82
2015-12-04
gpg: Do not pre-check keys given on the command line.
Werner Koch
1
-11
/
+42
2015-12-04
gpg: Allow "help" as value for --tofu-policy.
Werner Koch
1
-15
/
+33
2015-12-03
gpg: Add variant of 'key "%s" not found: %s' error message.
Werner Koch
1
-2
/
+1
2015-12-03
gpg: Take care of keydb_new returning NULL.
Werner Koch
1
-7
/
+10
2015-12-03
gpg: Change some error messages.
Werner Koch
1
-30
/
+36
2015-12-02
gpg: Use the matching key if the search description is exact.
Neal H. Walfield
1
-4
/
+31
2015-12-02
common,gpg: Fix processing of search descriptions ending in '!'.
Neal H. Walfield
1
-1
/
+13
2015-11-23
common: Extend utf8_charcount to include the string's length.
Neal H. Walfield
1
-1
/
+1
2015-11-17
gpg: Add some debugging output.
Neal H. Walfield
1
-0
/
+12
2015-11-17
gpg: Use a more appropriate error code.
Neal H. Walfield
1
-1
/
+1
2015-11-17
Fix typos found using codespell.
Justus Winter
1
-2
/
+2
2015-11-16
gpg: Fix error checking and improve error reporting.
Neal H. Walfield
1
-2
/
+14
2015-11-12
gpg: Print export statistics to the status-fd.
Werner Koch
1
-3
/
+18
2015-11-06
gpg: Add new option --only-sign-text-ids.
Neal H. Walfield
1
-0
/
+5
2015-11-06
gpg: Check for ambiguous or non-matching key specs.
Neal H. Walfield
1
-19
/
+189
2015-11-05
gpg: Add support for unwrapping the outer level of encryption.
Neal H. Walfield
1
-0
/
+5
2015-11-04
gpg: Print a better error message for --multifile --sign --encrypt.
Neal H. Walfield
1
-0
/
+3
2015-11-04
gpg: Add --encrypt-to-default-key.
Neal H. Walfield
1
-0
/
+19
2015-11-04
gpg: Allow multiple --default-key options. Take the last available key.
Neal H. Walfield
1
-3
/
+5
2015-10-29
gpg: Eliminate a memory leak.
Neal H. Walfield
1
-1
/
+4
2015-10-26
gpg: Ensure all weak digest rejection notices are shown
Daniel Kahn Gillmor
1
-1
/
+2
2015-10-20
build: Allow building without SQLlite support.
Werner Koch
1
-1
/
+8
2015-10-19
gpg: Fix --desig-revoke.
Neal H. Walfield
1
-5
/
+5
2015-10-19
gpg: Add option --weak-digest to gpg and gpgv.
Daniel Kahn Gillmor
1
-0
/
+6
2015-10-18
g10: Add TOFU support.
Neal H. Walfield
1
-0
/
+140
2015-10-08
gpg: Add option --print-dane-records.
Werner Koch
1
-0
/
+3
2015-10-08
gpg: Pass CTRL parameter to all key listing functions.
Werner Koch
1
-1
/
+1
2015-09-01
gpg: Remove option --no-sig-create-check.
Werner Koch
1
-3
/
+0
2015-08-25
gpg: Print a new FAILURE status after most commands.
Werner Koch
1
-19
/
+81
2015-08-15
Allow --gen-key to inquire a passphrase.
Ben Kibbey
1
-3
/
+12
2015-06-30
gpg: Make show-sig-subpackets work again.
Werner Koch
1
-1
/
+1
2015-06-29
agent: Prepare for Libassuan with Cygwin support.
Werner Koch
1
-1
/
+0
2015-06-22
gpg: Allow debug flag names for --debug.
Werner Koch
1
-45
/
+35
2015-06-20
gpg: Improve speed of --check-sigs and --lish-sigs.
Werner Koch
1
-0
/
+2
2015-06-19
gpg: Print available debug flags using "--debug-level help".
Werner Koch
1
-18
/
+44
2015-06-16
Don't prompt for the password multiple times in pinentry loopback mode.
Neal H. Walfield
1
-0
/
+7
2015-06-04
gpg: Fix output in case of a corrupted trustdb.
Werner Koch
1
-2
/
+2
2015-05-08
gpg: New command --quick-adduid.
Werner Koch
1
-0
/
+17
[next]