]> Pileus Git - ~andy/fetchmail/history - fetchmail.c
Record POT regeneration date.
[~andy/fetchmail] / fetchmail.c
2020-03-30 Matthias AndreeMake fetchmail -V print SSL/TLS library warnings...
2020-03-30 Matthias AndreeFix -SSL/+SSL reporting in fetchmail -V output.
2020-03-30 Matthias AndreeFix HAVE_DECL_ users to check value, not definition.
2020-03-30 Matthias AndreeProperly report if the defaults entry is not the first.
2020-03-30 Matthias Andreefetchmail.c Avoid double-free in optmerge()'s STRING_ME...
2020-03-30 Matthias Andree"Require" OpenSSL 1.1.1 and tolerate/warn 1.0.2.
2020-03-30 Matthias AndreeProperly error-check reading the idfile.
2020-03-30 Matthias AndreeExclude copyright year from translatable string.
2020-03-06 Matthias AndreePlug memory leak when merging/overriding options...
2020-01-11 Matthias AndreeBump copyright year.
2019-09-28 Matthias Andree6.4.1, regression fix for default file locations.
2019-08-27 Matthias AndreeMerge branch 'ujdhesa/fetchmail-patch-1' into legacy_64
2019-08-25 Matthias AndreeAlign with legacy_6x.
2019-08-25 Matthias AndreeDrop #ifdef HAVE_GETCWD, there never was a formal confi...
2019-05-14 Matthias AndreeBump copyright.
2019-05-14 Matthias AndreeMerge branch 'lanurmi/fetchmail-no-autoprobe-after...
2018-04-14 Matthias AndreeBump copyright.
2018-03-18 Lauri NurmiDo not continue autoprobing other protocols after socke...
2017-04-22 Matthias AndreeUpdate copyright.
2016-12-12 Matthias AndreeMerge branch 'uidl-speedup-n-log-n-64' into legacy_64
2016-12-11 Matthias AndreeUIDL database speedup with Patricia trees.
2016-07-06 Matthias AndreeAccept more options with a running daemon.
2016-06-25 Matthias AndreeUpdate Copyright year for Matthias Andree to 2016.
2015-11-15 Matthias AndreeEnable --sslcertck by default.
2015-04-11 Matthias AndreeUnconditionally report -SSLv2 if SSL is enabled.
2015-01-16 Matthias AndreeBump copyright.
2015-01-16 Matthias AndreeAlso recognize OPENSSL_NO_SSLx.
2015-01-16 Matthias AndreePermit build on SSLv3-disabled OpenSSL,
2014-11-21 Matthias AndreeError out if user combines --idle with multiple mailboxes.
2013-02-19 Matthias AndreeBump copyright.
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.
next