Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct the defaults logic. | Eric S. Raymond | 1996-10-27 | 1 | -4/+5 |
* | Fix core dump bug in default-user logic. | Eric S. Raymond | 1996-10-27 | 3 | -15/+9 |
* | gcc -Wall cleanup. | Eric S. Raymond | 1996-10-26 | 14 | -112/+158 |
* | Include mx.h, fix a memory leak. | Eric S. Raymond | 1996-10-26 | 5 | -33/+31 |
* | Better documentation. | Eric S. Raymond | 1996-10-26 | 2 | -73/+68 |
* | Move the timeout setup. | Eric S. Raymond | 1996-10-26 | 1 | -9/+5 |
* | Major changes of data structure and variable names. | Eric S. Raymond | 1996-10-26 | 9 | -293/+295 |
* | Added filtering by length. Ugh. | Eric S. Raymond | 1996-10-26 | 11 | -12/+149 |
* | Correctly document the multidrop stuff. | Eric S. Raymond | 1996-10-26 | 1 | -22/+18 |
* | Comment cleaning. | Eric S. Raymond | 1996-10-25 | 2 | -17/+3 |
* | Reorganize some code. | Eric S. Raymond | 1996-10-25 | 2 | -30/+27 |
* | Recove the driver to use setjmp/longjmp. | Eric S. Raymond | 1996-10-25 | 1 | -178/+174 |
* | Document recent changes. | Eric S. Raymond | 1996-10-25 | 3 | -7/+21 |
* | Fix delivery to MDAs. | Eric S. Raymond | 1996-10-25 | 3 | -5/+3 |
* | Use the precomputed canonical_name for Kerberos authentication. | Eric S. Raymond | 1996-10-25 | 1 | -20/+6 |
* | MDAs should be able to handle multidrop mailboxes now too. | Eric S. Raymond | 1996-10-25 | 3 | -73/+101 |
* | More economical buffer sizing. | Eric S. Raymond | 1996-10-25 | 1 | -2/+6 |
* | Clean up the getmxrecords interface. | Eric S. Raymond | 1996-10-25 | 3 | -17/+34 |
* | Initial revision | Eric S. Raymond | 1996-10-25 | 2 | -0/+94 |
* | We know how to look up MX records now. | Eric S. Raymond | 1996-10-25 | 2 | -25/+49 |
* | Fix embarassing bug. | Eric S. Raymond | 1996-10-25 | 1 | -1/+1 |
* | Another pass at making multidrop work OK. | Eric S. Raymond | 1996-10-25 | 3 | -25/+34 |
* | Bug fix. | Eric S. Raymond | 1996-10-25 | 1 | -1/+2 |
* | Support for multidrop mailboxes. | Eric S. Raymond | 1996-10-24 | 10 | -44/+363 |
* | Paul Traina's crash fix. | Eric S. Raymond | 1996-10-24 | 1 | -1/+1 |
* | Don't need to pacify exim any more. | Eric S. Raymond | 1996-10-24 | 1 | -12/+0 |
* | Make nxtaddr terminate properly. | Eric S. Raymond | 1996-10-24 | 1 | -31/+11 |
* | Update. | Eric S. Raymond | 1996-10-24 | 1 | -0/+3 |
* | Be nore explicit. | Eric S. Raymond | 1996-10-23 | 1 | -1/+1 |
* | Typo fix. | Eric S. Raymond | 1996-10-23 | 1 | -1/+1 |
* | POP3 warning. | Eric S. Raymond | 1996-10-23 | 1 | -3/+9 |
* | Reset token count on comma. | Eric S. Raymond | 1996-10-23 | 1 | -1/+2 |
* | Avoid hosing up on continuation lines. | Eric S. Raymond | 1996-10-23 | 1 | -12/+32 |
* | No more FLAGS.SILENT. | Eric S. Raymond | 1996-10-21 | 2 | -11/+5 |
* | Cleaner UIDL. | Eric S. Raymond | 1996-10-21 | 1 | -6/+4 |
* | Screem loudly on protocol errors. | Eric S. Raymond | 1996-10-21 | 1 | -5/+7 |
* | Better errorb bailout in the UIDL handling. | Eric S. Raymond | 1996-10-21 | 1 | -5/+8 |
* | Deeal with exim. | Eric S. Raymond | 1996-10-21 | 1 | -0/+12 |
* | Speculative change to unused code. | Eric S. Raymond | 1996-10-21 | 1 | -3/+3 |
* | Crap out sooner on SMTP failure. | Eric S. Raymond | 1996-10-21 | 1 | -1/+1 |
* | Add our own yywrap. | Eric S. Raymond | 1996-10-21 | 1 | -0/+4 |
* | Comment cleanup. | Eric S. Raymond | 1996-10-21 | 1 | -88/+12 |
* | Avoid the socket-exhaustion bug. | Eric S. Raymond | 1996-10-19 | 4 | -4/+53 |
* | Major improvements in --check processing. New-message count is now visible. | Eric S. Raymond | 1996-10-19 | 8 | -20/+66 |
* | Don't set up MDA if we're in check_only mode. | Eric S. Raymond | 1996-10-19 | 1 | -1/+1 |
* | Better octet-message parsing. | Eric S. Raymond | 1996-10-19 | 2 | -2/+13 |
* | Schwendt's correction to the sizeticker code. | Eric S. Raymond | 1996-10-19 | 1 | -13/+14 |
* | Don't allow a fetchmail with arguments to wake up a daemon. | Eric S. Raymond | 1996-10-19 | 1 | -0/+7 |
* | Expand SMTP buffers to deal with long greeting messages. | Eric S. Raymond | 1996-10-18 | 1 | -1/+1 |
* | Catch another rewrite case. | Eric S. Raymond | 1996-10-18 | 2 | -1/+20 |