| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | set global flags in a consistent manner | Sunil Shetye | 2010-03-05 | 1 | -4/+4 |
* | Don't assign garbage to parsetime if using - (stdin) for rcfile. | Matthias Andree | 2010-02-28 | 1 | -5/+8 |
* | Rename bad-header pass to bad-header accept, ... | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
* | Remove excess .\n from tracepolls -V dump. | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -0/+12 |
* | Cleanup: change " \n" to "\n" where appropriate. | Matthias Andree | 2010-02-10 | 1 | -3/+3 |
* | Fix typo, spotted by Nico Golde. | Matthias Andree | 2010-02-04 | 1 | -1/+1 |
* | Update copyright years. | Matthias Andree | 2010-01-28 | 1 | -3/+4 |
* | Fix Debian Bug#282259: sleeping/awakened msgs need verbose for syslog/logfile. | Matthias Andree | 2009-05-29 | 1 | -4/+5 |
* | Let logfile take precedence over syslog if and only if logfile is effective. | Matthias Andree | 2009-05-29 | 1 | -1/+11 |
* | Update copyright. | Matthias Andree | 2009-05-25 | 1 | -1/+1 |
* | Add -DNS to version #ifndef HAVE_RES_SEARCH. | Matthias Andree | 2009-05-25 | 1 | -0/+3 |
* | Treat permanent delivery errors as temporary (configurable). | Matthias Andree | 2009-05-24 | 1 | -0/+8 |
* | Quench GCC complaint about unused system() return value. | Matthias Andree | 2009-05-04 | 1 | -1/+1 |
* | Major progress ticker bugfix/overhaul. | Matthias Andree | 2009-05-04 | 1 | -2/+0 |
* | Fix a few compiler warnings around implicit conversion or extra ";". | Matthias Andree | 2009-01-14 | 1 | -1/+1 |
* | Merge Daniel Richard G.'s --sslcommonname option. | Matthias Andree | 2008-03-07 | 1 | -0/+3 |
* | Bump copyright date. | Matthias Andree | 2008-03-06 | 1 | -2/+2 |
* | Redo commit 'In verbose mode, log if --check mode is enabled.' | Matthias Andree | 2008-02-22 | 1 | -0/+4 |
* | Undo accidental commit. | Matthias Andree | 2008-02-22 | 1 | -4/+0 |
* | add two SHOULD items for 6.3.9 | Matthias Andree | 2008-02-22 | 1 | -0/+4 |
* | Remove dead USE_TCPIP_FOR_DNS code. | Matthias Andree | 2007-06-10 | 1 | -18/+0 |
* | Corrected Robert M. Funk's name that I misspelled. My sincere apologies. | Matthias Andree | 2007-03-30 | 1 | -1/+1 |
* | Update Copyright. | Matthias Andree | 2007-01-10 | 1 | -1/+2 |
* | * When requesting Kerberos V4, V5 or GSSAPI, complain and exit with syntax error | Matthias Andree | 2006-12-19 | 1 | -0/+24 |
* | Call res_init() at the beginning of the poll, if the computer has res_search(). | Matthias Andree | 2006-12-08 | 1 | -0/+21 |
* | Fix +GSS feature reporting. | Matthias Andree | 2006-11-27 | 1 | -1/+1 |
* | When going to sleep, log for how long. | Matthias Andree | 2006-09-25 | 1 | -2/+2 |
* | Ignore SIGPIPE, EPIPE must suffice as error. | Matthias Andree | 2006-08-14 | 1 | -1/+1 |
* | --logfile is now handled more carefully, errors opening the logfile are | Matthias Andree | 2006-08-07 | 1 | -2/+15 |
* | Fix SIGHUP behavior, broken since 5.9.13 (r3692). | Matthias Andree | 2006-07-31 | 1 | -1/+1 |
* | No longer stat rcfile if it's called -. | Matthias Andree | 2006-06-12 | 1 | -3/+4 |
* | Complain about fetchall in idle mode, too. | Matthias Andree | 2006-05-21 | 1 | -2/+2 |
* | Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes | Matthias Andree | 2006-05-12 | 1 | -5/+5 |
* | Add pidfile option, requested by Héctor García. | Matthias Andree | 2006-04-02 | 1 | -1/+4 |
* | Lower fastuidl default to 4 (was 10). Patch by Sunil Shetye. | Matthias Andree | 2006-03-14 | 1 | -1/+1 |
* | Fix more compiler warnings. | Matthias Andree | 2006-03-14 | 1 | -1/+1 |
* | merge Mirek's fetchmail-signed.patch | Matthias Andree | 2006-03-14 | 1 | -11/+12 |
* | add Mirek's fetchmail-lmtp.patch to fix an operator precedence bug '||' vs ',' | Matthias Andree | 2006-03-13 | 1 | -3/+3 |
* | Update copyright. | Matthias Andree | 2006-03-10 | 1 | -2/+2 |
* | Load UID lists only after initializing report/syslog. | Matthias Andree | 2006-03-03 | 1 | -8/+12 |
* | Free netrc list as soon as it's no longer needed. | Matthias Andree | 2006-01-19 | 1 | -0/+3 |
* | fetchmail --version now prints the copyright notice. | Matthias Andree | 2006-01-14 | 1 | -1/+14 |
* | Quiet compiler warning. | Matthias Andree | 2006-01-04 | 1 | -1/+1 |
* | Some verbose output disappeared in debug mode. Adding further -v options | Matthias Andree | 2006-01-04 | 1 | -1/+1 |
* | Don't complain about fetchall keep in --dumpconfig mode. | Matthias Andree | 2005-12-29 | 1 | -2/+1 |
* | Merge patch by Sunil Sheteye to fix five bugs: | Matthias Andree | 2005-12-13 | 1 | -29/+0 |
* | The default for --smtphost is now always "localhost" regardless of | Matthias Andree | 2005-11-10 | 1 | -7/+5 |
* | Unbreak --smtphost default, reported and different patch suggested by | Matthias Andree | 2005-11-10 | 1 | -5/+7 |
* | Use new host_fqdn() interface. | Matthias Andree | 2005-10-30 | 1 | -1/+4 |