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
/
g10
/
tofu.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-27
gpg: Fixed i18n markup of some strings.
Werner Koch
1
-20
/
+12
2017-12-13
gpg: Return an error from hexfingerprint on malloc error.
Werner Koch
1
-25
/
+57
2017-07-10
tofu: Compare squares instead of square roots.
Marcus Brinkmann
1
-10
/
+8
2017-05-15
gpg: Do not mark ", " translatable.
Werner Koch
1
-2
/
+2
2017-05-15
common: Let format_text return an error.
Werner Koch
1
-2
/
+12
2017-04-28
Spelling fixes in docs and comments.
NIIBE Yutaka
1
-2
/
+2
2017-04-17
g10: Minor fixes.
NIIBE Yutaka
1
-1
/
+1
2017-04-12
common: Simplify format_text.
NIIBE Yutaka
1
-5
/
+5
2017-04-11
g10: Minor clean up for TOFU.
NIIBE Yutaka
1
-1
/
+1
2017-03-31
gpg: Pass CTRL to many more functions.
Werner Koch
1
-10
/
+11
2017-03-17
gpg: Make sure the conflict set includes the current key.
Neal H. Walfield
1
-3
/
+25
2017-03-08
g10: Move more flags into the flag bitfield.
Justus Winter
1
-4
/
+4
2017-03-07
Remove -I option to common.
NIIBE Yutaka
1
-8
/
+8
2017-02-21
Clean up word replication.
Yuri Chornoivan
1
-1
/
+1
2017-02-02
gpg: Don't assume that strtoul interprets "" as 0.
Neal H. Walfield
1
-2
/
+4
2017-02-02
gpg: Ensure TOFU bindings associated with UTKs are registered as usual
Neal H. Walfield
1
-6
/
+13
2017-02-02
gpg: If there is a TOFU conflict, elide the too few message warning.
Neal H. Walfield
1
-1
/
+3
2017-02-02
gpg: Only print out TOFU statistics for conflicts in interactive mode
Neal H. Walfield
1
-14
/
+69
2017-02-02
gpg: Add newline to output.
Neal H. Walfield
1
-1
/
+1
2017-02-02
gpg: Remove period at end of warning.
Neal H. Walfield
1
-1
/
+1
2017-01-02
Replace use of variable-length-arrays.
Werner Koch
1
-3
/
+3
2016-12-16
g10: Use total days, not total messages to compute TOFU validity
Neal H. Walfield
1
-12
/
+12
2016-12-16
g10: Extend TOFU_STATS to emit <sign-days> and <encyrption-days>
Neal H. Walfield
1
-16
/
+63
2016-12-16
g10: On a TOFU conflict, write the conflicting keys to the status fd
Neal H. Walfield
1
-16
/
+36
2016-12-16
g10: Add missing space.
Neal H. Walfield
1
-1
/
+1
2016-12-08
gpg: Fix the fix out-of-bounds access.
Werner Koch
1
-2
/
+2
2016-12-08
g10: Fix out-of-bounds access.
Justus Winter
1
-1
/
+1
2016-12-08
gpg: Fix portability problem.
Werner Koch
1
-2
/
+9
2016-12-06
g10: Remove dead code.
Neal H. Walfield
1
-17
/
+0
2016-12-02
g10: Improve debugging output.
Neal H. Walfield
1
-6
/
+12
2016-12-01
g10: In the TOFU module, make strings easier to translate.
Neal H. Walfield
1
-187
/
+144
2016-11-29
Improve some comments.
Neal H. Walfield
1
-17
/
+17
2016-11-29
g10: Extend TOFU_STATS to always show the validity
Neal H. Walfield
1
-11
/
+19
2016-11-22
g10: Use es_fopen instead of open.
Neal H. Walfield
1
-11
/
+10
2016-11-22
g10: If the set of UTKs changes, invalidate any changed policies.
Neal H. Walfield
1
-0
/
+149
2016-11-22
g10: Fix memory leak.
Justus Winter
1
-2
/
+0
2016-11-21
g10: Cache the effective policy. Recompute it when required.
Neal H. Walfield
1
-339
/
+487
2016-11-21
g10: Correctly parameterize ngettext.
Neal H. Walfield
1
-3
/
+6
2016-11-21
g10: Don't use the same variable for multiple SQL compiled statements
Neal H. Walfield
1
-4
/
+4
2016-11-21
g10: Add a convenience function for checking if a key is a primary key
Neal H. Walfield
1
-7
/
+6
2016-11-18
g10: Fix flags to open for lock of ToFU.
NIIBE Yutaka
1
-5
/
+2
2016-11-18
g10: Fix creating a lock for ToFU.
NIIBE Yutaka
1
-1
/
+2
2016-11-05
Change all http://www.gnu.org in license notices to https://
Werner Koch
1
-1
/
+1
2016-11-02
g10,w32: Fix build on Windows.
Justus Winter
1
-4
/
+1
2016-10-31
g10: Avoid gratuitious SQLite aborts and starving writers.
Neal H. Walfield
1
-16
/
+82
2016-10-30
g10: Avoid reading in keys when possible.
Neal H. Walfield
1
-2
/
+16
2016-10-30
g10: Fix bit setting.
Neal H. Walfield
1
-4
/
+4
2016-10-13
g10: Be more careful when checking if a binding is signed by a UTK.
Neal H. Walfield
1
-2
/
+25
2016-10-13
g10: Be more careful when checking cross signatures.
Neal H. Walfield
1
-2
/
+26
2016-10-13
g10: Still check if the key is an UTK or cross signed in batch mode.
Neal H. Walfield
1
-18
/
+13
[next]