mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-08 17:43:04 +01:00
See ChangeLog: Sat Dec 4 15:32:20 CET 1999 Werner Koch
This commit is contained in:
parent
8eec0983f6
commit
5553cc985e
2
AUTHORS
2
AUTHORS
@ -4,7 +4,7 @@ Authors of GNU Privacy Guard (GnuPG)
|
|||||||
GNUPG Werner Koch 1998-02-23
|
GNUPG Werner Koch 1998-02-23
|
||||||
Assigns GNU Privacy Guard and future changes.
|
Assigns GNU Privacy Guard and future changes.
|
||||||
werner.koch@guug.de
|
werner.koch@guug.de
|
||||||
Designed and implemented GnuPG.
|
Designed and implemented GnuPG and is the current maintainer.
|
||||||
|
|
||||||
|
|
||||||
GNUPG Matthew Skala 1998-08-10
|
GNUPG Matthew Skala 1998-08-10
|
||||||
|
9
README
9
README
@ -1,3 +1,5 @@
|
|||||||
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
|
|
||||||
GnuPG - The GNU Privacy Guard
|
GnuPG - The GNU Privacy Guard
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Version 1.0
|
Version 1.0
|
||||||
@ -508,3 +510,10 @@
|
|||||||
Commercial grade support for GnuPG is available; please see
|
Commercial grade support for GnuPG is available; please see
|
||||||
the GNU service directory or search other resources.
|
the GNU service directory or search other resources.
|
||||||
|
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQB1AwUBOEkX0B0Z9MEMmFelAQE2aQL/bo8po/atFACnG7eZBodfV0ikE+PFynOf
|
||||||
|
uzQjirp00hSFwP8jMmv+ccnlyZkHRwrhl/Xc8GCmmeATwtb1fuAWvCO51T1YIv3i
|
||||||
|
+K8Y6ThnQxG6TS0A/DBcoxwKpT7jEEPG
|
||||||
|
=WYfE
|
||||||
|
-----END PGP SIGNATURE-----
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Sat Dec 4 15:32:20 CET 1999 Werner Koch <wk@gnupg.de>
|
||||||
|
|
||||||
|
* trustdb.c (verify_key): Shortcut for ultimately trusted keys.
|
||||||
|
|
||||||
Sat Dec 4 12:30:28 CET 1999 Werner Koch <wk@gnupg.de>
|
Sat Dec 4 12:30:28 CET 1999 Werner Koch <wk@gnupg.de>
|
||||||
|
|
||||||
* pkclist.c (build_pk_list): Validate the trust using the namehash
|
* pkclist.c (build_pk_list): Validate the trust using the namehash
|
||||||
|
@ -2082,8 +2082,12 @@ verify_key( int max_depth, TRUSTREC *drec, const char *namehash,
|
|||||||
if( !tree )
|
if( !tree )
|
||||||
return TRUST_UNDEFINED;
|
return TRUST_UNDEFINED;
|
||||||
pv_result = propagate_validity( tree, tree, add_fnc, retflgs );
|
pv_result = propagate_validity( tree, tree, add_fnc, retflgs );
|
||||||
if( namehash ) {
|
if( namehash && tree->n.k.validity != TRUST_ULTIMATE ) {
|
||||||
/* find the matching user id.
|
/* find the matching user id.
|
||||||
|
* We don't do this here if the key is ultimately trusted; in
|
||||||
|
* this case there will be no lits od user IDs and frankly
|
||||||
|
* it doe not make sense to compare by the name if we do
|
||||||
|
* have the secret key.
|
||||||
* fixme: the way we handle this is too inefficient */
|
* fixme: the way we handle this is too inefficient */
|
||||||
TN ur;
|
TN ur;
|
||||||
TRUSTREC rec;
|
TRUSTREC rec;
|
||||||
|
559
po/es_ES.po
559
po/es_ES.po
File diff suppressed because it is too large
Load Diff
559
po/pt_BR.po
559
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
559
po/pt_PT.po
559
po/pt_PT.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user