]> Pileus Git - ~andy/fetchmail/history - fetchmail.c
Minor bug fixes for socket.c
[~andy/fetchmail] / fetchmail.c
2012-12-13 Matthias AndreeRepair --logfile regression of 6.3.23,
2012-09-23 Matthias AndreeClean up logfile vs. syslog handling.
2012-08-29 Matthias AndreeUpdate copyright and SecAnn' version.
2011-05-27 Matthias AndreeMerge branch 'common-6x' into legacy_63
2011-05-27 Matthias AndreeBump copyright.
2010-10-05 Matthias AndreeFix typo, CRAM-Md5 -> CRAM-MD5, in -V mode.
2010-07-08 Matthias AndreeAdd OpenSSL acknowledgment.
2010-04-29 Matthias AndreeProperly use long to map pid_t.
2010-04-27 Matthias AndreeFix a few Intel C++ remarks and warnings.
2010-04-18 Matthias AndreeAdd --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_...
2010-04-12 Matthias AndreeSemi-plug memory leak when using default rcfile entry.
2010-03-18 Matthias AndreeFix lots of warnings, most around string literals...
2010-03-05 Sunil Shetyeset global flags in a consistent manner
2010-02-28 Matthias AndreeDon't assign garbage to parsetime if using - (stdin...
2010-02-24 Matthias AndreeRename bad-header pass to bad-header accept, ...
2010-02-24 Matthias AndreeRemove excess .\n from tracepolls -V dump.
2010-02-24 Matthias AndreeFeature: bad-header {reject|pass}
2010-02-10 Matthias AndreeCleanup: change " \n" to "\n" where appropriate.
2010-02-04 Matthias AndreeFix typo, spotted by Nico Golde.
2010-01-28 Matthias AndreeUpdate copyright years.
2009-05-29 Matthias AndreeFix Debian Bug#282259: sleeping/awakened msgs need...
2009-05-29 Matthias AndreeLet logfile take precedence over syslog if and only...
2009-05-25 Matthias AndreeUpdate copyright.
2009-05-25 Matthias AndreeAdd -DNS to version #ifndef HAVE_RES_SEARCH.
2009-05-24 Matthias AndreeTreat permanent delivery errors as temporary (configura...
2009-05-04 Matthias AndreeQuench GCC complaint about unused system() return value.
2009-05-04 Matthias AndreeMajor progress ticker bugfix/overhaul.
2009-01-14 Matthias AndreeFix a few compiler warnings around implicit conversion...
2008-03-07 Matthias AndreeMerge Daniel Richard G.'s --sslcommonname option.
2008-03-06 Matthias AndreeBump copyright date.
2008-02-22 Matthias AndreeRedo commit 'In verbose mode, log if --check mode is...
2008-02-22 Matthias AndreeUndo accidental commit.
2008-02-22 Matthias Andreeadd two SHOULD items for 6.3.9
2007-06-10 Matthias AndreeRemove dead USE_TCPIP_FOR_DNS code.
2007-03-30 Matthias AndreeCorrected Robert M. Funk's name that I misspelled....
2007-01-10 Matthias AndreeUpdate Copyright.
2006-12-19 Matthias Andree* When requesting Kerberos V4, V5 or GSSAPI, complain...
2006-12-08 Matthias AndreeCall res_init() at the beginning of the poll, if the...
2006-11-27 Matthias AndreeFix +GSS feature reporting.
2006-09-25 Matthias AndreeWhen going to sleep, log for how long.
2006-08-14 Matthias AndreeIgnore SIGPIPE, EPIPE must suffice as error.
2006-08-07 Matthias Andree--logfile is now handled more carefully, errors opening...
2006-07-31 Matthias AndreeFix SIGHUP behavior, broken since 5.9.13 (r3692).
2006-06-12 Matthias AndreeNo longer stat rcfile if it's called -.
2006-05-21 Matthias AndreeComplain about fetchall in idle mode, too.
2006-05-12 Matthias AndreeRename all fetchmail-internal lock_* functions to fm_lo...
2006-04-02 Matthias AndreeAdd pidfile option, requested by Héctor García.
2006-03-14 Matthias AndreeLower fastuidl default to 4 (was 10). Patch by Sunil...
2006-03-14 Matthias AndreeFix more compiler warnings.
2006-03-14 Matthias Andreemerge Mirek's fetchmail-signed.patch
2006-03-13 Matthias Andreeadd Mirek's fetchmail-lmtp.patch to fix an operator...
2006-03-10 Matthias AndreeUpdate copyright.
2006-03-03 Matthias AndreeLoad UID lists only after initializing report/syslog.
2006-01-19 Matthias AndreeFree netrc list as soon as it's no longer needed.
2006-01-14 Matthias Andreefetchmail --version now prints the copyright notice.
2006-01-04 Matthias AndreeQuiet compiler warning.
2006-01-04 Matthias AndreeSome verbose output disappeared in debug mode. Adding...
2005-12-29 Matthias AndreeDon't complain about fetchall keep in --dumpconfig...
2005-12-13 Matthias AndreeMerge patch by Sunil Sheteye to fix five bugs:
2005-11-10 Matthias AndreeThe default for --smtphost is now always "localhost...
2005-11-10 Matthias AndreeUnbreak --smtphost default, reported and different...
2005-10-30 Matthias AndreeUse new host_fqdn() interface.
2005-10-30 Matthias AndreeDo not break some other process's lockfile in "-q"...
2005-10-30 Matthias AndreeBury on_exit() officially - hasn't worked since 6.0...
2005-10-30 Matthias Andree- make fetchmail --silent --quit really silent, Debian...
2005-09-22 Matthias AndreeFix display and documentation of --envelope option.
2005-09-22 Matthias AndreeDo not translate name of "Received" message header...
2005-09-21 Matthias AndreeRevise error messages, suggested by Thomas Wolff.
2005-09-20 Matthias AndreeFix "auth ntlm" to send AUTH NTLM (rather than AUTH...
2005-09-17 Matthias AndreeMerge Sunil Shetye's --limitflush patch.
2005-08-28 Matthias AndreeLarge protocol independence patch.
2005-08-02 Matthias AndreeRemove port/service dualism and make everything a service.
2005-08-01 Matthias AndreeDefine temporary variable with #ifdefs rather than...
2005-07-31 Matthias AndreeKill alloca().
2005-07-30 Matthias AndreeINCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY...
2005-07-30 Matthias Andreesprintf -> snprintf.
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2005-07-23 Matthias AndreeRename lock_release to fm_lock_release, to avoid namesp...
2005-07-23 Matthias AndreeRemove a check that is always true. Found by Nico Golde.
2005-07-20 Matthias AndreePrint a warning that running fetchmail as root is disco...
2005-07-18 Matthias AndreeMake tracepolls a server option, as documented. Fixes...
2005-07-05 Matthias AndreeFix typo in 'Idle after poll is disabled' (used to...
2005-07-03 Matthias AndreePlug one of the .netrc memory leaks.
2005-07-03 Matthias Andreei18n fixes, cs.po updates, by Miloslav Trmac.
2005-07-03 Matthias AndreeDrop unused #include.
2005-04-27 Matthias AndreeFix pluralization.
2005-04-25 Matthias AndreeMerge SuSE's fetchmail-6.2.5-implicit-declaration.patch
2005-04-13 Matthias AndreePrint warning if multidrop is configured, but not envel...
2005-03-19 Matthias AndreeAdd a FIXME comment.
2004-11-08 Matthias AndreeMake iana_charset variable a const char * (was char *).
2004-11-08 Matthias AndreeFix showdots parsing bug that maps preliminary to final...
2004-11-07 Matthias AndreeProvide iana_charset, a normalized IANA charmap name.
2004-10-20 Matthias AndreeFix miscellaneous warnings.
2004-06-20 Matthias AndreeFix HESIOD compile failure on FreeBSD 5-CURRENT,
2004-06-18 Matthias AndreeCompiler warnings fixes, preprocessor and minor general...
2004-01-13 Eric S. RaymondSunil Shetye's fix for SSL configuration.
2003-10-15 Eric S. RaymondSunil's transaction patches.
2003-10-10 Eric S. RaymondBetter default for showdots.
2003-08-13 Eric S. RaymondMore minor fixes.
2003-07-17 Eric S. RaymondFirst round ofmlong-delayed bug fixes.
next