Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update. | Matthias Andree | 2010-04-24 | 1 | -3/+1 |
| | |||||
* | SECURITY FIX (one missed): DoS on EILSEQ in report_*() in -vv and ↵ | Matthias Andree | 2010-04-24 | 2 | -8/+28 |
| | | | | multibyte-locales. | ||||
* | --sslcert{file|path} overrides default store, add environment var... | Matthias Andree | 2010-04-23 | 3 | -53/+57 |
| | | | | | | | | | | If at least one of --sslcertfile and --sslcertpath is given, fetchmail skips loading the default OpenSSL X.509 trusted CA cert locations. If the environment variable FETCHMAIL_INCLUDE_DEFAULT_X509_CA_CERTS is set to a non-empty value, fetchmail will additionally load the default locations. The old FETCHMAIL_NO_DEFAULT_X509_PATHS variable was dropped. | ||||
* | Credit Michael Barnack for fetchmailconf fix in 083d202. | Matthias Andree | 2010-04-22 | 1 | -0/+1 |
| | |||||
* | Fixed set invisible bug in fetchmailconf.py | Michael Banack | 2010-04-22 | 1 | -0/+2 |
| | | | | Previously it was not saving the preference at all. | ||||
* | Add CVE name. Fix Type: (spotted by Florian Weimer.) | Matthias Andree | 2010-04-20 | 2 | -8/+9 |
| | |||||
* | Add a note that security announcements may appear before releases. | Matthias Andree | 2010-04-19 | 1 | -0/+2 |
| | |||||
* | Update and move KNOWN BUGS AND WORKAROUNDS section in NEWS. | Matthias Andree | 2010-04-19 | 1 | -17/+14 |
| | |||||
* | Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var, | Matthias Andree | 2010-04-18 | 12 | -22/+91 |
| | | | | and always load the default X.509 trust stores, unless the latter is set. | ||||
* | Update German translation. | Matthias Andree | 2010-04-18 | 1 | -211/+258 |
| | |||||
* | Bump version. | Matthias Andree | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | SECURITY FIX: DoS on EILSEQ in report_*() in -vv and multibyte-locales. | Matthias Andree | 2010-04-18 | 5 | -12/+245 |
| | |||||
* | Factor out stdarg.h-based common code from report_build and _complete to ↵ | Matthias Andree | 2010-04-18 | 1 | -51/+35 |
| | | | | | | _vbuild. Note: varargs.h and non-*args.h stuff is untested. | ||||
* | Fix MD5Digest prototype and remove unneeded type casts. | Matthias Andree | 2010-04-18 | 3 | -3/+3 |
| | |||||
* | Improve SSL error messages for common issues | Matthias Andree | 2010-04-18 | 4 | -34/+96 |
| | |||||
* | Add a prominent pointer to c_rehash and FAQ #R14. | Matthias Andree | 2010-04-18 | 1 | -0/+9 |
| | |||||
* | Consistently call SETSTATE rather than BEGIN. | Michael Banack | 2010-04-13 | 1 | -1/+4 |
| | |||||
* | Added files left over from make distclean to .gitignore | Michael Banack | 2010-04-13 | 1 | -0/+4 |
| | |||||
* | Mention c_rehash requirement after OpenSSL upgrades. | Matthias Andree | 2010-04-13 | 2 | -1/+4 |
| | |||||
* | Add memory leak item. Request --sslcertfile feature. | Matthias Andree | 2010-04-13 | 1 | -0/+4 |
| | |||||
* | Add R14 on c_rehash /certs/ after upgrade to OpenSSL 1.0.0. | Matthias Andree | 2010-04-13 | 1 | -1/+28 |
| | |||||
* | Plug parser memory leaks, avoid re-strdup'ing strings. | Matthias Andree | 2010-04-13 | 1 | -53/+53 |
| | | | | Independently, a nearly identical change was proposed by Michael Banack. | ||||
* | Semi-plug memory leak when using default rcfile entry. | Matthias Andree | 2010-04-13 | 2 | -0/+9 |
| | | | | | Does not free all members of struct query, but just servername and the query node itself. Add a FIXME note. | ||||
* | Remove static string buffers, use xstrndup(). | Matthias Andree | 2010-04-13 | 1 | -52/+8 |
| | |||||
* | Call endpwent(). | Matthias Andree | 2010-04-12 | 1 | -0/+2 |
| | |||||
* | Add xstrndup(). | Matthias Andree | 2010-04-10 | 2 | -0/+18 |
| | |||||
* | Add Doxygen markup for xmalloc.?. | Matthias Andree | 2010-04-10 | 1 | -4/+13 |
| | |||||
* | Create NEWS entry for Michael Banack's scanner fix. | Matthias Andree | 2010-04-10 | 1 | -0/+5 |
| | |||||
* | Changed the lexer to copy string values out of yytext. | Michael Banack | 2010-04-10 | 1 | -13/+41 |
| | | | | Fixes BerliOS bug #14257. | ||||
* | Add more flex options, document requirement. | Matthias Andree | 2010-04-10 | 1 | -5/+3 |
| | |||||
* | Note Michael Banack's fix for Debian Bug#17067/typo in man page table. | Matthias Andree | 2010-04-09 | 1 | -0/+7 |
| | |||||
* | Fix typo in the man page: spambounce -> softbounce | Michael Banack | 2010-04-09 | 1 | -1/+1 |
| | | | | Fixes BerliOS Bug #17067. | ||||
* | Add AM_PROG_CC_C_O. | Matthias Andree | 2010-04-08 | 1 | -0/+1 |
| | |||||
* | Ignore autobuild/ and dox/ directories. | Matthias Andree | 2010-04-07 | 1 | -0/+2 |
| | |||||
* | Remove dead code. | Matthias Andree | 2010-04-07 | 1 | -5/+0 |
| | |||||
* | Record 6.3.16. | Matthias Andree | 2010-04-06 | 1 | -10/+8 |
| | |||||
* | Release 6.3.16. | Matthias Andree | 2010-04-06 | 26 | -289/+330 |
| | |||||
* | Fix --interface regression, Debian Bug #576717. | Matthias Andree | 2010-04-06 | 2 | -1/+5 |
| | |||||
* | Update. Remove ESR, no longer maintainer. | Matthias Andree | 2010-04-06 | 2 | -4/+3 |
| | |||||
* | Note Brooksby's listener issue. | Matthias Andree | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | Revise OpenSSL issue. | Matthias Andree | 2010-04-06 | 1 | -2/+3 |
| | |||||
* | Bump version. | Matthias Andree | 2010-04-06 | 2 | -2/+2 |
| | |||||
* | Reserve switch away from OpenSSL. | Matthias Andree | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | Extend documentation on recent OpenSSL fix. | Matthias Andree | 2010-04-06 | 3 | -1/+11 |
| | |||||
* | Fix up commit b73b77380d9939e2b47f5ca7d723a86bde06d657. | Matthias Andree | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Call OpenSSL_add_all_algorithms(). | Matthias Andree | 2010-04-06 | 2 | -4/+8 |
| | | | | To fix Debian Bug #576430, reported by Sjoerd Simons. | ||||
* | Cast strcspn result to int. | Matthias Andree | 2010-04-06 | 1 | -3/+3 |
| | |||||
* | Fix line ends in address rewriting reports. | Matthias Andree | 2010-04-01 | 2 | -12/+16 |
| | | | | Reported by Frédéric Marchal. | ||||
* | Fix xmalloc type casts in SDPS mode. | Matthias Andree | 2010-04-01 | 1 | -2/+2 |
| | |||||
* | Use SSL_library_init(), not SSLeay_add_ssl_algorithms(). | Matthias Andree | 2010-04-01 | 1 | -1/+1 |
| |