aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
* fetchmail.c: LMTP don't validate "port" on UNIX-domain socketsMatthias Andree2021-03-291-3/+4
* --version: print OpenSSL versions build/run-time and directoriesMatthias Andree2021-01-301-0/+9
* --version: print default cert paths, and document SSL_CERT_* in manpageMatthias Andree2021-01-301-0/+2
* Update copyright.Matthias Andree2021-01-031-1/+1
* pidfile/lockfile handling bugfixesMatthias Andree2020-10-131-3/+4
* Make fetchmail -V print SSL/TLS library warnings...Matthias Andree2020-03-301-0/+10
* Fix -SSL/+SSL reporting in fetchmail -V output.Matthias Andree2020-03-301-4/+5
* Fix HAVE_DECL_ users to check value, not definition.Matthias Andree2020-03-301-2/+2
* Properly report if the defaults entry is not the first.Matthias Andree2020-03-301-1/+1
* fetchmail.c Avoid double-free in optmerge()'s STRING_MERGE macro.Matthias Andree2020-03-301-2/+2
* "Require" OpenSSL 1.1.1 and tolerate/warn 1.0.2.Matthias Andree2020-03-301-0/+6
* Properly error-check reading the idfile.Matthias Andree2020-03-301-3/+6
* Exclude copyright year from translatable string.Matthias Andree2020-03-301-2/+2
* Plug memory leak when merging/overriding options...Matthias Andree2020-03-061-29/+40
* Bump copyright year.Matthias Andree2020-01-111-1/+1
* 6.4.1, regression fix for default file locations.Matthias Andree2019-09-281-0/+1
* Align with legacy_6x.Matthias Andree2019-08-251-1/+2
* Drop #ifdef HAVE_GETCWD, there never was a formal configure check.Matthias Andree2019-08-251-4/+0
* Bump copyright.Matthias Andree2019-05-141-1/+1
* Merge branch 'lanurmi/fetchmail-no-autoprobe-after-socket-fail' into HEADMatthias Andree2019-05-141-1/+1
|\
| * Do not continue autoprobing other protocols after socket errorLauri Nurmi2018-03-181-1/+1
* | Bump copyright.Matthias Andree2018-04-151-1/+1
|/
* Update copyright.Matthias Andree2017-04-221-1/+1
* UIDL database speedup with Patricia trees.Matthias Andree2016-12-111-10/+12
* Accept more options with a running daemon.Matthias Andree2016-07-061-6/+14
* Update Copyright year for Matthias Andree to 2016.Matthias Andree2016-06-251-1/+1
* Enable --sslcertck by default.Matthias Andree2015-11-151-1/+3
* Unconditionally report -SSLv2 if SSL is enabled.Matthias Andree2015-04-111-2/+0
* Bump copyright.Matthias Andree2015-01-161-1/+1
* Also recognize OPENSSL_NO_SSLx.Matthias Andree2015-01-161-3/+7
* Permit build on SSLv3-disabled OpenSSL,Matthias Andree2015-01-161-0/+6
* Error out if user combines --idle with multiple mailboxes.Matthias Andree2014-11-221-1/+12
* Bump copyright.Matthias Andree2013-02-191-2/+2
* Repair --logfile regression of 6.3.23,Matthias Andree2012-12-131-4/+6
* Clean up logfile vs. syslog handling.Matthias Andree2012-09-231-9/+36
* Update copyright and SecAnn' version.Matthias Andree2012-08-301-2/+2
* Bump copyright.Matthias Andree2011-05-271-2/+2
* Fix typo, CRAM-Md5 -> CRAM-MD5, in -V mode.Matthias Andree2010-10-051-1/+1
* Add OpenSSL acknowledgment.Matthias Andree2010-07-081-0/+4
* Properly use long to map pid_t.Matthias Andree2010-04-291-12/+12
* Fix a few Intel C++ remarks and warnings.Matthias Andree2010-04-271-4/+1
* Add --sslcertfile option and FETCHMAIL_NO_DEFAULT_X509_PATHS env var,Matthias Andree2010-04-181-2/+5
* Semi-plug memory leak when using default rcfile entry.Matthias Andree2010-04-131-0/+6
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-2/+2
* set global flags in a consistent mannerSunil Shetye2010-03-051-4/+4
* Don't assign garbage to parsetime if using - (stdin) for rcfile.Matthias Andree2010-02-281-5/+8
* Rename bad-header pass to bad-header accept, ...Matthias Andree2010-02-241-1/+1
* Remove excess .\n from tracepolls -V dump.Matthias Andree2010-02-241-1/+1
* Feature: bad-header {reject|pass}Matthias Andree2010-02-241-0/+12
* Cleanup: change " \n" to "\n" where appropriate.Matthias Andree2010-02-101-3/+3