Ronny Haryanto [Thu, 16 May 2002 13:02:08 +0000 (13:02 +0000)]
Triple-DES, not Tripple-DES.
Toomas Soome [Mon, 13 May 2002 20:18:44 +0000 (20:18 +0000)]
update
Vsevolod Volkov [Mon, 13 May 2002 20:18:17 +0000 (20:18 +0000)]
update
Jörgen Tegnér [Mon, 13 May 2002 20:14:50 +0000 (20:14 +0000)]
update
Thomas Roessler [Thu, 9 May 2002 09:52:09 +0000 (09:52 +0000)]
#1190, from Tim Alexeevsky <tim@zhuchka.gbnet.net>
Thomas Roessler [Thu, 2 May 2002 01:05:27 +0000 (01:05 +0000)]
Include smime.h with EXRA_DIST.
convert-repo [Thu, 1 Mar 2007 19:20:08 +0000 (19:20 +0000)]
update tags
Thomas Roessler [Wed, 1 May 2002 23:24:11 +0000 (23:24 +0000)]
automatic post-release commit for mutt-1.5.1
Thomas Roessler [Wed, 1 May 2002 23:21:10 +0000 (23:21 +0000)]
Shut up check_sec.sh. No security holes, but some ugly code.
Thomas Roessler [Wed, 1 May 2002 23:20:56 +0000 (23:20 +0000)]
Give all the warnings at once.
Thomas Roessler [Wed, 1 May 2002 23:14:49 +0000 (23:14 +0000)]
- This is a development branch.
- Add a -nodiff option to suppress generating a patch.
Thomas Roessler [Mon, 29 Apr 2002 17:12:00 +0000 (17:12 +0000)]
Fix #1171.
Vincent Lefevre [Mon, 29 Apr 2002 12:26:23 +0000 (12:26 +0000)]
update.
oota toshiya [Mon, 29 Apr 2002 12:25:24 +0000 (12:25 +0000)]
update.
Byrial Jensen [Mon, 29 Apr 2002 12:09:09 +0000 (12:09 +0000)]
There is a possible buffer overflow due an off-by-one error in
imap/util.c, line 125. The error is in the maximum field width
indication in the sscanf() call. You must have room in the
receiving buffer for this number of characters /plus a
terminating NULL character/.
Vsevolod Volkov [Thu, 25 Apr 2002 13:30:10 +0000 (13:30 +0000)]
Attached patch fixes the problem described below. It should be
applied to both mutt 1.3/1.4 and 1.5 branches.
> Date: Thu, 11 Apr 2002 16:24:00 -0500
> Subject: mutt 1.3.x / pop
> From: "Ryan O'Hara" <rohara@isis.visi.com>
> To: bcully@users.sourceforge.net
> User-Agent: Mutt/1.3.27i
> Hi. My apologies if this has nothing to do with you. If it does not,
> maybe you could forward it on to someone.
> In mutt 1.3.x I have noticed that if I uses POP to retrieve mail, and
> I enter an incorrect password whem prompted, it will *save* that
> password and keep trying to use it. However, in the 1.2.x versions it
> worked like this: type in wrong POP password, try to connect to POP
> server again and it will ask you (again) for the password. mutt 1.3.x
> does not, it just tries to connect with the wrongs password (which
> just failed).
> This is kinda annoying. Just thought I'd point out this regression.
> Thanks.
> R
Wouter Verheijen [Thu, 25 Apr 2002 13:28:23 +0000 (13:28 +0000)]
Someone in news:comp.mail.mutt noted that the list of command-line
options in the manual is not up-to-date.
Included a small patch that includes all options that 'mutt -h' shows.
Cedric Duval [Thu, 25 Apr 2002 13:26:26 +0000 (13:26 +0000)]
attached are fixes for some little mistakes :
* history-down -> scroll _down_, not up
* functions decode-(save|copy) do not exist in the attach menu.
* gettext oversight in pattern.c
* inconsistency between "printf-like sequences" used all over the
place and "escape sequences" for the description of $attribution.
Thomas Roessler [Thu, 25 Apr 2002 13:24:33 +0000 (13:24 +0000)]
Also fix this for the S/MIME case.
Thomas Roessler [Thu, 25 Apr 2002 13:23:57 +0000 (13:23 +0000)]
Fiy handling of multiparts which have encrypted sub-parts, at least
for PGP.
Thomas Roessler [Thu, 25 Apr 2002 12:53:37 +0000 (12:53 +0000)]
Force 7bit encoding for application/pgp-keys.
Thomas Roessler [Sat, 20 Apr 2002 08:14:59 +0000 (08:14 +0000)]
Generate the resent-message-id ourselves, and add it in the top of
the header.
Wouter Verheijen [Sat, 20 Apr 2002 08:11:13 +0000 (08:11 +0000)]
Bug #571 "mutt should not replicate ">From " headers while bounding",
has a patch attached.
Will that patch get in?
Although these lines are not generated by mutt, I would strongly
suggest
to prevent it, because by boucing a mail the MUA should ensure
that the message header is according to the specification.
A ">From " line is not, because of the spaces before a colon.
Because this has such serious consequences (totally unreadable mail)
when a MTA interpretes this line as the beginning of the body (not
unreasonable), I think Mutt should prevent sending this invalid
headerline.
Because the other patch to the bugreport is not really correct IMHO
(because the fieldnames are not limited to alphanumeric chars, RFC2822
3.6.8), I propose another one.
This patch also appends Resent-* to the header, instead of
prepending it. The Resent-Message-Id is however still appended,
because I could not find it; is it added by the MTA instead of by
Mutt?
Vincent Lefevre [Wed, 17 Apr 2002 17:05:54 +0000 (17:05 +0000)]
Update.
Brendan Cully [Sun, 7 Apr 2002 19:21:45 +0000 (19:21 +0000)]
The attached patch cleans up some bugs in switching IMAP mailboxes:
* free current flags on mailbox close
* reset reopen state
* don't parse the same untagged SELECT response for multiple options
* call mx_update_context after reading the whole mailbox, not after
each message
* reset new mail flag if mail arrives in the middle of opening the
mailbox. This should close 1139
939 is most likely unaffected. I discovered these problems while
investigating 939.
TAKAHASHI Tamotsu [Fri, 5 Apr 2002 10:42:54 +0000 (10:42 +0000)]
update.
Im Eunjea [Thu, 4 Apr 2002 20:49:46 +0000 (20:49 +0000)]
Update.
TAKAHASHI Tamotsu [Thu, 4 Apr 2002 06:50:52 +0000 (06:50 +0000)]
Update.
Thomas Roessler [Thu, 4 Apr 2002 06:50:12 +0000 (06:50 +0000)]
Fix a typo noted by Tamotsu Takahashi.
Thomas Roessler [Wed, 3 Apr 2002 15:22:27 +0000 (15:22 +0000)]
Fix printing of format=flowed text parts.
Thomas Roessler [Wed, 3 Apr 2002 10:51:24 +0000 (10:51 +0000)]
Fix a file descriptor leak in the display filter code. Noted by
Chr. v. Stuckrad.
fixes: #1144
Thomas Roessler [Sat, 30 Mar 2002 08:25:13 +0000 (08:25 +0000)]
Update; From Vincent Lefevre.
Thomas Roessler [Sat, 30 Mar 2002 08:24:16 +0000 (08:24 +0000)]
The attached patch allows the user to override the user-agent field
with my_hdr. It also removes the stripping of the x-mailer field
when recalling a postponed message.
Thomas Roessler [Thu, 28 Mar 2002 13:25:22 +0000 (13:25 +0000)]
patch-1.3.28-me.emptycheck.1
Thomas Roessler [Wed, 27 Mar 2002 08:50:42 +0000 (08:50 +0000)]
There was some output missing.
Thomas Roessler [Wed, 27 Mar 2002 08:44:17 +0000 (08:44 +0000)]
update.
Thomas Roessler [Wed, 27 Mar 2002 01:23:11 +0000 (01:23 +0000)]
More fixes. Note to self: The code which controls character set
selection for attachments is far too complicated.
Thomas Roessler [Wed, 27 Mar 2002 00:58:05 +0000 (00:58 +0000)]
Don't include temporary file names in the Content-Disposition header.
Thomas Roessler [Wed, 27 Mar 2002 00:49:10 +0000 (00:49 +0000)]
Use text/plain; format=... when we are asked to detect inline PGP
material in in text/plain body parts.
Thomas Roessler [Wed, 27 Mar 2002 00:39:26 +0000 (00:39 +0000)]
Fix encoder mode for text/plain; action=pgp-*.
Thomas Roessler [Wed, 27 Mar 2002 00:11:55 +0000 (00:11 +0000)]
Fix "noconv" handling for the message body when we generate inline
PGP.
Thomas Roessler [Wed, 27 Mar 2002 00:07:53 +0000 (00:07 +0000)]
Some hackisch charset handling for text/plain; x-action=pgp-*. I
don't like this stuff, but it's better than nothing.
Thomas Roessler [Tue, 26 Mar 2002 22:25:48 +0000 (22:25 +0000)]
Change x-action values to "pgp-encrypted", "pgp-signed".
Thomas Roessler [Tue, 26 Mar 2002 22:23:57 +0000 (22:23 +0000)]
More inline PGP changes.
Thomas Roessler [Tue, 26 Mar 2002 21:08:17 +0000 (21:08 +0000)]
Also permit for "action" and "x-action" on the receiving end, just
in case we can settle on a joint standard with other MUA developers.
Thomas Roessler [Tue, 26 Mar 2002 20:34:23 +0000 (20:34 +0000)]
OK, I'm giving up: pgp_create_traditional now creates text/plain;
x-mutt-action={pgp-encrypt,pgp-sign}.
Thomas Roessler [Tue, 26 Mar 2002 19:57:20 +0000 (19:57 +0000)]
Fix application/pgp signatures.
Thomas Roessler [Tue, 26 Mar 2002 09:50:06 +0000 (09:50 +0000)]
Fix iconv warnings; from Edmund Grimley Evans.
Thomas Roessler [Tue, 26 Mar 2002 09:23:54 +0000 (09:23 +0000)]
Please use ascii_strcasecmp() if you want to compare ASCII parameter
strings. mutt_strcasecmp() depends on the locale, and detects "i"
and "I" as _different_ in Turkish locales.
Thomas Roessler [Mon, 25 Mar 2002 11:34:40 +0000 (11:34 +0000)]
Fix S/MIME signature type. Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.
Thomas Roessler [Mon, 25 Mar 2002 11:30:20 +0000 (11:30 +0000)]
close 1103; from Brendan Cully
Thomas Roessler [Mon, 25 Mar 2002 11:30:00 +0000 (11:30 +0000)]
close 1122; from Brendan Cully
Thomas Roessler [Mon, 25 Mar 2002 11:29:20 +0000 (11:29 +0000)]
Fix #872, from Brendan Cully.
Thomas Roessler [Mon, 25 Mar 2002 10:13:28 +0000 (10:13 +0000)]
Include a test script by Mike Schiraldi. It's perl > the one I have
installed, so I'm just putting it into contrib for now.
Thomas Roessler [Wed, 20 Mar 2002 09:53:19 +0000 (09:53 +0000)]
Rename the new M_NEW by M_NEWFOLDER. There was another constant of
the same name. Problem noted by Will Yardley's compiler.
Thomas Roessler [Tue, 19 Mar 2002 09:52:19 +0000 (09:52 +0000)]
update
Thomas Roessler [Mon, 18 Mar 2002 18:54:56 +0000 (18:54 +0000)]
Should fix #1115. BACKPORT!
Thomas Roessler [Fri, 15 Mar 2002 09:11:05 +0000 (09:11 +0000)]
update from oota toshiya.
Thomas Roessler [Wed, 13 Mar 2002 23:43:41 +0000 (23:43 +0000)]
Undoing the previous patch. It was junk, and may ruin files.
Thomas Roessler [Wed, 13 Mar 2002 23:34:58 +0000 (23:34 +0000)]
Don't fopen mail folders in append mode where we should safe_fopen()
them in write mode. Debian bug #138200, noted by Colin Philipps
<cph@cph.demon.co.uk>.
NEEDS BACKPORTING.
Thomas Roessler [Wed, 13 Mar 2002 12:31:01 +0000 (12:31 +0000)]
Assorted patches from Mike Schiraldi.
Thomas Roessler [Sat, 2 Mar 2002 12:11:33 +0000 (12:11 +0000)]
Introduce smime_default_key. From Oliver Ehli.
Thomas Roessler [Sat, 2 Mar 2002 09:17:40 +0000 (09:17 +0000)]
smime.c:
- the getkeys() function was broken and deleted the last char
of the certfilename
- it now lets me use more than one key for the same mailbox
ie select these.
- some display output was garbled when the email didn't match.
i posted some fix to mutt-users, but i don't like that sleep()
so i dropped the first error message, which basically repeated
the from/sender field only. so now there's just the message: they
don't match.
smime_keys:
- i modified the add_chain to continue even if no roo-cert
is present (david collantes received som chain that got
exported from outlook. obiously they don't (always ?)
include the root cert) it will now abort if neither root
nor intermediate certs are present.
- add_cert created index entries with '-' as issuer cert, when
it should have been '?'. thus verify would fail. (obviously
nobody ever used that command (add_cert, that is) :)
the feature above obsoletes the hash_cert and fingerprint_cert commands,
adds import_cert command and ask_cert_label bool. i modified the output
of smime_keys (a little) so it doesn't look too garbled when supplying
the label (it is actually interactive :) furthermore, i do a verify
after the cert was added and modified the verify routine to make the
cerificate trusted in case of success. (we discussed this in another
message) that is ok so far, but perhaps this requires some better root
certificate handling, ie the trust should be somehow connected to the
root certificate, that maybe added (if the user trusts it and its not
present already) to the ca-file. i'll think about that some more ... but
then, there already is the add_root command. hmmm... (btw, you'll now
never get asked to trust a certificate)
i have not yet deleted the email handling from the import key stuff (in
smime.c/crypt.c), for i'm thinking about smime_keys using it as an
additional arg. otoh i don't think users would press ^k if verification
failed...hmmm... but still, smime_keys does extract the email from the
certificate either way and does verify it by itself, so the only thing
that would happen is to have some invalid certificates, that mutt'll
refuse to use anyways, left in the database....
(From Oliver Ehli.)
Thomas Roessler [Thu, 28 Feb 2002 23:28:51 +0000 (23:28 +0000)]
Turn on incremental threading again.
Thomas Roessler [Thu, 28 Feb 2002 12:57:13 +0000 (12:57 +0000)]
The script will try to pick out the end-user cert and pass that to
openssl. The code which tells the difference may not be perfect. It
works with all the certs in my collection, though. I won't be at all
surprised if someone comes across a cert chain which confuses it,
but it should print out an error in that case. Hopefully they will
send us the chain so we can adjust our code.
(From Mike Schiraldi.)
Thomas Roessler [Thu, 28 Feb 2002 08:23:59 +0000 (08:23 +0000)]
$narrow_tree; fater redrawing when changing tree options. From
Daniel Eisenbud.
Thomas Roessler [Thu, 28 Feb 2002 07:58:56 +0000 (07:58 +0000)]
Threading enhancements from Daniel Eisenbud.
Thomas Roessler [Tue, 26 Feb 2002 10:58:56 +0000 (10:58 +0000)]
update
Thomas Roessler [Tue, 26 Feb 2002 10:39:25 +0000 (10:39 +0000)]
Fix a typo. #1069.
Thomas Roessler [Tue, 26 Feb 2002 10:38:43 +0000 (10:38 +0000)]
Brendan Cully sent a patch.
Thomas Roessler [Tue, 26 Feb 2002 10:38:02 +0000 (10:38 +0000)]
Fix a typo. From Edmund Grimley Evans.
Thomas Roessler [Tue, 26 Feb 2002 10:37:08 +0000 (10:37 +0000)]
CAPA response tags are case-insensitive. Noted by Michael Vore,
patch from Vsevolod Volkov.
Thomas Roessler [Mon, 18 Feb 2002 14:55:31 +0000 (14:55 +0000)]
Fix for #1047. From Michael Elkins.
Thomas Roessler [Thu, 14 Feb 2002 11:22:51 +0000 (11:22 +0000)]
Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED.
Thomas Roessler [Wed, 13 Feb 2002 12:04:52 +0000 (12:04 +0000)]
mutt_any_key() shouldn't be used in curses mode.
Thomas Roessler [Wed, 13 Feb 2002 11:33:16 +0000 (11:33 +0000)]
Change the default format to be more friendly to "0-line messages",
and fix optional expansion for %l - it was the wrong way around.
Also, add a hack to parse.c so we ignore negative values in Lines
headers.
Thomas Roessler [Wed, 13 Feb 2002 11:12:09 +0000 (11:12 +0000)]
Undo the %l fix. It broke things.
Thomas Roessler [Wed, 13 Feb 2002 09:53:33 +0000 (09:53 +0000)]
Fix mutt_pad_string; from Edmund Grimley Evans. (MAY NEED TO BE
BACKPORTED.)
Thomas Roessler [Wed, 13 Feb 2002 09:34:20 +0000 (09:34 +0000)]
Report libiconv version.
Thomas Roessler [Tue, 12 Feb 2002 21:54:41 +0000 (21:54 +0000)]
Improve %l's behaviour.
Thomas Roessler [Tue, 12 Feb 2002 20:45:47 +0000 (20:45 +0000)]
Mike Schiraldi's daily S/MIME patch.
Thomas Roessler [Mon, 11 Feb 2002 17:31:53 +0000 (17:31 +0000)]
This patch gets rid of an ugly static variable in smime.c. (From
Mike Schiraldi.)
Thomas Roessler [Mon, 11 Feb 2002 10:03:17 +0000 (10:03 +0000)]
This patch lets smime_keys.pl automagically handle both formats of
x509 certificate -- PEM (text) and DER (binary). This lets Outlook
users (and probably others) directly import the certs without first
converting them manually. (From Mike Schiraldi.)
Thomas Roessler [Mon, 11 Feb 2002 09:59:43 +0000 (09:59 +0000)]
Honor current values of $LIBS and $CPPFLAGS. From Thomas Dickey.
Thomas Roessler [Mon, 11 Feb 2002 09:58:46 +0000 (09:58 +0000)]
patch-1.3.27.me.initsort.1
Thomas Roessler [Thu, 7 Feb 2002 21:48:42 +0000 (21:48 +0000)]
Another S/MIME patch from Mike Schiraldi.
Thomas Roessler [Thu, 7 Feb 2002 16:33:30 +0000 (16:33 +0000)]
Fix smime_keys.
Thomas Roessler [Thu, 7 Feb 2002 15:45:06 +0000 (15:45 +0000)]
S/MIME fixes from Mike Schiraldi.
Thomas Roessler [Thu, 7 Feb 2002 09:17:52 +0000 (09:17 +0000)]
Make S/MIME messages translatable.
Thomas Roessler [Wed, 6 Feb 2002 19:14:47 +0000 (19:14 +0000)]
Avoid a warning on some machines.
Thomas Roessler [Wed, 6 Feb 2002 08:58:56 +0000 (08:58 +0000)]
Make some scanf formats safe.
Thomas Roessler [Tue, 5 Feb 2002 22:01:06 +0000 (22:01 +0000)]
The previous fix was complete nonsense. What a day. :-(
Thomas Roessler [Tue, 5 Feb 2002 21:31:02 +0000 (21:31 +0000)]
Use strcoll for the file browser. From David Champion.
Thomas Roessler [Tue, 5 Feb 2002 21:30:31 +0000 (21:30 +0000)]
Fix crypt-hook. From Dale Woolridge
<dale-list-mutt-dev@woolridge.org>.
Thomas Roessler [Tue, 5 Feb 2002 16:11:19 +0000 (16:11 +0000)]
Clean-up from Mike Schiraldi.
Thomas Roessler [Tue, 5 Feb 2002 15:26:44 +0000 (15:26 +0000)]
Fix another IMAP browsing bug.
Thomas Roessler [Tue, 5 Feb 2002 14:27:10 +0000 (14:27 +0000)]
update
Thomas Roessler [Tue, 5 Feb 2002 14:22:57 +0000 (14:22 +0000)]
Don't put garbage onto the screen when trying to decrypt messages.
Thomas Roessler [Tue, 5 Feb 2002 13:07:27 +0000 (13:07 +0000)]
S/MIME fixes from Oliver Ehli:
- smime_keys.pl:
support for multiple email adrresses in cert: will add one entry
to {keys, cetrificates}/.index now (for each mailbox)
support for certificates without intermediate certs (e.g. for
people who are their own CA: use root as intermediate, for it
probably wouldn't be known to anyone...)
bugfix in handle_pem: the checks if some type of cert is present;
die() could never be reached, as the variables checked wouldn't
have been set in that case, so it would break because of undefined
value or some such thing.... (so it has to check $iter instead)
- smime.c (init.h, ....)
support for importing certificates issued for multiple addresses.
introduced smime_fingerprint_cert_command, so finally certs can
get compared ... (so the above works..)
cleaned up some error messages, that would mess up the terminal.
fixed typos (init.h)
Thomas Roessler [Tue, 5 Feb 2002 10:51:51 +0000 (10:51 +0000)]
Fix ascii_*cmp functions. Problem noted by Brad Thompson.