diff options
| author | David Shaw <[email protected]> | 2003-08-21 23:20:58 +0000 |
|---|---|---|
| committer | David Shaw <[email protected]> | 2003-08-21 23:20:58 +0000 |
| commit | d8273544e1474c773c1752b51f1cf98214646fb8 (patch) | |
| tree | 445fc374beb4f22c9caf33fe9f54e432f16f4041 /g10/options.skel | |
| parent | * packet.h, sig-check.c (signature_check2, do_check, do_check_messages): (diff) | |
| download | gnupg-d8273544e1474c773c1752b51f1cf98214646fb8.tar.gz gnupg-d8273544e1474c773c1752b51f1cf98214646fb8.zip | |
* gpgv.c: Remove extra semicolon (typo).
* options.skel: Note that keyserver.pgp.com isn't synchronized, and
explain the roundrobin a bit better.
* sig-check.c (check_key_signature2), import.c (import_one,
import_revoke_cert, chk_self_sigs, delete_inv_parts, collapse_uids,
merge_blocks): Make much quieter during import of slightly munged, but
recoverable, keys. Use log_error for unrecoverable import failures.
* keyring.c (keyring_rebuild_cache): Comment.
* sign.c (mk_notation_and_policy): Making a v3 signature with notations or
policy urls is an error, not an info (i.e. increment the errorcount).
Don't print the notation or policy url to stdout since it can be mixed
into the output stream when piping and munge the stream.
Diffstat (limited to 'g10/options.skel')
| -rw-r--r-- | g10/options.skel | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/g10/options.skel b/g10/options.skel index c03221ff3..3d15f811c 100644 --- a/g10/options.skel +++ b/g10/options.skel @@ -109,8 +109,12 @@ # regarding proxies (keyserver option honor-http-proxy) # # Most users just set the name and type of their preferred keyserver. -# Most servers do synchronize with each other and DNS round-robin may -# give you a quasi-random server each time. +# Note that most servers (with the notable exception of +# ldap://keyserver.pgp.com) synchronize changes with each other. Note +# also that a single server name may actually point to multiple +# servers via DNS round-robin. hkp://subkeys.pgp.net is an example of +# such a "server", which spreads the load over a number of physical +# servers. keyserver hkp://subkeys.pgp.net #keyserver mailto:[email protected] |
