aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* -Wall cleanup.Eric S. Raymond1997-05-151-10/+6
* Better >From handling.Eric S. Raymond1997-05-151-0/+23
* Add mailbox indication.Eric S. Raymond1997-05-151-14/+11
* Detect embedded NULs.Eric S. Raymond1997-05-141-5/+16
* Use the actual line length for decrementing the IMAP message length counter.Eric S. Raymond1997-05-141-10/+12
* Be sure to write the headers properly.Eric S. Raymond1997-05-141-17/+15
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-104/+102
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-3/+3
* Hacks for avoiding compiler warnings under SunOS.Eric S. Raymond1997-04-291-2/+6
* Fix \rs in error-message handling for qmail.Eric S. Raymond1997-04-231-4/+9
* Added forcecr option.Eric S. Raymond1997-04-171-0/+25
* Correct return status,Eric S. Raymond1997-04-161-1/+1
* Error message correction.Eric S. Raymond1997-04-161-1/+1
* Better error logging.Eric S. Raymond1997-04-061-9/+8
* Robert de Bath's changes.Eric S. Raymond1997-04-051-3/+4
* Enable 3.9 to compile even without RES_SEARCH.Eric S. Raymond1997-04-021-5/+5
* Fix coding error in hunt-list handling.Eric S. Raymond1997-04-021-3/+2
* Caseblind comparison of domain names.Eric S. Raymond1997-04-021-1/+1
* Second round of XMIT_REJECT changes.Eric S. Raymond1997-04-011-14/+17
* This should fix the timeout bug.Eric S. Raymond1997-04-011-23/+23
* Better error messages about rejected addresses.Eric S. Raymond1997-04-011-10/+30
* Fix bug that prevented localdomains from working.Eric S. Raymond1997-03-071-1/+1
* Ready for the UIDL patch.Eric S. Raymond1997-03-071-0/+3
* Localize the effect of DNS errors.Eric S. Raymond1997-02-211-9/+15
* Typo fix.Eric S. Raymond1997-02-211-1/+1
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-43/+56
* Johan Vromans's fix.Eric S. Raymond1997-02-181-2/+1
* Strip out Return-Path headers.Eric S. Raymond1997-02-181-14/+42
* Dave Bodenstab's error-message corrections.Eric S. Raymond1997-02-181-1/+1
* Janos Farkas's fixes.Eric S. Raymond1997-02-181-2/+2
* Fix embarassing bug.Eric S. Raymond1997-02-171-5/+7
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-2/+2
* Use Return-Path.Eric S. Raymond1997-02-171-13/+25
* First post-3.5 changes.Eric S. Raymond1997-02-161-1/+1
* Trivial compilation fix.Eric S. Raymond1997-02-141-1/+1
* Aded the `received' option.Eric S. Raymond1997-02-141-1/+1
* Tony Nugent's fixes.Eric S. Raymond1997-02-131-3/+7
* Foil the rewrite logic.Eric S. Raymond1997-02-131-3/+7
* Deal with headerless mail.Eric S. Raymond1997-02-131-0/+13
* Trivalent options.Eric S. Raymond1997-02-111-2/+2
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-12/+19
* Various minor bugfixes.Eric S. Raymond1997-02-101-3/+2
* Fix stripcr and password-stripping.Eric S. Raymond1997-02-031-1/+1
* Anither step towards reducing malloc calls.Eric S. Raymond1997-01-311-27/+27
* Change format message.Eric S. Raymond1997-01-301-3/+4
* Shroud password lengths.Eric S. Raymond1997-01-301-8/+18
* Separate \r\n trimming from password shrouding.Eric S. Raymond1997-01-301-4/+8
* Comment improvements.Eric S. Raymond1997-01-301-2/+5
* Don't grab a received_for twice.Eric S. Raymond1997-01-301-5/+8
* Fix Johan Vromans's bug.Eric S. Raymond1997-01-301-0/+2