aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid a silly core-dump.Eric S. Raymond1998-07-251-0/+1
| | | | svn path=/trunk/; revision=2020
* Chabge the spam-block default.Eric S. Raymond1998-07-201-0/+2
| | | | svn path=/trunk/; revision=2008
* Cosmetic fix.Eric S. Raymond1998-07-201-8/+9
| | | | svn path=/trunk/; revision=2006
* Cosmetic fix.Eric S. Raymond1998-07-201-1/+2
| | | | svn path=/trunk/; revision=2005
* Cosmetic fix.Eric S. Raymond1998-07-201-2/+1
| | | | svn path=/trunk/; revision=1998
* Can specify multiple spam-blocks now.Eric S. Raymond1998-07-201-5/+14
| | | | svn path=/trunk/; revision=1997
* Eliminate some DNS round trips.Eric S. Raymond1998-07-201-44/+31
| | | | svn path=/trunk/; revision=1991
* Added postmaster option.Eric S. Raymond1998-07-201-0/+13
| | | | svn path=/trunk/; revision=1986
* GSSAPI support is rockin'!Eric S. Raymond1998-07-201-3/+12
| | | | svn path=/trunk/; revision=1979
* Added nosyslog.Eric S. Raymond1998-07-141-1/+1
| | | | svn path=/trunk/; revision=1967
* Enrico Musio's IP-checkalias patch.Eric S. Raymond1998-06-291-1/+10
| | | | svn path=/trunk/; revision=1944
* Duh. Synthesized record has to be declared active.Eric S. Raymond1998-06-171-0/+1
| | | | svn path=/trunk/; revision=1941
* Another option fix from Gunther.Eric S. Raymond1998-06-161-7/+8
| | | | svn path=/trunk/; revision=1937
* Cosmetic fix.Eric S. Raymond1998-06-161-1/+1
| | | | svn path=/trunk/; revision=1936
* Ready to ship.Eric S. Raymond1998-06-121-7/+7
| | | | svn path=/trunk/; revision=1935
* Gunther Leber again.Eric S. Raymond1998-06-071-124/+133
| | | | svn path=/trunk/; revision=1924
* Solve Marty Lee's bug.Eric S. Raymond1998-06-051-11/+17
| | | | svn path=/trunk/; revision=1912
* Control verbosity.Eric S. Raymond1998-06-051-1/+1
| | | | svn path=/trunk/; revision=1902
* Brendan Cully's fixes for GSSAPI.Eric S. Raymond1998-06-041-3/+11
| | | | svn path=/trunk/; revision=1892
* Fix argument-merging.Eric S. Raymond1998-06-031-3/+71
| | | | svn path=/trunk/; revision=1879
* idfile processing patch.Eric S. Raymond1998-06-031-8/+9
| | | | svn path=/trunk/; revision=1876
* SunOS fix.Eric S. Raymond1998-06-021-1/+1
| | | | svn path=/trunk/; revision=1870
* Banish syslog.Eric S. Raymond1998-06-021-1/+1
| | | | svn path=/trunk/; revision=1868
* user error(), not syslog.Eric S. Raymond1998-05-271-2/+2
| | | | svn path=/trunk/; revision=1865
* Fix the idfile option.Eric S. Raymond1998-05-251-1/+1
| | | | svn path=/trunk/; revision=1829
* Kok Seng's package to prevent UID lossage.Eric S. Raymond1998-05-251-3/+14
| | | | svn path=/trunk/; revision=1826
* Gunter's command-line fixes.Eric S. Raymond1998-05-251-8/+16
| | | | svn path=/trunk/; revision=1823
* We can utter a Python initializer now.Eric S. Raymond1998-05-231-1/+1
| | | | svn path=/trunk/; revision=1812
* Added configuration dumper.Eric S. Raymond1998-05-231-4/+6
| | | | svn path=/trunk/; revision=1809
* Global options have been consolidated into a single control block.Eric S. Raymond1998-05-231-276/+291
| | | | svn path=/trunk/; revision=1807
* Two more fixes by Gunther Leber.Eric S. Raymond1998-05-231-10/+42
| | | | svn path=/trunk/; revision=1801
* Gunther Leber's patch.Eric S. Raymond1998-05-221-1/+1
| | | | svn path=/trunk/; revision=1796
* Added mimedecode dumping.Eric S. Raymond1998-05-221-0/+3
| | | | svn path=/trunk/; revision=1795
* Added idfile.Eric S. Raymond1998-05-221-0/+5
| | | | svn path=/trunk/; revision=1794
* Various bug fixes.Eric S. Raymond1998-05-221-1/+1
| | | | svn path=/trunk/; revision=1792
* Core dump fix.Eric S. Raymond1998-05-171-2/+2
| | | | svn path=/trunk/; revision=1791
* Typo fix.Eric S. Raymond1998-04-141-1/+1
| | | | svn path=/trunk/; revision=1737
* Eliminate caseblinding of UID comparisons.Eric S. Raymond1998-04-141-2/+2
| | | | svn path=/trunk/; revision=1736
* Prevent pathological circular lists.Eric S. Raymond1998-03-261-7/+6
| | | | svn path=/trunk/; revision=1730
* Prevernt formation of pathological lists.Eric S. Raymond1998-03-241-0/+6
| | | | svn path=/trunk/; revision=1722
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-0/+1
| | | | svn path=/trunk/; revision=1719
* Make the signal-based wait work again.Eric S. Raymond1998-03-181-3/+5
| | | | svn path=/trunk/; revision=1710
* Re-engineer the UIDL stuff to avoid having the status flag collideEric S. Raymond1998-03-131-4/+4
| | | | | | with message numbers. svn path=/trunk/; revision=1699
* Minor cleanup.Eric S. Raymond1998-03-101-0/+1
| | | | svn path=/trunk/; revision=1696
* Reorganization.Eric S. Raymond1998-03-071-18/+22
| | | | svn path=/trunk/; revision=1694
* Configurable antispam response.Eric S. Raymond1998-03-061-0/+6
| | | | svn path=/trunk/; revision=1689
* Stracke's fix.Eric S. Raymond1998-03-031-0/+1
| | | | svn path=/trunk/; revision=1685
* Kerberos V support.Eric S. Raymond1998-03-031-3/+11
| | | | svn path=/trunk/; revision=1682
* SIGALRM flakiness fix.Eric S. Raymond1998-03-031-0/+33
| | | | svn path=/trunk/; revision=1681
* MSGBUFSIZE everywhere.Eric S. Raymond1998-02-261-1/+1
| | | | svn path=/trunk/; revision=1678