Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminate an #ifdef. | Eric S. Raymond | 1996-09-25 | 1 | -282/+278 |
* | Eliminate unnecessary verbiage. | Eric S. Raymond | 1996-09-25 | 1 | -6/+0 |
* | Prevent buffer overun. | Eric S. Raymond | 1996-09-25 | 1 | -1/+1 |
* | Yet more simplification. | Eric S. Raymond | 1996-09-25 | 1 | -131/+49 |
* | Another simplification. | Eric S. Raymond | 1996-09-25 | 1 | -39/+7 |
* | One more simplification. | Eric S. Raymond | 1996-09-25 | 1 | -36/+4 |
* | Eliminate some unnecessary headers. | Eric S. Raymond | 1996-09-25 | 4 | -52/+8 |
* | POP2 now goes through the generic driver. | Eric S. Raymond | 1996-09-25 | 4 | -530/+132 |
* | Minor fixes. | Eric S. Raymond | 1996-09-24 | 1 | -2/+5 |
* | Quiet the program down a bit. | Eric S. Raymond | 1996-09-24 | 3 | -10/+19 |
* | Corrections. | Eric S. Raymond | 1996-09-24 | 1 | -39/+40 |
* | Added a needed prototype. | Eric S. Raymond | 1996-09-24 | 1 | -1/+1 |
* | Prevent buffer overrun. | Eric S. Raymond | 1996-09-24 | 1 | -1/+1 |
* | Eliminated the errorcodes file. | Eric S. Raymond | 1996-09-24 | 1 | -3/+2 |
* | *** empty log message *** | Eric S. Raymond | 1996-09-24 | 2 | -6/+7 |
* | *** empty log message *** | Eric S. Raymond | 1996-09-24 | 3 | -7/+5 |
* | Moved the protocol designation definition. | Eric S. Raymond | 1996-09-24 | 3 | -4/+9 |
* | Remove same name dependencies. | Eric S. Raymond | 1996-09-24 | 5 | -19/+21 |
* | Remove some dependencies on the name of the rc file. | Eric S. Raymond | 1996-09-24 | 3 | -12/+12 |
* | Improved RFC822 conformance in SMTP code. | Eric S. Raymond | 1996-09-24 | 4 | -28/+45 |
* | The great name change, again. | Eric S. Raymond | 1996-09-24 | 1 | -3/+8 |
* | The great name change. | Eric S. Raymond | 1996-09-24 | 24 | -220/+231 |
* | Initial revision | Eric S. Raymond | 1996-09-24 | 1 | -0/+34 |
* | Fixed a spellong error. | Eric S. Raymond | 1996-09-23 | 1 | -4/+4 |
* | Add release date. | Eric S. Raymond | 1996-09-23 | 1 | -1/+1 |
* | Ready to ship. | Eric S. Raymond | 1996-09-23 | 1 | -7/+10 |
* | Add a warning. | Eric S. Raymond | 1996-09-23 | 1 | -1/+1 |
* | Handle RFC822 continuation. | Eric S. Raymond | 1996-09-23 | 1 | -3/+19 |
* | Michael Scwendt's octet-listing change. | Eric S. Raymond | 1996-09-23 | 1 | -1/+1 |
* | Better protection against buffer overruns. | Eric S. Raymond | 1996-09-23 | 6 | -30/+30 |
* | Update docs. | Eric S. Raymond | 1996-09-23 | 2 | -2/+12 |
* | Add code to copy command line, so appending servers doesn't stomp on | Eric S. Raymond | 1996-09-23 | 3 | -8/+15 |
* | Add QNX installation instructions. | Eric S. Raymond | 1996-09-23 | 1 | -3/+9 |
* | Rob Funk's improved header parsing. | Eric S. Raymond | 1996-09-22 | 1 | -21/+44 |
* | Be robust in the presence of Sun NIS and other nonstandard password schemes. | Eric S. Raymond | 1996-09-20 | 3 | -33/+53 |
* | Changed the lockfile location. | Eric S. Raymond | 1996-09-20 | 3 | -9/+33 |
* | Added improved sizeticker code. | Eric S. Raymond | 1996-09-19 | 2 | -6/+8 |
* | Warnings about concurrent runs. | Eric S. Raymond | 1996-09-18 | 2 | -0/+44 |
* | RPOP is supported. | Eric S. Raymond | 1996-09-18 | 1 | -3/+3 |
* | QNX port. | Eric S. Raymond | 1996-09-13 | 6 | -1/+44 |
* | Initial revision | Eric S. Raymond | 1996-09-13 | 1 | -0/+91 |
* | Add RPOP support. | Eric S. Raymond | 1996-09-13 | 6 | -64/+73 |
* | Make SMTP forwarding the default. | Eric S. Raymond | 1996-09-12 | 3 | -35/+36 |
* | Allow # in password tokens. | Eric S. Raymond | 1996-09-12 | 1 | -1/+1 |
* | Prevent buffer overflow. | Eric S. Raymond | 1996-09-12 | 1 | -8/+6 |
* | Better debugging of SMTP stuff. | Eric S. Raymond | 1996-09-12 | 2 | -1/+10 |
* | No more `bis'. | Eric S. Raymond | 1996-09-12 | 2 | -2/+2 |
* | exclude --remote from POP3. | Eric S. Raymond | 1996-09-12 | 2 | -1/+7 |
* | Added port-specification option. | Eric S. Raymond | 1996-09-12 | 11 | -42/+54 |
* | More informative error messages. | Eric S. Raymond | 1996-09-12 | 1 | -5/+5 |