| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get ready for 6.3.17 release. | Matthias Andree | 2010-05-06 | 22 | -200/+215 |
* | Complete and sign fetchmail SA 2010-02. | Matthias Andree | 2010-05-06 | 1 | -28/+44 |
* | Bump version to 6.3.17. | Matthias Andree | 2010-05-06 | 2 | -2/+2 |
* | Add import-translations target. | Matthias Andree | 2010-05-06 | 1 | -0/+5 |
* | Update Chinese (simplified) translation, Ji Zheng-Yu. | Matthias Andree | 2010-05-06 | 1 | -48/+49 |
* | Update translations. | Matthias Andree | 2010-05-06 | 23 | -9886/+11132 |
* | Hack types for cygwin_read(). | Matthias Andree | 2010-04-29 | 1 | -4/+4 |
* | #include "config.h" before string[s].h, to fix Solaris symbol exposure. | Matthias Andree | 2010-04-29 | 2 | -1/+5 |
* | #include <strings.h> for strncasecmp. | Matthias Andree | 2010-04-29 | 1 | -0/+1 |
* | Check fwrite return values, to silence linker warnings. | Matthias Andree | 2010-04-29 | 1 | -5/+11 |
* | Properly use long to map pid_t. | Matthias Andree | 2010-04-29 | 2 | -14/+15 |
* | Also run Kerberos errors through sdump(). | Matthias Andree | 2010-04-29 | 1 | -6/+10 |
* | Properly parenthesize DBG_FWRITE macro. | Matthias Andree | 2010-04-29 | 1 | -1/+1 |
* | On xmalloc/xrealloc failures, abort() rather than exit(PS_UNDEFINED). | Matthias Andree | 2010-04-29 | 2 | -2/+4 |
* | Fix two warning: the address of * will always evaluate as 'true'. | Matthias Andree | 2010-04-29 | 2 | -1/+2 |
* | Fix gethostbyname_r argument count detection, ... | Matthias Andree | 2010-04-29 | 1 | -0/+3 |
* | Fix autoconf warning, rename variable to allow caching. | Matthias Andree | 2010-04-29 | 1 | -8/+8 |
* | Move gethostbyname_r.m4 to m4-local directory where it belongs. | Matthias Andree | 2010-04-29 | 1 | -0/+0 |
* | Document apparent glibc relation of CVE-2010-1167. | Matthias Andree | 2010-04-29 | 1 | -0/+7 |
* | Tighter error checking on write_saved_lists(). | Matthias Andree | 2010-04-29 | 1 | -8/+20 |
* | Add Red Hat Bug #503881 to the fix list in 6.3.9 sslproto fix. | Matthias Andree | 2010-04-27 | 1 | -1/+2 |
* | Fix a few Intel C++ remarks and warnings. | Matthias Andree | 2010-04-27 | 6 | -16/+12 |
* | Report unknown ODMR error in full, escaping unprintables. | Matthias Andree | 2010-04-27 | 1 | -3/+7 |
* | Remove debian/ and other cruft. | Matthias Andree | 2010-04-24 | 1 | -15/+1 |
* | Make count_list iterative, to save function call overhead. | Matthias Andree | 2010-04-24 | 1 | -4/+8 |
* | Improve UID list debug logging. | Matthias Andree | 2010-04-24 | 1 | -36/+50 |
* | Validate STAT response more strictly. | Matthias Andree | 2010-04-24 | 1 | -3/+7 |
* | Update Doxyfile. | Matthias Andree | 2010-04-24 | 1 | -110/+381 |
* | Split string list stuff from uid.c into new idlist.c. | Matthias Andree | 2010-04-24 | 4 | -260/+281 |
* | Complete Doxygen documentation of uid.c and related definitions. | Matthias Andree | 2010-04-24 | 2 | -39/+59 |
* | Note search.h ideas for UID. | Matthias Andree | 2010-04-24 | 1 | -0/+2 |
* | Update. | Matthias Andree | 2010-04-24 | 1 | -3/+1 |
* | SECURITY FIX (one missed): DoS on EILSEQ in report_*() in -vv and multibyte-l... | Matthias Andree | 2010-04-24 | 2 | -8/+28 |
* | --sslcert{file|path} overrides default store, add environment var... | Matthias Andree | 2010-04-23 | 3 | -53/+57 |
* | 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 |
* | 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 |
* | 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 _vbu... | Matthias Andree | 2010-04-18 | 1 | -51/+35 |
* | 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 |