aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only report connection failures in verbose mode or if all addresses fail.Matthias Andree2010-05-192-7/+28
|
* Revise 6.3.18 bug fix entries in NEWS.Matthias Andree2010-05-191-4/+6
|
* Fix MD5* library pickup.Matthias Andree2010-05-172-3/+13
| | | | | | | | | Avoid picking up libmd5, which fails if libwww is installed because libmd5 uses "long" rather than fixed-width types. This fails on non-32-bit machines. Only probe libmd if md5.h is found. To fix Gentoo Bug #319283, reported by Karl Hakimian.
* Enable Doxygen extraction.Matthias Andree2010-05-111-11/+11
|
* Omit warning of insecure connection if --sslfingerprint matches.Matthias Andree2010-05-092-16/+26
| | | | Fixes Debian Bug#580796 reported by Roland Stigge.
* Fix timestamp on security website.Matthias Andree2010-05-061-1/+1
|
* Ignore .rsyncs.Matthias Andree2010-05-061-0/+1
|
* Re-sign SA 2010-02.Matthias Andree2010-05-061-16/+26
|
* Fix history date in fetchmail-SA-2010-02.txt.Matthias Andree2010-05-061-27/+17
|
* Link CVE-2010-1167/fetchmail SA-2010-02.Matthias Andree2010-05-061-0/+8
|
* Update website for 6.3.17 release.Matthias Andree2010-05-062-9/+10
|
* Get ready for 6.3.17 release.Matthias Andree2010-05-0622-200/+215
|
* Complete and sign fetchmail SA 2010-02.Matthias Andree2010-05-061-28/+44
|
* Bump version to 6.3.17.Matthias Andree2010-05-062-2/+2
|
* Add import-translations target.Matthias Andree2010-05-061-0/+5
|
* Update Chinese (simplified) translation, Ji Zheng-Yu.Matthias Andree2010-05-061-48/+49
|
* Update translations.Matthias Andree2010-05-0623-9886/+11132
|
* Hack types for cygwin_read().Matthias Andree2010-04-291-4/+4
|
* #include "config.h" before string[s].h, to fix Solaris symbol exposure.Matthias Andree2010-04-292-1/+5
|
* #include <strings.h> for strncasecmp.Matthias Andree2010-04-291-0/+1
|
* Check fwrite return values, to silence linker warnings.Matthias Andree2010-04-291-5/+11
|
* Properly use long to map pid_t.Matthias Andree2010-04-292-14/+15
|
* Also run Kerberos errors through sdump().Matthias Andree2010-04-291-6/+10
| | | | | | This allows us to get rid of the %*s/%s difference between Heimdal/MIT Kerberos translations, and prevents from server-provided data to be dumped directly on screen.
* Properly parenthesize DBG_FWRITE macro.Matthias Andree2010-04-291-1/+1
|
* On xmalloc/xrealloc failures, abort() rather than exit(PS_UNDEFINED).Matthias Andree2010-04-292-2/+4
|
* Fix two warning: the address of * will always evaluate as 'true'.Matthias Andree2010-04-292-1/+2
|
* Fix gethostbyname_r argument count detection, ...Matthias Andree2010-04-291-0/+3
| | | | ...those that use NULL will now also #include <stdlib.h>.
* Fix autoconf warning, rename variable to allow caching.Matthias Andree2010-04-291-8/+8
|
* Move gethostbyname_r.m4 to m4-local directory where it belongs.Matthias Andree2010-04-291-0/+0
| | | | It's not supposed to be updated by autopoint.
* Document apparent glibc relation of CVE-2010-1167.Matthias Andree2010-04-291-0/+7
|
* Tighter error checking on write_saved_lists().Matthias Andree2010-04-291-8/+20
|
* Add Red Hat Bug #503881 to the fix list in 6.3.9 sslproto fix.Matthias Andree2010-04-271-1/+2
|
* Fix a few Intel C++ remarks and warnings.Matthias Andree2010-04-276-16/+12
|
* Report unknown ODMR error in full, escaping unprintables.Matthias Andree2010-04-271-3/+7
|
* Remove debian/ and other cruft.Matthias Andree2010-04-241-15/+1
|
* Make count_list iterative, to save function call overhead.Matthias Andree2010-04-241-4/+8
|
* Improve UID list debug logging.Matthias Andree2010-04-241-36/+50
| | | | | Print lists regardless of .uidl setting. Decode marks.
* Validate STAT response more strictly.Matthias Andree2010-04-241-3/+7
|
* Update Doxyfile.Matthias Andree2010-04-241-110/+381
|
* Split string list stuff from uid.c into new idlist.c.Matthias Andree2010-04-244-260/+281
|
* Complete Doxygen documentation of uid.c and related definitions.Matthias Andree2010-04-242-39/+59
|
* Note search.h ideas for UID.Matthias Andree2010-04-241-0/+2
|
* Update.Matthias Andree2010-04-241-3/+1
|
* SECURITY FIX (one missed): DoS on EILSEQ in report_*() in -vv and ↵Matthias Andree2010-04-242-8/+28
| | | | multibyte-locales.
* --sslcert{file|path} overrides default store, add environment var...Matthias Andree2010-04-233-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 Andree2010-04-221-0/+1
|
* Fixed set invisible bug in fetchmailconf.pyMichael Banack2010-04-221-0/+2
| | | | Previously it was not saving the preference at all.
* Add CVE name. Fix Type: (spotted by Florian Weimer.)Matthias Andree2010-04-202-8/+9
|
* Add a note that security announcements may appear before releases.Matthias Andree2010-04-191-0/+2
|
* Update and move KNOWN BUGS AND WORKAROUNDS section in NEWS.Matthias Andree2010-04-191-17/+14
|