Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup for PL3. | Eric S. Raymond | 1996-10-28 | 1 | -8/+6 |
* | Correct mda argument list building. | Eric S. Raymond | 1996-10-27 | 1 | -1/+1 |
* | 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 | 1 | -6/+6 |
* | gcc -Wall cleanup. | Eric S. Raymond | 1996-10-26 | 1 | -11/+11 |
* | Include mx.h, fix a memory leak. | Eric S. Raymond | 1996-10-26 | 1 | -1/+5 |
* | 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 | 1 | -64/+64 |
* | Added filtering by length. Ugh. | Eric S. Raymond | 1996-10-26 | 1 | -5/+28 |
* | Reorganize some code. | Eric S. Raymond | 1996-10-25 | 1 | -28/+27 |
* | Recove the driver to use setjmp/longjmp. | Eric S. Raymond | 1996-10-25 | 1 | -178/+174 |
* | Fix delivery to MDAs. | Eric S. Raymond | 1996-10-25 | 1 | -2/+2 |
* | 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 | 1 | -64/+90 |
* | Clean up the getmxrecords interface. | Eric S. Raymond | 1996-10-25 | 1 | -5/+5 |
* | We know how to look up MX records now. | Eric S. Raymond | 1996-10-25 | 1 | -23/+47 |
* | Another pass at making multidrop work OK. | Eric S. Raymond | 1996-10-25 | 1 | -22/+24 |
* | Bug fix. | Eric S. Raymond | 1996-10-25 | 1 | -1/+2 |
* | Support for multidrop mailboxes. | Eric S. Raymond | 1996-10-24 | 1 | -7/+122 |
* | Make nxtaddr terminate properly. | Eric S. Raymond | 1996-10-24 | 1 | -31/+11 |
* | 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 |
* | 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 |
* | Avoid the socket-exhaustion bug. | Eric S. Raymond | 1996-10-19 | 1 | -2/+2 |
* | Major improvements in --check processing. New-message count is now visible. | Eric S. Raymond | 1996-10-19 | 1 | -10/+17 |
* | Schwendt's correction to the sizeticker code. | Eric S. Raymond | 1996-10-19 | 1 | -13/+14 |
* | Catch another rewrite case. | Eric S. Raymond | 1996-10-18 | 1 | -1/+18 |
* | Use seteuid(2) during MDA execution. | Eric S. Raymond | 1996-10-18 | 1 | -1/+18 |
* | Remove all those obnoxious block comments. | Eric S. Raymond | 1996-10-17 | 1 | -157/+43 |
* | Message and documentation cleanup. | Eric S. Raymond | 1996-10-17 | 1 | -1/+4 |
* | Privilege-switching can't be done. | Eric S. Raymond | 1996-10-15 | 1 | -23/+0 |
* | Header cleanup. | Eric S. Raymond | 1996-10-15 | 1 | -1/+3 |
* | Simplify the autoconfig process a lot. | Eric S. Raymond | 1996-10-15 | 1 | -4/+9 |
* | Fix Johan Vromans's keep bug. | Eric S. Raymond | 1996-10-15 | 1 | -6/+6 |
* | Second round of QNX changes. | Eric S. Raymond | 1996-10-15 | 1 | -0/+17 |
* | Accept RFC822 headers with tabs in them. | Eric S. Raymond | 1996-10-14 | 1 | -4/+4 |
* | More informative messages. | Eric S. Raymond | 1996-10-14 | 1 | -3/+7 |
* | Try to change permissions when delivering from root. | Eric S. Raymond | 1996-10-14 | 1 | -0/+23 |
* | Password is now shrouded when -v is on. | Eric S. Raymond | 1996-10-14 | 1 | -15/+33 |
* | Add settable server-nonresponse timeout | Eric S. Raymond | 1996-10-13 | 1 | -5/+6 |
* | Fixes for UIDL and Kerberos problems. | Eric S. Raymond | 1996-10-13 | 1 | -1/+1 |
* | Excruciatingly correct CR-LF translation for qmail. | Eric S. Raymond | 1996-10-11 | 1 | -10/+57 |
* | Avoid trashing lines beginning with dots in IMAP. | Eric S. Raymond | 1996-10-11 | 1 | -2/+2 |
* | nuke any tag hanging out from previous query | Eric S. Raymond | 1996-10-11 | 1 | -0/+1 |
* | UIDs, take 3. | Eric S. Raymond | 1996-10-10 | 1 | -4/+5 |
* | Slightly less crowded messages. | Eric S. Raymond | 1996-10-10 | 1 | -1/+1 |
* | UIDs, phase 2. | Eric S. Raymond | 1996-10-10 | 1 | -1/+5 |
* | Implemented --auth as a way of generalizing the Kerberos support. | Eric S. Raymond | 1996-10-10 | 1 | -5/+13 |
* | Relocate the kerberos code to driver.c. | Eric S. Raymond | 1996-10-10 | 1 | -4/+73 |