1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-31 22:18:03 +02:00
gnupg/g10
Werner Koch 5dfd5a6dac * pkclist.c (do_we_trust_pre): Changed the wording of a warning.
* encode.c (encode_simple,encode_crypt): Use new style CTB for
compressssed packets when using MDC.  We need to do this so that
concatenated messages are properly decrypted.  Old style
compression assumes that it is the last packet; given that we
can't determine the length in advance, the uncompressor does not
know where to start.  Actually we should use the new CTB always
but this would break PGP 2 compatibility.
* parse-packet.c (parse): Special treatment for new style CTB
compressed packets.

* build-packet.c (do_mdc): Removed. Was not used.
(do_encrypted_mdc): Count the version number and the MDC packet.
2002-08-30 16:34:13 +00:00
..
armor.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
build-packet.c * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
ChangeLog * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
cipher.c * encode.c (encode_simple): Fix problem with using compression algo 2 and 2002-08-13 19:00:23 +00:00
comment.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
compress.c * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
dearmor.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
decrypt.c Update head to match stable 1.0 2002-06-29 13:46:34 +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 * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
encr-data.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
exec.c * options.h, g10.c (main), mainproc.c (proc_encrypted): Return a 2002-07-30 16:48:21 +00:00
exec.h * options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c (main), 2002-07-24 19:24:08 +00:00
export.c * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments. 2002-08-20 12:45:57 +00:00
filter.h * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
free-packet.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
g10.c * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into 2002-08-22 17:47:42 +00:00
getkey.c * sig-check.c (do_check, do_check_messages): Emit the usual sig warnings 2002-08-23 20:59:48 +00:00
global.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
gpgv.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
helptext.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
hkp.c * hkp.c (parse_hkp_index, dehtmlize): Move HTML functionality into new 2002-08-26 19:07:59 +00:00
hkp.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
import.c * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into 2002-08-22 17:47:42 +00:00
kbnode.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keydb.c * options.skel: Some language tweaks, and remove the load-extension 2002-08-09 02:23:42 +00:00
keydb.h * getkey.c (get_user_id_native): Renamed to .. 2002-08-19 08:28:00 +00:00
keyedit.c * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments. 2002-08-20 12:45:57 +00:00
keygen.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keyid.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
keylist.c * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into 2002-08-22 17:47:42 +00:00
keyring.c * options.skel: Some language tweaks, and remove the load-extension 2002-08-09 02:23:42 +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 * sig-check.c (do_check_messages, do_check): Show keyid in error messages. 2002-08-28 19:34:58 +00:00
main.h * getkey.c (get_user_id_native): Renamed to .. 2002-08-19 08:28:00 +00:00
mainproc.c * options.h, g10.c (main), mainproc.c (proc_encrypted): --ignore-mdc-error 2002-08-06 17:57:53 +00:00
Makefile.am The big extension module removal. 2002-08-03 10:50:53 +00:00
mdfilter.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
misc.c * keyedit.c (menu_revsig): Properly show a uid is revoked without 2002-08-07 15:53:15 +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 * options.skel: Some language tweaks, and remove the load-extension 2002-08-09 02:23:42 +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 * options.h, g10.c (main), mainproc.c (proc_encrypted): --ignore-mdc-error 2002-08-06 17:57:53 +00:00
options.skel * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into 2002-08-22 17:47:42 +00:00
packet.h * packet.h, build-packet.c (build_attribute_subpkt), exec.c (expand_args), 2002-07-01 16:40:52 +00:00
parse-packet.c * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
passphrase.c * getkey.c (get_user_id_native): Renamed to .. 2002-08-19 08:28:00 +00:00
photoid.c Forgot to commit this: 2002-07-24 07:40:53 +00:00
photoid.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pipemode.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pkclist.c * pkclist.c (do_we_trust_pre): Changed the wording of a warning. 2002-08-30 16:34:13 +00:00
plaintext.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
pubkey-enc.c Update head to match stable 1.0 2002-06-29 13:46:34 +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 * revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke): Export a 2002-08-06 16:58:58 +00:00
seckey-cert.c * seckey-cert.c: Workaround to allow decryption of v3 keys created 2002-08-16 07:13:13 +00:00
seskey.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
sig-check.c * sig-check.c (do_check_messages, do_check): Show keyid in error messages. 2002-08-28 19:34:58 +00:00
sign.c * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments. 2002-08-20 12:45:57 +00:00
signal.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
skclist.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
status.c * getkey.c (get_user_id_native): Renamed to .. 2002-08-19 08:28:00 +00:00
status.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
tdbdump.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
tdbio.c * tdbio.c (tdbio_set_dbname): Create new trustdbs with user-only 2002-08-08 19:09:34 +00:00
tdbio.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
textfilter.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
trustdb.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
trustdb.h Update head to match stable 1.0 2002-06-29 13:46:34 +00:00
verify.c Update head to match stable 1.0 2002-06-29 13:46:34 +00:00