aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Better cvomments.Eric S. Raymond1996-10-011-0/+8
| | | | svn path=/trunk/; revision=193
* Simplify the driver main loop.Eric S. Raymond1996-10-011-30/+23
| | | | svn path=/trunk/; revision=189
* The great options massacre.Eric S. Raymond1996-09-281-154/+57
| | | | svn path=/trunk/; revision=178
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-3/+8
| | | | svn path=/trunk/; revision=168
* Code reorganization, to make it easier for the new UIDL support.Eric S. Raymond1996-09-271-35/+45
| | | | svn path=/trunk/; revision=166
* We know APOP works. Also add a POP3 optimization.Eric S. Raymond1996-09-271-3/+1
| | | | svn path=/trunk/; revision=165
* Add code to bind to privileged port as needed for RPOP.Eric S. Raymond1996-09-261-0/+28
| | | | svn path=/trunk/; revision=160
* Reorganize to speed up typical case.Eric S. Raymond1996-09-261-37/+43
| | | | svn path=/trunk/; revision=159
* Quiet the program.Eric S. Raymond1996-09-261-1/+1
| | | | svn path=/trunk/; revision=158
* Even more improved sizeticker.Eric S. Raymond1996-09-261-3/+3
| | | | svn path=/trunk/; revision=156
* Reorganize to eliminate forward declarations.Eric S. Raymond1996-09-251-2/+3
| | | | svn path=/trunk/; revision=136
* Eliminate an #ifdef.Eric S. Raymond1996-09-251-282/+278
| | | | svn path=/trunk/; revision=135
* 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