]> Pileus Git - ~andy/fetchmail/history - driver.c
STEP 9: Eliminate the static buffer in the socket library.
[~andy/fetchmail] / driver.c
1996-10-31 Eric S. RaymondCorrect echoing logic.
1996-10-31 Eric S. RaymondSTEP 8: All socket writes now go through SockWrite.
1996-10-31 Eric S. RaymondSTEP 7: Take mboxfd out of the SMTP logic path entirely.
1996-10-31 Eric S. RaymondSTEP 6: Socket() returns file pointer.
1996-10-31 Eric S. RaymondSTEP 4: Make SMTP functions take file pointer arguments.
1996-10-31 Eric S. RaymondSTEP 3: File pointer arguments in SockGets()/SockPuts().
1996-10-31 Eric S. RaymondSTEP 2: Prepare for SockGets/SockPuts argument change.
1996-10-31 Eric S. RaymondSTEP 1: Make all methods take file pointer arguments.
1996-10-31 Eric S. RaymondCatch up with current bug fixes.
1996-10-30 Eric S. RaymondFix fatal alloca bug.
1996-10-30 Eric S. RaymondHandle multiple comma-separated local names correctly.
1996-10-29 Eric S. RaymondFix the damn single-poll-loop bug.
1996-10-29 Eric S. Raymondsmtp_close isn't used any more.
1996-10-29 Eric S. RaymondOnly open one conneection per host in daemon mode.
1996-10-28 Eric S. RaymondReorganize slightly.
1996-10-28 Eric S. RaymondAdded some more intelligible debug messages.
1996-10-28 Eric S. RaymondAdded some more intelligible debug messages.
1996-10-28 Eric S. RaymondDon't open SMTP connection until it's needed.
1996-10-28 Eric S. RaymondBetter optimization.
1996-10-28 Eric S. RaymondHandle nested parentheses in RFC822 comments.
1996-10-28 Eric S. RaymondCleanup for PL3.
1996-10-27 Eric S. RaymondCorrect mda argument list building.
1996-10-27 Eric S. RaymondCorrect the defaults logic.
1996-10-27 Eric S. RaymondFix core dump bug in default-user logic.
1996-10-26 Eric S. Raymondgcc -Wall cleanup.
1996-10-26 Eric S. RaymondInclude mx.h, fix a memory leak.
1996-10-26 Eric S. RaymondMove the timeout setup.
1996-10-26 Eric S. RaymondMajor changes of data structure and variable names.
1996-10-26 Eric S. RaymondAdded filtering by length. Ugh.
1996-10-25 Eric S. RaymondReorganize some code.
1996-10-25 Eric S. RaymondRecove the driver to use setjmp/longjmp.
1996-10-25 Eric S. RaymondFix delivery to MDAs.
1996-10-25 Eric S. RaymondUse the precomputed canonical_name for Kerberos authent...
1996-10-25 Eric S. RaymondMDAs should be able to handle multidrop mailboxes now...
1996-10-25 Eric S. RaymondClean up the getmxrecords interface.
1996-10-25 Eric S. RaymondWe know how to look up MX records now.
1996-10-25 Eric S. RaymondAnother pass at making multidrop work OK.
1996-10-25 Eric S. RaymondBug fix.
1996-10-24 Eric S. RaymondSupport for multidrop mailboxes.
1996-10-24 Eric S. RaymondMake nxtaddr terminate properly.
1996-10-23 Eric S. RaymondReset token count on comma.
1996-10-23 Eric S. RaymondAvoid hosing up on continuation lines.
1996-10-21 Eric S. RaymondSpeculative change to unused code.
1996-10-21 Eric S. RaymondCrap out sooner on SMTP failure.
1996-10-19 Eric S. RaymondAvoid the socket-exhaustion bug.
1996-10-19 Eric S. RaymondMajor improvements in --check processing. New-message...
1996-10-19 Eric S. RaymondSchwendt's correction to the sizeticker code.
1996-10-18 Eric S. RaymondCatch another rewrite case.
1996-10-18 Eric S. RaymondUse seteuid(2) during MDA execution.
1996-10-17 Eric S. RaymondRemove all those obnoxious block comments.
1996-10-17 Eric S. RaymondMessage and documentation cleanup.
1996-10-15 Eric S. RaymondPrivilege-switching can't be done.
1996-10-15 Eric S. RaymondHeader cleanup.
1996-10-15 Eric S. RaymondSimplify the autoconfig process a lot.
1996-10-15 Eric S. RaymondFix Johan Vromans's keep bug.
1996-10-15 Eric S. RaymondSecond round of QNX changes.
1996-10-14 Eric S. RaymondAccept RFC822 headers with tabs in them.
1996-10-14 Eric S. RaymondMore informative messages.
1996-10-14 Eric S. RaymondTry to change permissions when delivering from root.
1996-10-14 Eric S. RaymondPassword is now shrouded when -v is on.
1996-10-13 Eric S. RaymondAdd settable server-nonresponse timeout
1996-10-13 Eric S. RaymondFixes for UIDL and Kerberos problems.
1996-10-11 Eric S. RaymondExcruciatingly correct CR-LF translation for qmail.
1996-10-11 Eric S. RaymondAvoid trashing lines beginning with dots in IMAP.
1996-10-11 Eric S. Raymondnuke any tag hanging out from previous query
1996-10-10 Eric S. RaymondUIDs, take 3.
1996-10-10 Eric S. RaymondSlightly less crowded messages.
1996-10-10 Eric S. RaymondUIDs, phase 2.
1996-10-10 Eric S. RaymondImplemented --auth as a way of generalizing the Kerbero...
1996-10-10 Eric S. RaymondRelocate the kerberos code to driver.c.
1996-10-10 Eric S. RaymondChris Hanson's Kerberos support, plus documentation.
1996-10-09 Eric S. RaymondQuieter progress messages.
1996-10-09 Eric S. RaymondRemoved all pretentions to RPOP support.
1996-10-09 Eric S. RaymondRemoved all pretentions to RPOP support.
1996-10-09 Eric S. RaymondMessage fix.
1996-10-09 Eric S. RaymondTypo fix.
1996-10-09 Eric S. RaymondReset timeout so we don't choke on very long messages.
1996-10-09 Eric S. RaymondPut timeout default in configuration file.
1996-10-09 Eric S. RaymondArrange for timeout by client if server connection...
1996-10-08 Eric S. RaymondDon't send \r\n to MDAs.
1996-10-08 Eric S. RaymondTermination fix.
1996-10-08 Eric S. RaymondBug fixes and better RC file documentation.
1996-10-07 Eric S. RaymondCleaner termination.
1996-10-04 Eric S. RaymondRestore --mda, with cleaner implementation this time.
1996-10-03 Eric S. RaymondAvoid croaking on all-lower-case headers.
1996-10-02 Eric S. RaymondMake the check for whether --flush and --all work proto...
1996-10-02 Eric S. RaymondReverse order of arguments in OK method.
1996-10-01 Eric S. RaymondBetter cvomments.
1996-10-01 Eric S. RaymondSimplify the driver main loop.
1996-09-28 Eric S. RaymondThe great options massacre.
1996-09-28 Eric S. RaymondWith any luck, this is a correct implementation of...
1996-09-27 Eric S. RaymondCode reorganization, to make it easier for the new...
1996-09-27 Eric S. RaymondWe know APOP works. Also add a POP3 optimization.
1996-09-26 Eric S. RaymondAdd code to bind to privileged port as needed for RPOP.
1996-09-26 Eric S. RaymondReorganize to speed up typical case.
1996-09-26 Eric S. RaymondQuiet the program.
1996-09-26 Eric S. RaymondEven more improved sizeticker.
1996-09-25 Eric S. RaymondReorganize to eliminate forward declarations.
1996-09-25 Eric S. RaymondEliminate an #ifdef.
1996-09-25 Eric S. RaymondEliminate some unnecessary headers.
next