aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dead USE_TCPIP_FOR_DNS code.Matthias Andree2007-06-101-18/+0
* Corrected Robert M. Funk's name that I misspelled. My sincere apologies.Matthias Andree2007-03-301-1/+1
* Update Copyright.Matthias Andree2007-01-101-1/+2
* * When requesting Kerberos V4, V5 or GSSAPI, complain and exit with syntax errorMatthias Andree2006-12-191-0/+24
* Call res_init() at the beginning of the poll, if the computer has res_search().Matthias Andree2006-12-081-0/+21
* Fix +GSS feature reporting.Matthias Andree2006-11-271-1/+1
* When going to sleep, log for how long.Matthias Andree2006-09-251-2/+2
* Ignore SIGPIPE, EPIPE must suffice as error.Matthias Andree2006-08-141-1/+1
* --logfile is now handled more carefully, errors opening the logfile are Matthias Andree2006-08-071-2/+15
* Fix SIGHUP behavior, broken since 5.9.13 (r3692).Matthias Andree2006-07-311-1/+1
* No longer stat rcfile if it's called -.Matthias Andree2006-06-121-3/+4
* Complain about fetchall in idle mode, too.Matthias Andree2006-05-211-2/+2
* Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes Matthias Andree2006-05-121-5/+5
* 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