aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
* Add pidfile option, requested by Héctor García.Matthias Andree2006-04-021-1/+4
* Lower fastuidl default to 4 (was 10). Patch by Sunil Shetye.Matthias Andree2006-03-141-1/+1
* Fix more compiler warnings.Matthias Andree2006-03-141-1/+1
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-11/+12
* add Mirek's fetchmail-lmtp.patch to fix an operator precedence bug '||' vs ','Matthias Andree2006-03-131-3/+3
* Update copyright.Matthias Andree2006-03-101-2/+2
* Load UID lists only after initializing report/syslog.Matthias Andree2006-03-031-8/+12
* Free netrc list as soon as it's no longer needed.Matthias Andree2006-01-191-0/+3
* fetchmail --version now prints the copyright notice.Matthias Andree2006-01-141-1/+14
* Quiet compiler warning.Matthias Andree2006-01-041-1/+1
* Some verbose output disappeared in debug mode. Adding further -v optionsMatthias Andree2006-01-041-1/+1
* Don't complain about fetchall keep in --dumpconfig mode.Matthias Andree2005-12-291-2/+1
* Merge patch by Sunil Sheteye to fix five bugs:Matthias Andree2005-12-131-29/+0
* The default for --smtphost is now always "localhost" regardless ofMatthias Andree2005-11-101-7/+5
* Unbreak --smtphost default, reported and different patch suggested byMatthias Andree2005-11-101-5/+7
* Use new host_fqdn() interface.Matthias Andree2005-10-301-1/+4
* Do not break some other process's lockfile in "-q" mode, but wait for Matthias Andree2005-10-301-3/+12
* Bury on_exit() officially - hasn't worked since 6.0.0 or even longer.Matthias Andree2005-10-301-1/+1
* - make fetchmail --silent --quit really silent, Debian Bug #229014 by Matthias Andree2005-10-301-20/+32
* Fix display and documentation of --envelope option.Matthias Andree2005-09-221-2/+2
* Do not translate name of "Received" message header field.Matthias Andree2005-09-221-1/+1
* Revise error messages, suggested by Thomas Wolff.Matthias Andree2005-09-211-2/+2
* Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn".Matthias Andree2005-09-201-0/+3
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-1/+7
* Large protocol independence patch.Matthias Andree2005-08-281-28/+11
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-28/+19
* Define temporary variable with #ifdefs rather than using these inside a macro...Matthias Andree2005-08-011-3/+4
* Kill alloca().Matthias Andree2005-07-311-1/+2
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-301-11/+0
* sprintf -> snprintf.Matthias Andree2005-07-301-23/+25
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-1/+1
* Rename lock_release to fm_lock_release, to avoid namespace collision onMatthias Andree2005-07-231-2/+2
* Remove a check that is always true. Found by Nico Golde.Matthias Andree2005-07-231-7/+6
* Print a warning that running fetchmail as root is discouraged.Matthias Andree2005-07-201-0/+4
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-2/+2
* Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported byMatthias Andree2005-07-051-1/+1
* Plug one of the .netrc memory leaks.Matthias Andree2005-07-031-0/+1
* i18n fixes, cs.po updates, by Miloslav Trmac.Matthias Andree2005-07-031-43/+44
* Drop unused #include.Matthias Andree2005-07-031-1/+0
* Fix pluralization.Matthias Andree2005-04-271-1/+1
* Merge SuSE's fetchmail-6.2.5-implicit-declaration.patchMatthias Andree2005-04-251-0/+4
* Print warning if multidrop is configured, but not envelope option.Matthias Andree2005-04-131-3/+12
* Add a FIXME comment.Matthias Andree2005-03-191-0/+4
* Make iana_charset variable a const char * (was char *).Matthias Andree2004-11-081-1/+1
* Fix showdots parsing bug that maps preliminary to final flag values twice,Matthias Andree2004-11-081-9/+10
* Provide iana_charset, a normalized IANA charmap name.Matthias Andree2004-11-071-0/+11
* Fix miscellaneous warnings.Matthias Andree2004-10-201-7/+4
* Fix HESIOD compile failure on FreeBSD 5-CURRENT,Matthias Andree2004-06-201-0/+3
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-19/+19
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-2/+0