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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-05
g10: Don't add user attributes to the TOFU DB.
Neal H. Walfield
1
-0
/
+8
2016-09-05
g10: Refactor cross sig check code.
Neal H. Walfield
1
-309
/
+434
2016-09-05
common: Add an assuan logging monitor.
Werner Koch
1
-1
/
+1
2016-09-05
gpg: New export filter drop-subkey.
Werner Koch
2
-0
/
+82
2016-09-05
gpg: Use a common filter_getval for import and export.
Werner Koch
3
-37
/
+7
2016-09-01
g10: End transaction earlier.
Neal H. Walfield
1
-2
/
+1
2016-09-01
g10: Don't consider cross-signed keys to be in conflict.
Neal H. Walfield
1
-4
/
+158
2016-09-01
gpg: Avoid homedir creation by --list-config
Werner Koch
1
-1
/
+8
2016-09-01
gpg: Simplify code to print VALIDSIG.
Werner Koch
1
-29
/
+20
2016-09-01
gpg: Add new function write_status_printf.
Werner Koch
2
-0
/
+29
2016-09-01
gpg: Fix printing of pubkey algo in --verbose signature verify.
Werner Koch
3
-91
/
+111
2016-09-01
g10: Fix typo.
Neal H. Walfield
1
-1
/
+1
2016-09-01
g10: When asking about a TOFU binding conflict, default to unknown.
Neal H. Walfield
1
-1
/
+9
2016-09-01
g10: Add support for TRUST_NEVER.
Neal H. Walfield
1
-5
/
+19
2016-09-01
g10: Improve text.
Neal H. Walfield
1
-5
/
+5
2016-09-01
g10: Remove unused parameter.
Neal H. Walfield
1
-10
/
+5
2016-09-01
gpg: Copy the correct digest for use by TOFU.
Werner Koch
1
-1
/
+1
2016-09-01
g10: Be careful to not be in a transaction during long operations
Neal H. Walfield
1
-18
/
+75
2016-08-31
g10: On a TOFU conflict, show whether the uids are expired or revoked
Neal H. Walfield
1
-1
/
+106
2016-08-31
g10: Always trust ultimately trusted keys.
Neal H. Walfield
1
-21
/
+21
2016-08-31
g10: Fix error detection.
Neal H. Walfield
1
-1
/
+1
2016-08-31
g10: Update a key's TOFU policy in a transaction.
Neal H. Walfield
2
-1
/
+8
2016-08-31
g10: Fix the show old policy functionality when changing a TOFU policy.
Neal H. Walfield
1
-23
/
+24
2016-08-31
g10: Drop unused argument.
Neal H. Walfield
1
-6
/
+3
2016-08-31
gpg: Move state local to tofu.c to a private structure.
Neal H. Walfield
2
-19
/
+19
2016-08-31
gpg: Avoid name spaces clash with future sqlite versions (2).
Neal H. Walfield
3
-36
/
+36
2016-08-31
gpg: Fix regression in gpgv's printing of the keyid.
Werner Koch
1
-0
/
+2
2016-08-30
g10: Improve TOFU batch update code.
Neal H. Walfield
2
-46
/
+64
2016-08-30
g10: Improve TOFU debugging output and some comments.
Neal H. Walfield
1
-21
/
+23
2016-08-30
g10: If a key has no valid user ids, change TOFU to return TRUST_NEVER.
Neal H. Walfield
1
-1
/
+16
2016-08-30
g10: Change tofu_register & tofu_get_validity to process multiple uids.
Neal H. Walfield
3
-197
/
+238
2016-08-30
g10: Support nested transactions on the TOFU DB.
Neal H. Walfield
2
-20
/
+22
2016-08-30
g10: Print the info text in more situations.
Neal H. Walfield
1
-1
/
+2
2016-08-30
g10: Print the formatted text.
Neal H. Walfield
1
-1
/
+1
2016-08-30
g10: When showing a user id's trust, pass the current signature.
Neal H. Walfield
1
-1
/
+1
2016-08-29
gpg: Make decryption of -R work w/o --try-secret-key or --default-key.
Werner Koch
1
-10
/
+7
2016-08-25
gpg: Fix false negatives in Ed25519 signature verification.
Werner Koch
1
-3
/
+55
2016-08-25
common: Rename an odd named function.
Werner Koch
2
-2
/
+2
2016-08-25
gpg: New option --with-tofu-info.
Werner Koch
7
-30
/
+103
2016-08-24
gpg: Change TOFU_STATS to return timestamps.
Werner Koch
1
-32
/
+59
2016-08-18
gpg: Add import filter "drop-sig".
Werner Koch
1
-3
/
+87
2016-08-18
gpg: New option --sender
Werner Koch
3
-0
/
+35
2016-08-12
Call log_set_prefix() with human-readable labels.
Daniel Kahn Gillmor
2
-3
/
+3
2016-08-11
gpg: New option --input-size-hint.
Werner Koch
3
-2
/
+22
2016-08-10
gpg: Print the signer's UID during verification.
Werner Koch
3
-7
/
+33
2016-08-10
gpg: Remove tofu database format "split".
Werner Koch
8
-751
/
+177
2016-08-10
g10: Fix opening of trust database.
Justus Winter
1
-2
/
+2
2016-08-09
gpg: Extend the PROGRESS line to give the used unit.
Werner Koch
1
-3
/
+12
2016-08-09
Cleanup initialization of libgcrypt.
Ben Kibbey
2
-13
/
+0
2016-08-08
gpg: Cleanup of dek_to_passphrase function (part 2).
Werner Koch
7
-204
/
+46
[prev]
[next]