| Commit message (Expand) | Author | Age | Files | Lines |
* | --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 |
* | Do not break some other process's lockfile in "-q" mode, but wait for | Matthias Andree | 2005-10-30 | 1 | -3/+12 |
* | Bury on_exit() officially - hasn't worked since 6.0.0 or even longer. | Matthias Andree | 2005-10-30 | 1 | -1/+1 |
* | - make fetchmail --silent --quit really silent, Debian Bug #229014 by | Matthias Andree | 2005-10-30 | 1 | -20/+32 |
* | Fix display and documentation of --envelope option. | Matthias Andree | 2005-09-22 | 1 | -2/+2 |
* | Do not translate name of "Received" message header field. | Matthias Andree | 2005-09-22 | 1 | -1/+1 |
* | Revise error messages, suggested by Thomas Wolff. | Matthias Andree | 2005-09-21 | 1 | -2/+2 |
* | Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn". | Matthias Andree | 2005-09-20 | 1 | -0/+3 |
* | Merge Sunil Shetye's --limitflush patch. | Matthias Andree | 2005-09-17 | 1 | -1/+7 |
* | Large protocol independence patch. | Matthias Andree | 2005-08-28 | 1 | -28/+11 |
* | Remove port/service dualism and make everything a service. | Matthias Andree | 2005-08-02 | 1 | -28/+19 |
* | Define temporary variable with #ifdefs rather than using these inside a macro... | Matthias Andree | 2005-08-01 | 1 | -3/+4 |
* | Kill alloca(). | Matthias Andree | 2005-07-31 | 1 | -1/+2 |
* | INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr... | Matthias Andree | 2005-07-30 | 1 | -11/+0 |
* | sprintf -> snprintf. | Matthias Andree | 2005-07-30 | 1 | -23/+25 |
* | strcpy -> strlcpy, strcat -> strlcat | Matthias Andree | 2005-07-30 | 1 | -1/+1 |
* | Rename lock_release to fm_lock_release, to avoid namespace collision on | Matthias Andree | 2005-07-23 | 1 | -2/+2 |
* | Remove a check that is always true. Found by Nico Golde. | Matthias Andree | 2005-07-23 | 1 | -7/+6 |
* | Print a warning that running fetchmail as root is discouraged. | Matthias Andree | 2005-07-20 | 1 | -0/+4 |
* | Make tracepolls a server option, as documented. Fixes Debian bug #156094. | Matthias Andree | 2005-07-18 | 1 | -2/+2 |
* | Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported by | Matthias Andree | 2005-07-05 | 1 | -1/+1 |
* | Plug one of the .netrc memory leaks. | Matthias Andree | 2005-07-03 | 1 | -0/+1 |
* | i18n fixes, cs.po updates, by Miloslav Trmac. | Matthias Andree | 2005-07-03 | 1 | -43/+44 |
* | Drop unused #include. | Matthias Andree | 2005-07-03 | 1 | -1/+0 |
* | Fix pluralization. | Matthias Andree | 2005-04-27 | 1 | -1/+1 |
* | Merge SuSE's fetchmail-6.2.5-implicit-declaration.patch | Matthias Andree | 2005-04-25 | 1 | -0/+4 |
* | Print warning if multidrop is configured, but not envelope option. | Matthias Andree | 2005-04-13 | 1 | -3/+12 |
* | Add a FIXME comment. | Matthias Andree | 2005-03-19 | 1 | -0/+4 |
* | Make iana_charset variable a const char * (was char *). | Matthias Andree | 2004-11-08 | 1 | -1/+1 |
* | Fix showdots parsing bug that maps preliminary to final flag values twice, | Matthias Andree | 2004-11-08 | 1 | -9/+10 |