aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Include mx.h, fix a memory leak.Eric S. Raymond1996-10-261-1/+5
| | | | svn path=/trunk/; revision=395
* Move the timeout setup.Eric S. Raymond1996-10-261-9/+5
| | | | svn path=/trunk/; revision=392
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-64/+64
| | | | svn path=/trunk/; revision=391
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-5/+28
| | | | svn path=/trunk/; revision=390
* Reorganize some code.Eric S. Raymond1996-10-251-28/+27
| | | | svn path=/trunk/; revision=387
* Recove the driver to use setjmp/longjmp.Eric S. Raymond1996-10-251-178/+174
| | | | svn path=/trunk/; revision=386
* Fix delivery to MDAs.Eric S. Raymond1996-10-251-2/+2
| | | | svn path=/trunk/; revision=384
* Use the precomputed canonical_name for Kerberos authentication.Eric S. Raymond1996-10-251-20/+6
| | | | svn path=/trunk/; revision=383
* MDAs should be able to handle multidrop mailboxes now too.Eric S. Raymond1996-10-251-64/+90
| | | | svn path=/trunk/; revision=382
* Clean up the getmxrecords interface.Eric S. Raymond1996-10-251-5/+5
| | | | svn path=/trunk/; revision=380
* We know how to look up MX records now.Eric S. Raymond1996-10-251-23/+47
| | | | svn path=/trunk/; revision=378
* Another pass at making multidrop work OK.Eric S. Raymond1996-10-251-22/+24
| | | | svn path=/trunk/; revision=376
* Bug fix.Eric S. Raymond1996-10-251-1/+2
| | | | svn path=/trunk/; revision=375
* Support for multidrop mailboxes.Eric S. Raymond1996-10-241-7/+122
| | | | svn path=/trunk/; revision=374
* Make nxtaddr terminate properly.Eric S. Raymond1996-10-241-31/+11
| | | | svn path=/trunk/; revision=371
* Reset token count on comma.Eric S. Raymond1996-10-231-1/+2
| | | | svn path=/trunk/; revision=366
* Avoid hosing up on continuation lines.Eric S. Raymond1996-10-231-12/+32
| | | | svn path=/trunk/; revision=365
* Speculative change to unused code.Eric S. Raymond1996-10-211-3/+3
| | | | svn path=/trunk/; revision=358
* Crap out sooner on SMTP failure.Eric S. Raymond1996-10-211-1/+1
| | | | svn path=/trunk/; revision=357
* Avoid the socket-exhaustion bug.Eric S. Raymond1996-10-191-2/+2
| | | | svn path=/trunk/; revision=354
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-10/+17
| | | | svn path=/trunk/; revision=353
* Schwendt's correction to the sizeticker code.Eric S. Raymond1996-10-191-13/+14
| | | | svn path=/trunk/; revision=350
* Catch another rewrite case.Eric S. Raymond1996-10-181-1/+18
| | | | svn path=/trunk/; revision=347
* Use seteuid(2) during MDA execution.Eric S. Raymond1996-10-181-1/+18
| | | | svn path=/trunk/; revision=346
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-157/+43
| | | | svn path=/trunk/; revision=345
* Message and documentation cleanup.Eric S. Raymond1996-10-171-1/+4
| | | | svn path=/trunk/; revision=342
* Privilege-switching can't be done.Eric S. Raymond1996-10-151-23/+0
| | | | svn path=/trunk/; revision=340
* Header cleanup.Eric S. Raymond1996-10-151-1/+3
| | | | svn path=/trunk/; revision=338
* Simplify the autoconfig process a lot.Eric S. Raymond1996-10-151-4/+9
| | | | svn path=/trunk/; revision=337
* Fix Johan Vromans's keep bug.Eric S. Raymond1996-10-151-6/+6
| | | | svn path=/trunk/; revision=336
* Second round of QNX changes.Eric S. Raymond1996-10-151-0/+17
| | | | svn path=/trunk/; revision=335
* Accept RFC822 headers with tabs in them.Eric S. Raymond1996-10-141-4/+4
| | | | svn path=/trunk/; revision=333
* More informative messages.Eric S. Raymond1996-10-141-3/+7
| | | | svn path=/trunk/; revision=332
* Try to change permissions when delivering from root.Eric S. Raymond1996-10-141-0/+23
| | | | svn path=/trunk/; revision=330
* Password is now shrouded when -v is on.Eric S. Raymond1996-10-141-15/+33
| | | | svn path=/trunk/; revision=329
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-5/+6
| | | | svn path=/trunk/; revision=325
* Fixes for UIDL and Kerberos problems.Eric S. Raymond1996-10-131-1/+1
| | | | svn path=/trunk/; revision=319
* Excruciatingly correct CR-LF translation for qmail.Eric S. Raymond1996-10-111-10/+57
| | | | svn path=/trunk/; revision=297
* Avoid trashing lines beginning with dots in IMAP.Eric S. Raymond1996-10-111-2/+2
| | | | svn path=/trunk/; revision=294
* nuke any tag hanging out from previous queryEric S. Raymond1996-10-111-0/+1
| | | | svn path=/trunk/; revision=293
* UIDs, take 3.Eric S. Raymond1996-10-101-4/+5
| | | | svn path=/trunk/; revision=290
* Slightly less crowded messages.Eric S. Raymond1996-10-101-1/+1
| | | | svn path=/trunk/; revision=288
* UIDs, phase 2.Eric S. Raymond1996-10-101-1/+5
| | | | svn path=/trunk/; revision=287
* Implemented --auth as a way of generalizing the Kerberos support.Eric S. Raymond1996-10-101-5/+13
| | | | svn path=/trunk/; revision=282
* Relocate the kerberos code to driver.c.Eric S. Raymond1996-10-101-4/+73
| | | | svn path=/trunk/; revision=281
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-1/+14
| | | | svn path=/trunk/; revision=280
* Quieter progress messages.Eric S. Raymond1996-10-091-20/+13
| | | | svn path=/trunk/; revision=274
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-9/+0
| | | | svn path=/trunk/; revision=273
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-22/+0
| | | | svn path=/trunk/; revision=267
* Message fix.Eric S. Raymond1996-10-091-1/+1
| | | | svn path=/trunk/; revision=264