aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminated socket.h.Eric S. Raymond1996-11-041-2/+22
* True internal buffering with stdio!Eric S. Raymond1996-11-041-7/+6
* Try to at least complain coherently when no from header.Eric S. Raymond1996-11-041-0/+6
* Don't append a spurious NUL to the headers.Eric S. Raymond1996-11-041-1/+0
* Fix incorrect deletion location.Eric S. Raymond1996-11-041-4/+1
* Deal with connect(2) bug.Eric S. Raymond1996-11-011-1/+1
* Header cleanup.Eric S. Raymond1996-11-011-1/+1
* %s is back.Eric S. Raymond1996-10-311-4/+7
* Correct echoing logic.Eric S. Raymond1996-10-311-2/+2
* STEP 8: All socket writes now go through SockWrite.Eric S. Raymond1996-10-311-5/+5
* STEP 7: Take mboxfd out of the SMTP logic path entirely.Eric S. Raymond1996-10-311-7/+21
* STEP 6: Socket() returns file pointer.Eric S. Raymond1996-10-311-6/+4
* STEP 4: Make SMTP functions take file pointer arguments.Eric S. Raymond1996-10-311-14/+17
* STEP 3: File pointer arguments in SockGets()/SockPuts().Eric S. Raymond1996-10-311-3/+3
* STEP 2: Prepare for SockGets/SockPuts argument change.Eric S. Raymond1996-10-311-4/+4
* STEP 1: Make all methods take file pointer arguments.Eric S. Raymond1996-10-311-25/+28
* Catch up with current bug fixes.Eric S. Raymond1996-10-311-15/+37
* Fix fatal alloca bug.Eric S. Raymond1996-10-301-1/+1
* Handle multiple comma-separated local names correctly.Eric S. Raymond1996-10-301-3/+2
* Fix the damn single-poll-loop bug.Eric S. Raymond1996-10-291-8/+11
* smtp_close isn't used any more.Eric S. Raymond1996-10-291-9/+0
* Only open one conneection per host in daemon mode.Eric S. Raymond1996-10-291-33/+27
* Reorganize slightly.Eric S. Raymond1996-10-281-19/+34
* Added some more intelligible debug messages.Eric S. Raymond1996-10-281-0/+3
* Added some more intelligible debug messages.Eric S. Raymond1996-10-281-2/+12
* Don't open SMTP connection until it's needed.Eric S. Raymond1996-10-281-17/+18
* Better optimization.Eric S. Raymond1996-10-281-2/+2
* Handle nested parentheses in RFC822 comments.Eric S. Raymond1996-10-281-3/+18
* Cleanup for PL3.Eric S. Raymond1996-10-281-8/+6
* Correct mda argument list building.Eric S. Raymond1996-10-271-1/+1
* Correct the defaults logic.Eric S. Raymond1996-10-271-4/+5
* Fix core dump bug in default-user logic.Eric S. Raymond1996-10-271-6/+6
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-11/+11
* Include mx.h, fix a memory leak.Eric S. Raymond1996-10-261-1/+5
* Move the timeout setup.Eric S. Raymond1996-10-261-9/+5
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-64/+64
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-5/+28
* Reorganize some code.Eric S. Raymond1996-10-251-28/+27
* Recove the driver to use setjmp/longjmp.Eric S. Raymond1996-10-251-178/+174
* Fix delivery to MDAs.Eric S. Raymond1996-10-251-2/+2
* Use the precomputed canonical_name for Kerberos authentication.Eric S. Raymond1996-10-251-20/+6
* MDAs should be able to handle multidrop mailboxes now too.Eric S. Raymond1996-10-251-64/+90
* Clean up the getmxrecords interface.Eric S. Raymond1996-10-251-5/+5
* We know how to look up MX records now.Eric S. Raymond1996-10-251-23/+47
* Another pass at making multidrop work OK.Eric S. Raymond1996-10-251-22/+24
* Bug fix.Eric S. Raymond1996-10-251-1/+2
* Support for multidrop mailboxes.Eric S. Raymond1996-10-241-7/+122
* Make nxtaddr terminate properly.Eric S. Raymond1996-10-241-31/+11
* Reset token count on comma.Eric S. Raymond1996-10-231-1/+2
* Avoid hosing up on continuation lines.Eric S. Raymond1996-10-231-12/+32