aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mention TLS/getauth timeout in NEWSMatthias Andree2010-08-051-0/+3
* Apply timeout to getauth() methods.Matthias Andree2010-08-051-0/+2
* Add OpenSSL acknowledgment.Matthias Andree2010-07-082-0/+8
* Mention OpenSSL link exception.Matthias Andree2010-07-081-1/+3
* Clarify GPL is v2; fix link to FSF website gnu.org.Matthias Andree2010-07-081-2/+2
* Correct typo: IMAP7 -> UTF7.Matthias Andree2010-07-021-1/+1
* Incorrect headers: Refer user to bad-header optionMatthias Andree2010-06-172-1/+5
* Fix some rare or minor issues found with Clang 2.7 analyzer.Matthias Andree2010-06-034-6/+10
* Copy icon here for a more stable build.Matthias Andree2010-06-022-1/+0
* BSD make compatibility for asciidoc.Matthias Andree2010-06-021-1/+2
* Add symlink to ASCIIDOC icons.Matthias Andree2010-05-281-0/+1
* Fix asciidoc invocation; also remove output on failure.Matthias Andree2010-05-281-1/+1
* S2.3: Note that the shift changes from +/- to &/- in MUTF-7.Matthias Andree2010-05-281-3/+4
* Link to Mailbox/UTF7 document in NEWS section.Matthias Andree2010-05-271-0/+10
* Hook Mailbox-Names-UTF7 document to build and website.Matthias Andree2010-05-272-0/+5
* Bump version to 1.000.Matthias Andree2010-05-271-1/+1
* Update.Matthias Andree2010-05-271-44/+63
* Add document on IMAP-Unicode for mailbox names.Matthias Andree2010-05-271-0/+234
* Also upload to SourceForge.Matthias Andree2010-05-271-0/+12
* 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
* Enable Doxygen extraction.Matthias Andree2010-05-111-11/+11
* Omit warning of insecure connection if --sslfingerprint matches.Matthias Andree2010-05-092-16/+26
* 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
* 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
* 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
* 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