summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-24Merge branch 'ical'Eduardo Chappa
2018-02-24 * remove for now files ical.c and ical.h until we get to implement aEduardo Chappa
calendar.
2018-02-12 * Crash when the body of a calendar is empty. Reported by StefanEduardo Chappa
Mueller.
2018-02-07 * Change in type of icu[6] variable in pith/ical.c from char to unsigned charEduardo Chappa
to handle UTF-8.
2018-02-03 * tcp debug can be enabled using -d tcp or -d tcpdebug. I had to do thisEduardo Chappa
because I kept writing -d tcpdebug instead of -d tcp.
2018-01-28 * Different systems implement strncpy and memmove in different ways.Eduardo Chappa
Some add trailing nulls, some don't. We tie off the forward subject at the location where it should end. Reported by Ferdinand Goldman.
2018-01-27 * Crash in forward_subject function, in the memmove function, whichEduardo Chappa
was moving memory from allocated areas. Reported by Hisashi T Fujinaka and Ferdinand Goldmann.
2018-01-26 * If a calendar entry has an entry that is not encoded in UTF-8,Eduardo Chappa
Alpine fails to parse that specific field, and may assign a value that uses unallocated memory, making Alpine crash when quitting and freeing that memory. Reported by Stefan Mueller.
2018-01-21 * If the directory where Alpine saves the certificates if empty,Eduardo Chappa
alpine would not create a self-signed certificate to encrypt the password file. Reported in comp.mail.pine by mechanic.
2018-01-14 * Change to imap4r1.c to ignore text after a reply to a STATUSEduardo Chappa
command. The Exchange server adds a white space (US-ASCII 32) at the end of the reply to a STATUS command, making the parser fail, and ignoring the reply of the STATUS command.
2018-01-09 * Change call from strncpy to memmove in pith/reply.c, in theEduardo Chappa
forward_subject function, as this causes problems with overlapping memory. The problem exists in slackware 12.4. Reported by Rich Shepard.
2018-01-08 * Make sure handles to see details of events are visible regardlessEduardo Chappa
of if the feature for activating handles in attachments is enabled or not.
2018-01-07 * Redefine TLSv1_1_client_method and TLSv1_2_client_methodEduardo Chappa
to TLS_client_methodto when compiling Alpine with OpenSSL 1.1.
2017-12-24 * A few fixes to ical.c and mailview.c to avoid memory leaks, andEduardo Chappa
add support for encodings other than quoted-printable and base64.
2017-12-24 * If the calendar invitation is part of the body of a message insteadEduardo Chappa
of an attachment, Alpine would crash. Reported by Stefan Mueller. * In the previous situation, if a DESCRIPTION is encoded in quoted printable, it needs to be decoded twice (once as part of the calendar onvitation and another as part of the DESCRIPTION text, so when decoding we need to decode quoted-printable, then remove escapes characters, then decode quoted-printable and transform \r\n to \n. Whew!)
2017-12-22 * Fix parsing of date for DTSTART and DTEND. The parser only recognizedEduardo Chappa
DATE-TIME format, now it recognizes DATE format. Reported by Holger Trapp. * Add escape parser to event location (switch "\," to "," etc.) * Start work to support reply of invitations, but then I realize that I need to start work in sending event invitations before I do that, so I will.
2017-12-14 * Add smime.c and smkeys.c to pith/makefile.wnt, and update alpine.exe.Eduardo Chappa
2017-12-14temporary commit while I update masterEduardo Chappa
2017-12-10Initial commit for branch icalEduardo Chappa
2017-12-09 * A little bit more work on the repository. We do not commit filesEduardo Chappa
generated by the configure script.
2017-12-04 * New version 2.21.99Eduardo Chappa
* The online repo does not mimic the root local directory from which it is created. This is an attempt to fix this. This caused the problem that kerberos was not working with the bytes on the repo, but it would work on the root which created it. Reported by Holger Trapp.
2017-12-02 * Actually add alpine.exe to the repositoty.Eduardo Chappa
2017-12-02 * Add /usr/local to add automatic support for ldap in Freebsd,Eduardo Chappa
in case the user has ldap installed.
2017-12-02 * Update documentation to reflect that there was a change in theEduardo Chappa
main website of distribution of Alpine.
2017-12-02 * Add binaries pico.exe, mailutil.exe, rpload.exe andd rpdump.exeEduardo Chappa
(alpine.exe had already been added in the previous commit.)
2017-12-01 * PC-Alpine builds with LibreSSL and supports S/MIME.Eduardo Chappa
2017-11-22 * Add "remove password" command to the management screen for theEduardo Chappa
password file encryption key. This allows users to use their password file without entering a master password.
2017-11-21 * Completed the inclusion of the "95" patch submitted by Helmut Grohne.Eduardo Chappa
See Bug 876164 in Debian at https://bugs.debian.org/876164. Added m4/m4_ax_prog_cc_for_build.m4 macro.
2017-11-21 * Add --with-date-stamp and --with-host-stamp to modify the datestamp[]Eduardo Chappa
and hoststamp[] default variables when building Alpine.
2017-11-20 * Remove bell characted (\007) from status messages in Pico. This makesEduardo Chappa
it possible to translate them.
2017-11-19 * Regenerate configure script and friends.Eduardo Chappa
2017-11-19 * Improvements to the configure stage of compilation. Some ofEduardo Chappa
these contributed by Helmut Grohne. See Bug 876164 in Debian at https://bugs.debian.org/876164.
2017-11-13 * TLS 1.2 works does not work if Alpine is compiled with openssl >= 1.1.0.Eduardo Chappa
Reported and patched by Kyle George.
2017-11-10 * If the first part of a message is multipart/alternative, and theEduardo Chappa
first part of this is also a multipart type, then Alpine might fail to select the first text part when replying to a message. Reported by Lucio Chiappetti.
2017-11-08 * When colors are edited from the main setup configuration screen, someEduardo Chappa
color settings are not updated until Alpine is restarted. Reported by Andrew Hill.
2017-10-27 * When the locale is not set up to UTF-8, alpine might determine the widthEduardo Chappa
of a character incorrectly. Reported by Alexandre Fedotov.
2017-09-30 * Add -dict option to PC-Pico, which allows users to choose a dictionaryEduardo Chappa
when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
2017-09-29 * NTLM authentication support with the ntlm library, in Unix systems.Eduardo Chappa
Based on code provided by Maciej W. Rozycki.
2017-09-29 * Remove unnecesary escape character in question to user when creatingEduardo Chappa
master password.
2017-09-29 * Initialize unitilized variable in pith/smime.c and delete .pdb andEduardo Chappa
.ilk files in a PC-Alpine "build clean" command.
2017-09-27 * Fix a small issue in keymenu.c, where some key defonitions were doneEduardo Chappa
with braces placed in the incorrect place.
2017-09-23 * Update of configure script due to change in libtool version.Eduardo Chappa
2017-09-22 * configure script and add check for HAVE_WCWIDTH by Stefan Haubenth.Eduardo Chappa
2017-09-19 * Upgrade to new version 2.21.9. Version 2.22 will be a bug releaseEduardo Chappa
version
2017-09-19 * Update build.bat file to add /DWINVER=0x0501 so that Alpine canEduardo Chappa
build when using Visual Studio 2017. Fix contributed by Ulf-Dietrich Braunmann.
2017-09-17 * Deactivate some color code from Pico (as standalone editor) untilEduardo Chappa
I find a way to activate it again. This is not critical and it is not something that PC-Pico must have (some of it already exists in other ways, like color support, what does not exist is the more complex code that Unix-Pico has with color codes for specific colors.)
2017-07-18 * Fix a few compiler warnings.Eduardo Chappa
2017-07-14 * Fix crash when a CA certificate failed to load, by protecting some callsEduardo Chappa
when s_cert_store is NULL, and also only freeing s_cert_store when all certificates in the .alpine-smime/ca directory fail to load.
2017-05-04 * Creating key for password file could not be cancelled.Eduardo Chappa
2017-05-03 * Change of website from patches.freeiz.com to alpine.freeiz.com.Eduardo Chappa