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
/
mainproc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-30
g10: When showing a user id's trust, pass the current signature.
Neal H. Walfield
1
-1
/
+1
2016-08-10
gpg: Print the signer's UID during verification.
Werner Koch
1
-2
/
+30
2016-08-08
gpg: Cleanup of dek_to_passphrase function (part 2).
Werner Koch
1
-3
/
+3
2016-06-30
g10: Fix memory leak.
Justus Winter
1
-2
/
+0
2016-06-28
g10: Fix --list-packets.
NIIBE Yutaka
1
-1
/
+1
2016-06-20
gpg: Add experimental support for an issuer fpr.
Werner Koch
1
-13
/
+20
2016-06-13
gpg: New option --disable-signer-uid, create Signer's UID sub-packet.
Werner Koch
1
-0
/
+1
2016-06-13
gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.
Werner Koch
1
-12
/
+65
2016-06-06
gpg: Implement --keyid-format=none.
Werner Koch
1
-31
/
+16
2016-05-21
gpg: Pass CTRL object down to the trust functions
Werner Koch
1
-30
/
+32
2016-04-29
gpg: Remove all assert.h and s/assert/log_assert/.
Werner Koch
1
-5
/
+4
2016-01-21
gpg: Make --auto-key-retrieve work with dirmngr configured server.
Werner Koch
1
-2
/
+2
2015-12-04
Do not translate messages printed with log_debug.
Werner Koch
1
-2
/
+3
2015-11-17
Fix typos found using codespell.
Justus Winter
1
-3
/
+3
2015-11-04
gpg: Allow multiple --default-key options. Take the last available key.
Neal H. Walfield
1
-11
/
+11
2015-10-26
gpg: Do not call an extra get_validity if no-show-uid-validity is used.
Werner Koch
1
-6
/
+25
2015-10-19
gpg: Improve and regularize naming of signature checking functions.
Neal H. Walfield
1
-4
/
+6
2015-10-18
g10: Add TOFU support.
Neal H. Walfield
1
-6
/
+24
2015-10-06
gpg: Fail decryption for AES etc message w/o MDC.
Werner Koch
1
-0
/
+16
2015-08-06
gpg: Adjust UID line indentation for common key algos.
Werner Koch
1
-1
/
+3
2015-05-19
g10: detects public key encryption packet error properly.
NIIBE Yutaka
1
-5
/
+3
2015-04-23
gpg: Move all DNS access to Dirmngr.
Werner Koch
1
-14
/
+24
2015-03-19
gpg: Emit status line NEWSIG before signature verification starts.
Werner Koch
1
-0
/
+2
2015-02-25
gpg: Switch to a hash and CERT record based PKA system.
Werner Koch
1
-1
/
+2
2015-02-25
Move new mailbox.c source file to common/.
Werner Koch
1
-0
/
+1
2015-02-19
gpg: Replace remaining uses of stdio by estream.
Werner Koch
1
-4
/
+4
2015-01-22
gpg: Replace remaining old error code macros by GPG_ERR_.
Werner Koch
1
-26
/
+26
2015-01-05
gpg: Remove unused args from a function.
Werner Koch
1
-1
/
+1
2014-11-28
gpg: Change another BUG() call to a regular error message.
Werner Koch
1
-6
/
+11
2014-11-17
gpg: Fix a NULL-deref for invalid input data.
Werner Koch
1
-3
/
+8
2014-11-13
gpg: Make the use of "--verify FILE" for detached sigs harder.
Werner Koch
1
-0
/
+38
2014-11-13
gpg: Re-indent two files.
Werner Koch
1
-939
/
+1024
2014-11-13
gpg: Remove PGP-2 related cruft.
Werner Koch
1
-33
/
+8
2014-10-10
Use a unique capitalization for "Note:".
Werner Koch
1
-1
/
+1
2014-08-14
gpg: Disable an MD5 workaround for pgp2 by default.
Werner Koch
1
-12
/
+15
2014-06-27
po: Update the German (de) translation
Werner Koch
1
-1
/
+1
2014-06-02
gpg: Simplify default key listing.
Werner Koch
1
-242
/
+178
2014-05-07
gpg: Print the key algorithm/curve with signature info.
Werner Koch
1
-2
/
+9
2014-05-07
gpg: Fix memleak in signature verification of bogus keys.
Werner Koch
1
-37
/
+35
2014-05-07
gpg: Fix indendation of check_sig_and_print.
Werner Koch
1
-332
/
+347
2014-03-27
Change some keyedit functions to allow printing to arbitrary streams.
Werner Koch
1
-3
/
+3
2014-02-05
gpg: Change format for the key size in --list-key and --edit-key.
Werner Koch
1
-3
/
+5
2014-01-30
gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.
Werner Koch
1
-0
/
+1
2014-01-29
gpg: Remove cipher.h and put algo ids into a common file.
Werner Koch
1
-1
/
+0
2013-12-11
gpg: Change --show-session-key to print the session key earlier.
Werner Koch
1
-10
/
+1
2013-10-04
gpg: Limit the nesting level of I/O filters.
Werner Koch
1
-30
/
+48
2013-10-02
gpg: Fix bug with deeply nested compressed packets.
Werner Koch
1
-9
/
+43
2012-06-05
Change all quotes in strings and comments to the new GNU standard.
Werner Koch
1
-1
/
+1
2012-05-08
Add tweaks for the not anymore patented IDEA algorithm.
Werner Koch
1
-7
/
+0
2012-03-26
Allow compress algorithm 0.
Werner Koch
1
-3
/
+1
[prev]
[next]