1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-03 02:58:57 +02:00
gnupg/g10
Timo Schulz 5f3acaffa9 2002-05-31 Timo Schulz <ts@winpt.org>
* pkclist.c (do_show_revocation_reason): Don't use capital
        letters for non-interactive output.
        (show_revocation_reason): Now it is global.
        * pubkey-enc.c (get_it): Show if the key has been revoked.
2002-05-31 09:23:24 +00:00
..
armor.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
build-packet.c * build-packet.c (build_sig_subpkt): Handle setting sig flags for certain 2002-05-28 03:10:00 +00:00
ChangeLog 2002-05-31 Timo Schulz <ts@winpt.org> 2002-05-31 09:23:24 +00:00
cipher.c * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and "no-mdc" 2002-05-29 20:52:51 +00:00
comment.c See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch 1998-12-23 12:41:40 +00:00
compress.c * getkey.c (merge_selfsigs_main): Make sure the revocation key list starts 2002-05-09 19:57:08 +00:00
dearmor.c Changed and added copyright notices 2001-03-08 14:33:24 +00:00
decrypt.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
delkey.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
encode.c * encode.c (encode_simple): Intialize PKT when --no-literal is used. 2002-05-29 13:44:19 +00:00
encr-data.c Merged in my changes, after disk crash. Fortunately the CVS was not 2002-04-08 15:10:51 +00:00
exec.c * options.h, exec.c: Add some debugging info, using the 1024 debug flag. 2002-05-29 18:46:49 +00:00
exec.h * photoid.c (show_photos): Use the long keyid as the filename for the 2002-05-13 20:44:30 +00:00
export.c * export.c (do_export_stream): Warn the user when exporting a secret key 2002-05-07 15:21:57 +00:00
filter.h Merged in my changes, after disk crash. Fortunately the CVS was not 2002-04-08 15:10:51 +00:00
free-packet.c * keyedit.c (show_key_with_all_names_colon): New. 2002-05-28 08:27:45 +00:00
g10.c * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and "no-mdc" 2002-05-29 20:52:51 +00:00
getkey.c * gpgv.c: Add stub for get_ownertrust(). 2002-05-17 18:49:30 +00:00
global.h Revamped the keyring code 2001-09-06 17:10:00 +00:00
gpgd.c Fixed copyright year lists according to CVS and ChangeLogs 2001-04-29 14:08:29 +00:00
gpgv.c * gpgv.c: Add stub for get_ownertrust(). 2002-05-17 18:49:30 +00:00
helptext.c * keygen.c (get_parameter_algo): Never allow generation of the 2002-05-07 07:24:29 +00:00
hkp.c fixes for M_DEBUG, strcasecmp and RISC OS 2002-05-10 17:28:32 +00:00
hkp.h Treat key lists internally as fingerprints when possible. All this is via 2002-02-26 01:00:12 +00:00
import.c * import.c (import_one): When merging with a key we already have, don't 2002-05-05 19:44:22 +00:00
kbnode.c MDC feature support and other stuff 2001-08-30 16:39:23 +00:00
keydb.c * g10.c (main): Do not register the secret keyrings for certain 2002-01-05 18:57:54 +00:00
keydb.h 2002-05-31 Timo Schulz <ts@winpt.org> 2002-05-31 09:23:24 +00:00
keyedit.c * keyedit.c (show_key_with_all_names_colon): Renamed the record 2002-05-29 11:27:08 +00:00
keygen.c * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and "no-mdc" 2002-05-29 20:52:51 +00:00
keyid.c RISC OS specific changes 2002-04-22 15:49:31 +00:00
keylist.c * photoid.h, photoid.c (parse_image_header, image_type_to_string): Useful 2002-05-02 20:47:23 +00:00
keyring.c Merged in my changes, after disk crash. Fortunately the CVS was not 2002-04-08 15:10:51 +00:00
keyring.h Fixed the Read-Only keyring bug and changed the way the keydb interface 2001-10-18 11:56:03 +00:00
keyserver-internal.h Some minor fixes for revocation keys: print a warning if a key is imported 2002-03-07 19:44:57 +00:00
keyserver.c * keyserver.c (keyserver_export): Get confirmation before sending 2002-05-11 12:33:13 +00:00
ks-proto.c Fixed copyright year lists according to CVS and ChangeLogs 2001-04-29 14:08:29 +00:00
ks-proto.h Fixed copyright year lists according to CVS and ChangeLogs 2001-04-29 14:08:29 +00:00
main.h * sign.c (mk_notation_and_policy): Include secret key to enable %s 2002-05-27 01:00:11 +00:00
mainproc.c * mainproc.c (proc_symkey_enc): Avoid segv in case the parser 2002-05-11 16:54:43 +00:00
Makefile.am Merged in my changes, after disk crash. Fortunately the CVS was not 2002-04-08 15:10:51 +00:00
mdfilter.c Changed and added copyright notices 2001-03-08 14:33:24 +00:00
misc.c * sign.c (mk_notation_and_policy): Include secret key to enable %s 2002-05-27 01:00:11 +00:00
mkdtemp.c Some tweaks - copyleft info for mkdtemp.c, and header pruning in photoid.c 2001-12-25 18:04:09 +00:00
openfile.c Applied Stefan's patches to support RISCOS. 2001-08-20 11:53:05 +00:00
OPTIONS See ChangeLog: Wed Mar 22 13:50:24 CET 2000 Werner Koch 2000-03-22 12:45:04 +00:00
options.h * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and "no-mdc" 2002-05-29 20:52:51 +00:00
options.skel * options.skel: keyserver.pgp.com is gone, so list pgp.surfnet.nl as a 2002-05-15 13:15:27 +00:00
packet.h * build-packet.c (build_sig_subpkt): Handle setting sig flags for certain 2002-05-28 03:10:00 +00:00
parse-packet.c * sign.c (write_signature_packets, sign_file, clearsign_file, 2002-05-30 22:58:19 +00:00
passphrase.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
photoid.c * photoid.c (show_photos): Use the long keyid as the filename for the 2002-05-13 20:44:30 +00:00
photoid.h * photoid.h, photoid.c (parse_image_header, image_type_to_string): Useful 2002-05-02 20:47:23 +00:00
pipemode.c Improved pipemode and tweaked handling of multiple signatures. 2001-04-05 12:21:43 +00:00
pkclist.c 2002-05-31 Timo Schulz <ts@winpt.org> 2002-05-31 09:23:24 +00:00
plaintext.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
pubkey-enc.c 2002-05-31 Timo Schulz <ts@winpt.org> 2002-05-31 09:23:24 +00:00
pubring.asc See ChangeLog: Fri Nov 12 20:33:19 CET 1999 Werner Koch 1999-11-12 19:32:00 +00:00
revoke.c * main.h, g10.c (main), revoke.c (gen_desig_revoke): Generate a designated 2002-05-19 15:04:04 +00:00
seckey-cert.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
seskey.c * seskey.c (encode_md_value): Print an error message if a wrong 2002-04-18 19:38:34 +00:00
sig-check.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
sign.c * sign.c (write_signature_packets, sign_file, clearsign_file, 2002-05-30 22:58:19 +00:00
signal.c * signal.c (got_fatal_signal): Don't write the Nul to stderr. 2002-05-21 05:33:17 +00:00
skclist.c calculate time of next trustdb check 2001-09-28 17:00:00 +00:00
status.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
status.h Add KEYEXPIRED, EXPSIG, and EXPKEYSIG. Add 2002-04-10 04:21:26 +00:00
tdbdump.c make check does work again 2001-09-28 10:43:03 +00:00
tdbio.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
tdbio.h Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
textfilter.c Changed and added copyright notices 2001-03-08 14:33:24 +00:00
trustdb.c Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
trustdb.h Added a copyright year for files changed this year. 2002-04-29 14:42:34 +00:00
verify.c New command (encrypt-files). 2002-01-03 19:47:20 +00:00