aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Typo fix.Eric S. Raymond1996-10-091-1/+1
| | | | svn path=/trunk/; revision=263
* Reset timeout so we don't choke on very long messages.Eric S. Raymond1996-10-091-0/+3
| | | | svn path=/trunk/; revision=262
* Put timeout default in configuration file.Eric S. Raymond1996-10-091-6/+3
| | | | svn path=/trunk/; revision=261
* Arrange for timeout by client if server connection is dropped.Eric S. Raymond1996-10-091-12/+55
| | | | svn path=/trunk/; revision=260
* Don't send \r\n to MDAs.Eric S. Raymond1996-10-081-2/+12
| | | | svn path=/trunk/; revision=245
* Termination fix.Eric S. Raymond1996-10-081-3/+4
| | | | svn path=/trunk/; revision=244
* Bug fixes and better RC file documentation.Eric S. Raymond1996-10-081-0/+4
| | | | svn path=/trunk/; revision=243
* Cleaner termination.Eric S. Raymond1996-10-071-3/+5
| | | | svn path=/trunk/; revision=237
* Restore --mda, with cleaner implementation this time.Eric S. Raymond1996-10-041-80/+75
| | | | svn path=/trunk/; revision=214
* Avoid croaking on all-lower-case headers.Eric S. Raymond1996-10-031-7/+7
| | | | svn path=/trunk/; revision=207
* Make the check for whether --flush and --all work protocol-independent.Eric S. Raymond1996-10-021-0/+18
| | | | svn path=/trunk/; revision=205
* Reverse order of arguments in OK method.Eric S. Raymond1996-10-021-7/+7
| | | | svn path=/trunk/; revision=201
* Better cvomments.Eric S. Raymond1996-10-011-0/+8
| | | | svn path=/trunk/; revision=193