1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-03 02:58:57 +02:00
gnupg/g10
David Shaw 421823cee3 * 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.

* 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.
2003-06-15 02:54:09 +00:00
..
armor.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
build-packet.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
ChangeLog * keylist.c (list_keyblock_colon): Don't include validity values when 2003-06-15 02:54:09 +00:00
cipher.c * options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c, sign.c, 2003-05-02 19:22:00 +00:00
comment.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
compress.c * compress.c (init_uncompress): Use a 15 bit window size so that 2003-03-10 09:59:54 +00:00
dearmor.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
decrypt.c * g10.c, options.h: New option --enable-progress-filter. 2003-04-15 15:49:41 +00:00
delkey.c * delkey.c (do_delete_key): Always allow to delete a key in batch mode 2002-08-02 10:15:39 +00:00
encode.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
encr-data.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
exec.c * build-packet.c (build_sig_subpkt): Comments. 2003-04-28 22:00:31 +00:00
exec.h * parse-packet.c (parse_key): Clear disabled flag when parsing a new key. 2003-05-11 21:10:46 +00:00
export.c * main.h, misc.c (parse_options): New general option line parser. Fix the 2003-05-31 21:44:31 +00:00
filter.h * filter.h: Remove const from WHAT. 2003-04-29 07:15:25 +00:00
free-packet.c * packet.h, pkclist.c (build_pk_list), free-packet.c 2003-01-09 04:04:55 +00:00
g10.c Make sure that only ascii is passed to isfoo functions. 2003-06-07 20:06:32 +00:00
getkey.c Make sure that only ascii is passed to isfoo functions. 2003-06-07 20:06:32 +00:00
global.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
gpgv.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
helptext.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
hkp.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
hkp.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
import.c * import.c (import_keys): Invalidate the cache so that the file 2003-06-08 21:19:20 +00:00
kbnode.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
keydb.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
keydb.h * g10.c (main): Show errors for failure in export, send-keys, recv-keys, 2003-05-03 03:17:00 +00:00
keyedit.c * keyedit.c (sign_uids): Do not sign expired uids without --expert (same 2003-06-07 22:38:15 +00:00
keygen.c Make sure that only ascii is passed to isfoo functions. 2003-06-07 20:06:32 +00:00
keyid.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keylist.c * keylist.c (list_keyblock_colon): Don't include validity values when 2003-06-15 02:54:09 +00:00
keyring.c * keyring.c (keyring_rebuild_cache): Lock the keyring while rebuilding the 2003-03-03 20:27:02 +00:00
keyring.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keyserver-internal.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keyserver.c Make sure that only ascii is passed to isfoo functions. 2003-06-07 20:06:32 +00:00
main.h * main.h, misc.c (parse_options): New general option line parser. Fix the 2003-05-31 21:44:31 +00:00
mainproc.c * keyedit.c (sign_uids): Do not sign expired uids without --expert (same 2003-06-07 22:38:15 +00:00
Makefile.am * keylist.c (list_one): Don't show the keyring filename when in 2003-05-30 22:18:31 +00:00
mdfilter.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
misc.c * main.h, misc.c (parse_options): New general option line parser. Fix the 2003-05-31 21:44:31 +00:00
mkdtemp.c * packet.h, build-packet.c (build_attribute_subpkt), exec.c (expand_args), 2002-07-01 16:40:52 +00:00
openfile.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
OPTIONS See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
options.h * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
options.skel * options.skel: Use new hkp://subkeys.pgp.net as sample keyserver since 2003-06-04 22:27:05 +00:00
packet.h * keylist.c (list_one): Don't show the keyring filename when in 2003-05-30 22:18:31 +00:00
parse-packet.c * parse-packet.c (parse): Disallow old style partial length for 2003-06-10 08:34:53 +00:00
passphrase.c Return cancel flag also for the old agent protocol. 2003-04-10 08:51:29 +00:00
photoid.c * mainproc.c (check_sig_and_print): Show sig class when verifying a sig 2003-04-27 04:10:04 +00:00
photoid.h * parse-packet.c (parse_key): Clear disabled flag when parsing a new key. 2003-05-11 21:10:46 +00:00
pipemode.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pkclist.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
plaintext.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
progress.c * sign.c (write_plaintext_packet) 2003-05-21 08:41:26 +00:00
pubkey-enc.c * pubkey-enc.c (get_it): Fix segv, test for revoked only when PK 2002-10-23 07:06:56 +00:00
pubring.asc See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
revoke.c Make sure that only ascii is passed to isfoo functions. 2003-06-07 20:06:32 +00:00
seckey-cert.c * passphrase .c (agent_get_passphrase): New arg CANCELED. 2003-04-09 15:17:20 +00:00
seskey.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
sig-check.c * keylist.c (list_one): Don't show the keyring filename when in 2003-05-30 22:18:31 +00:00
sign.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
signal.c * keylist.c (list_keyblock_colon): Don't include validity values when 2003-06-15 02:54:09 +00:00
skclist.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
status.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
status.h * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 key 2003-02-02 15:28:47 +00:00
tdbdump.c Make sure that only ascii is passed to isfoo functions. 2003-06-07 20:06:32 +00:00
tdbio.c * tdbio.c (tdbio_set_dbname): Fix assertion failure with 2003-01-12 15:08:16 +00:00
tdbio.h * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
textfilter.c * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c, 2003-05-22 03:00:23 +00:00
trustdb.c * g10.c (main): New --gnupg option to disable the various --openpgp, 2003-05-09 16:05:24 +00:00
trustdb.h * g10.c (main): New --gnupg option to disable the various --openpgp, 2003-05-09 16:05:24 +00:00
verify.c * g10.c, options.h: New option --enable-progress-filter. 2003-04-15 15:49:41 +00:00