mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
f4617d97b8
unhashed signature cache any longer. * misc.c (pct_expando): Add two new expandos - signer's fingerprint (%g), and signer's primary fingerprint (%p). * Makefile.am: Include W32LIBS where appropriate. * g10.c (main): Add --rfc2440 alias for --openpgp since in a few months, they won't be the same thing. * keyserver.c (parse_keyserver_uri): Accept "http" as an alias for "hkp", since it is occasionally written that way. (keyserver_spawn): Use ascii_isspace to avoid locale issues. * keygen.c (ask_user_id): Make --allow-freeform-uid apply to the email field as well as the name field, and allow mixing fields when it is set. * options.skel: Use subkeys.pgp.net as the default keyserver. * trustdb.c (validate_one_keyblock): Certifications on revoked or expired uids do not count in the web of trust. * signal.c (init_one_signal, pause_on_sigusr, do_block): Only use sigprocmask() if we have sigset_t, and only use sigaction() if we have struct sigaction. This is for Forte c89 on Solaris which seems to define only the function call half of the two pairs by default. (pause_on_sigusr): Typo. (do_block): If we can't use sigprocmask() and sigset_t, try to get the number of signals from NSIG as well as MAXSIG, and if we can't, fail with an explanation. * signal.c, tdbio.c: Comment out the transaction code. It was not used in this version, and was causing some build problems on quasi-posix platforms (Solaris and Forte c89). * keylist.c (list_keyblock_colon): Don't include validity values when listing secret keys since they can be incorrect and/or misleading. This is a temporary kludge, and will be handled properly in 1.9/2.0. * mainproc.c (check_sig_and_print): Only show the "key available from" preferred keyserver line if the key is not currently present. * keyedit.c (sign_uids): Do not sign expired uids without --expert (same behavior as revoked uids). Do not allow signing a user ID without a self-signature. --expert overrides. Add additional prompt to the signature level question. (menu_expire): When changing expiration dates, don't replace selfsigs on revoked uids since this would effectively unrevoke them. There is also no point in replacing expired selfsigs. This is bug #181 * g10.c (add_notation_data): Make sure that only ascii is passed to iscntrl. Noted by Christian Biere. * getkey.c (classify_user_id2): Replaced isspace by spacep * keygen.c (ask_user_id): Ditto. (get_parameter_algo): Ditto. * keyedit.c (keyedit_menu): Ditto. * tdbdump.c (import_ownertrust): Ditto. s/isxdigit/hexdigitp/. * revoke.c (ask_revocation_reason): * keyserver.c (keyserver_spawn): Dito. |
||
---|---|---|
.. | ||
armor.c | ||
build-packet.c | ||
ChangeLog | ||
cipher.c | ||
comment.c | ||
compress.c | ||
dearmor.c | ||
decrypt.c | ||
delkey.c | ||
encode.c | ||
encr-data.c | ||
exec.c | ||
exec.h | ||
export.c | ||
filter.h | ||
free-packet.c | ||
g10.c | ||
getkey.c | ||
global.h | ||
gpgv.c | ||
helptext.c | ||
import.c | ||
kbnode.c | ||
keydb.c | ||
keydb.h | ||
keyedit.c | ||
keygen.c | ||
keyid.c | ||
keylist.c | ||
keyring.c | ||
keyring.h | ||
keyserver-internal.h | ||
keyserver.c | ||
main.h | ||
mainproc.c | ||
Makefile.am | ||
mdfilter.c | ||
misc.c | ||
mkdtemp.c | ||
openfile.c | ||
OPTIONS | ||
options.h | ||
options.skel | ||
packet.h | ||
parse-packet.c | ||
passphrase.c | ||
photoid.c | ||
photoid.h | ||
pipemode.c | ||
pkclist.c | ||
plaintext.c | ||
progress.c | ||
pubkey-enc.c | ||
pubring.asc | ||
revoke.c | ||
seckey-cert.c | ||
seskey.c | ||
sig-check.c | ||
sign.c | ||
signal.c | ||
skclist.c | ||
status.c | ||
status.h | ||
tdbdump.c | ||
tdbio.c | ||
tdbio.h | ||
textfilter.c | ||
trustdb.c | ||
trustdb.h | ||
verify.c |