]> Pileus Git - ~andy/fetchmail/history - driver.c
gcc -Wall cleanup.
[~andy/fetchmail] / driver.c
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.
1996-09-25 Eric S. RaymondPOP2 now goes through the generic driver.
1996-09-24 Eric S. RaymondMinor fixes.
1996-09-24 Eric S. RaymondQuiet the program down a bit.
1996-09-24 Eric S. RaymondImproved RFC822 conformance in SMTP code.
1996-09-24 Eric S. RaymondThe great name change.
1996-09-23 Eric S. RaymondHandle RFC822 continuation.
1996-09-23 Eric S. RaymondMichael Scwendt's octet-listing change.
1996-09-23 Eric S. RaymondBetter protection against buffer overruns.
1996-09-22 Eric S. RaymondRob Funk's improved header parsing.
1996-09-19 Eric S. RaymondAdded improved sizeticker code.
1996-09-12 Eric S. RaymondBetter debugging of SMTP stuff.
1996-09-12 Eric S. RaymondAdded port-specification option.
1996-09-12 Eric S. RaymondMore informative error messages.
1996-09-12 Eric S. RaymondSMTP forwarding works.
1996-09-11 Eric S. RaymondSMTP forwarding complete; now to debug it.
1996-09-11 Eric S. RaymondCorrect the rewrite logic.
1996-09-11 Eric S. RaymondMost of the way to SMTP forwarding.
1996-08-27 Eric S. RaymondCorrect processing of greeting messages.
1996-08-27 Eric S. RaymondInitial revision