aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 unnecessary verbiage.Eric S. Raymond1996-09-251-6/+0
| | | | svn path=/trunk/; revision=134
* Prevent buffer overun.Eric S. Raymond1996-09-251-1/+1
| | | | svn path=/trunk/; revision=133
* Yet more simplification.Eric S. Raymond1996-09-251-131/+49
| | | | svn path=/trunk/; revision=132
* Another simplification.Eric S. Raymond1996-09-251-39/+7
| | | | svn path=/trunk/; revision=131
* One more simplification.Eric S. Raymond1996-09-251-36/+4
| | | | svn path=/trunk/; revision=130
* Eliminate some unnecessary headers.Eric S. Raymond1996-09-254-52/+8
| | | | svn path=/trunk/; revision=129
* POP2 now goes through the generic driver.Eric S. Raymond1996-09-254-530/+132
| | | | 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-243-10/+19
| | | | svn path=/trunk/; revision=126
* Corrections.Eric S. Raymond1996-09-241-39/+40
| | | | svn path=/trunk/; revision=125
* Added a needed prototype.Eric S. Raymond1996-09-241-1/+1
| | | | svn path=/trunk/; revision=124
* Prevent buffer overrun.Eric S. Raymond1996-09-241-1/+1
| | | | svn path=/trunk/; revision=123
* Eliminated the errorcodes file.Eric S. Raymond1996-09-241-3/+2
| | | | svn path=/trunk/; revision=122
* *** empty log message ***Eric S. Raymond1996-09-242-6/+7
| | | | svn path=/trunk/; revision=121
* *** empty log message ***Eric S. Raymond1996-09-243-7/+5
| | | | svn path=/trunk/; revision=120
* Moved the protocol designation definition.Eric S. Raymond1996-09-243-4/+9
| | | | svn path=/trunk/; revision=119
* Remove same name dependencies.Eric S. Raymond1996-09-245-19/+21
| | | | svn path=/trunk/; revision=118
* Remove some dependencies on the name of the rc file.Eric S. Raymond1996-09-243-12/+12
| | | | svn path=/trunk/; revision=117
* Improved RFC822 conformance in SMTP code.Eric S. Raymond1996-09-244-28/+45
| | | | svn path=/trunk/; revision=116
* The great name change, again.Eric S. Raymond1996-09-241-3/+8
| | | | svn path=/trunk/; revision=115
* The great name change.Eric S. Raymond1996-09-2424-220/+231
| | | | svn path=/trunk/; revision=114
* Initial revisionEric S. Raymond1996-09-241-0/+34
| | | | svn path=/trunk/; revision=113
* Fixed a spellong error.Eric S. Raymond1996-09-231-4/+4
| | | | svn path=/trunk/; revision=112
* Add release date.Eric S. Raymond1996-09-231-1/+1
| | | | svn path=/trunk/; revision=111
* Ready to ship.Eric S. Raymond1996-09-231-7/+10
| | | | svn path=/trunk/; revision=110
* Add a warning.Eric S. Raymond1996-09-231-1/+1
| | | | svn path=/trunk/; revision=109
* 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-236-30/+30
| | | | svn path=/trunk/; revision=106
* Update docs.Eric S. Raymond1996-09-232-2/+12
| | | | svn path=/trunk/; revision=105
* Add code to copy command line, so appending servers doesn't stomp onEric S. Raymond1996-09-233-8/+15
| | | | | | the environment space. svn path=/trunk/; revision=104
* Add QNX installation instructions.Eric S. Raymond1996-09-231-3/+9
| | | | svn path=/trunk/; revision=103
* Rob Funk's improved header parsing.Eric S. Raymond1996-09-221-21/+44
| | | | svn path=/trunk/; revision=102
* Be robust in the presence of Sun NIS and other nonstandard password schemes.Eric S. Raymond1996-09-203-33/+53
| | | | svn path=/trunk/; revision=101
* Changed the lockfile location.Eric S. Raymond1996-09-203-9/+33
| | | | svn path=/trunk/; revision=100
* Added improved sizeticker code.Eric S. Raymond1996-09-192-6/+8
| | | | svn path=/trunk/; revision=99
* Warnings about concurrent runs.Eric S. Raymond1996-09-182-0/+44
| | | | svn path=/trunk/; revision=98
* RPOP is supported.Eric S. Raymond1996-09-181-3/+3
| | | | svn path=/trunk/; revision=97
* QNX port.Eric S. Raymond1996-09-136-1/+44
| | | | svn path=/trunk/; revision=96
* Initial revisionEric S. Raymond1996-09-131-0/+91
| | | | svn path=/trunk/; revision=95
* Add RPOP support.Eric S. Raymond1996-09-136-64/+73
| | | | svn path=/trunk/; revision=94
* Make SMTP forwarding the default.Eric S. Raymond1996-09-123-35/+36
| | | | svn path=/trunk/; revision=93
* Allow # in password tokens.Eric S. Raymond1996-09-121-1/+1
| | | | svn path=/trunk/; revision=92
* Prevent buffer overflow.Eric S. Raymond1996-09-121-8/+6
| | | | svn path=/trunk/; revision=91
* Better debugging of SMTP stuff.Eric S. Raymond1996-09-122-1/+10
| | | | svn path=/trunk/; revision=90
* No more `bis'.Eric S. Raymond1996-09-122-2/+2
| | | | svn path=/trunk/; revision=89
* exclude --remote from POP3.Eric S. Raymond1996-09-122-1/+7
| | | | svn path=/trunk/; revision=88
* Added port-specification option.Eric S. Raymond1996-09-1211-42/+54
| | | | svn path=/trunk/; revision=87