aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate some unnecessary headers.Eric S. Raymond1996-09-251-12/+2
| | | | svn path=/trunk/; revision=129
* POP2 now goes through the generic driver.Eric S. Raymond1996-09-251-12/+11
| | | | svn path=/trunk/; revision=128
* Minor fixes.Eric S. Raymond1996-09-241-2/+5
| | | | svn path=/trunk/; revision=127
* Quiet the program down a bit.Eric S. Raymond1996-09-241-5/+11
| | | | svn path=/trunk/; revision=126
* Improved RFC822 conformance in SMTP code.Eric S. Raymond1996-09-241-2/+4
| | | | svn path=/trunk/; revision=116
* The great name change.Eric S. Raymond1996-09-241-4/+4
| | | | svn path=/trunk/; revision=114
* Handle RFC822 continuation.Eric S. Raymond1996-09-231-3/+19
| | | | svn path=/trunk/; revision=108
* Michael Scwendt's octet-listing change.Eric S. Raymond1996-09-231-1/+1
| | | | svn path=/trunk/; revision=107
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-7/+7
| | | | svn path=/trunk/; revision=106
* Rob Funk's improved header parsing.Eric S. Raymond1996-09-221-21/+44
| | | | svn path=/trunk/; revision=102
* Added improved sizeticker code.Eric S. Raymond1996-09-191-6/+6
| | | | svn path=/trunk/; revision=99
* Better debugging of SMTP stuff.Eric S. Raymond1996-09-121-0/+9
| | | | svn path=/trunk/; revision=90
* Added port-specification option.Eric S. Raymond1996-09-121-2/+4
| | | | svn path=/trunk/; revision=87
* More informative error messages.Eric S. Raymond1996-09-121-5/+5
| | | | svn path=/trunk/; revision=86
* SMTP forwarding works.Eric S. Raymond1996-09-121-12/+45
| | | | svn path=/trunk/; revision=85
* SMTP forwarding complete; now to debug it.Eric S. Raymond1996-09-111-6/+220
| | | | svn path=/trunk/; revision=82
* Correct the rewrite logic.Eric S. Raymond1996-09-111-29/+80
| | | | svn path=/trunk/; revision=81
* Most of the way to SMTP forwarding.Eric S. Raymond1996-09-111-120/+152
| | | | svn path=/trunk/; revision=79
* Correct processing of greeting messages.Eric S. Raymond1996-08-271-2/+2
| | | | svn path=/trunk/; revision=75
* Initial revisionEric S. Raymond1996-08-271-0/+422
svn path=/trunk/; revision=72