aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* -Wall cleanup.Eric S. Raymond1997-05-151-10/+6
| | | | svn path=/trunk/; revision=1011
* Better >From handling.Eric S. Raymond1997-05-151-0/+23
| | | | svn path=/trunk/; revision=1010
* Add mailbox indication.Eric S. Raymond1997-05-151-14/+11
| | | | svn path=/trunk/; revision=1008
* Detect embedded NULs.Eric S. Raymond1997-05-141-5/+16
| | | | svn path=/trunk/; revision=1006
* Use the actual line length for decrementing the IMAP message length counter.Eric S. Raymond1997-05-141-10/+12
| | | | svn path=/trunk/; revision=998
* Be sure to write the headers properly.Eric S. Raymond1997-05-141-17/+15
| | | | svn path=/trunk/; revision=994
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-104/+102
| | | | | | | to SockRead a la read(2). This is all part of an attempt to deal with embedded NULs in IMAP messages. svn path=/trunk/; revision=992
* Caseblind comparison of names, more explicitness about Kerberos.Eric S. Raymond1997-05-131-3/+3
| | | | svn path=/trunk/; revision=988
* Hacks for avoiding compiler warnings under SunOS.Eric S. Raymond1997-04-291-2/+6
| | | | svn path=/trunk/; revision=978
* Fix \rs in error-message handling for qmail.Eric S. Raymond1997-04-231-4/+9
| | | | svn path=/trunk/; revision=970
* Added forcecr option.Eric S. Raymond1997-04-171-0/+25
| | | | svn path=/trunk/; revision=963
* Correct return status,Eric S. Raymond1997-04-161-1/+1
| | | | svn path=/trunk/; revision=958
* Error message correction.Eric S. Raymond1997-04-161-1/+1
| | | | svn path=/trunk/; revision=957
* Better error logging.Eric S. Raymond1997-04-061-9/+8
| | | | svn path=/trunk/; revision=954
* Robert de Bath's changes.Eric S. Raymond1997-04-051-3/+4
| | | | svn path=/trunk/; revision=952
* Enable 3.9 to compile even without RES_SEARCH.Eric S. Raymond1997-04-021-5/+5
| | | | svn path=/trunk/; revision=947
* Fix coding error in hunt-list handling.Eric S. Raymond1997-04-021-3/+2
| | | | svn path=/trunk/; revision=944
* Caseblind comparison of domain names.Eric S. Raymond1997-04-021-1/+1
| | | | svn path=/trunk/; revision=942
* Second round of XMIT_REJECT changes.Eric S. Raymond1997-04-011-14/+17
| | | | svn path=/trunk/; revision=939
* This should fix the timeout bug.Eric S. Raymond1997-04-011-23/+23
| | | | svn path=/trunk/; revision=938
* Better error messages about rejected addresses.Eric S. Raymond1997-04-011-10/+30
| | | | svn path=/trunk/; revision=937
* Fix bug that prevented localdomains from working.Eric S. Raymond1997-03-071-1/+1
| | | | svn path=/trunk/; revision=919
* Ready for the UIDL patch.Eric S. Raymond1997-03-071-0/+3
| | | | svn path=/trunk/; revision=918
* Localize the effect of DNS errors.Eric S. Raymond1997-02-211-9/+15
| | | | svn path=/trunk/; revision=908
* Typo fix.Eric S. Raymond1997-02-211-1/+1
| | | | svn path=/trunk/; revision=907
* Added SMTP hunt list feature.Eric S. Raymond1997-02-191-43/+56
| | | | svn path=/trunk/; revision=905
* Johan Vromans's fix.Eric S. Raymond1997-02-181-2/+1
| | | | svn path=/trunk/; revision=902
* Strip out Return-Path headers.Eric S. Raymond1997-02-181-14/+42
| | | | svn path=/trunk/; revision=901
* Dave Bodenstab's error-message corrections.Eric S. Raymond1997-02-181-1/+1
| | | | svn path=/trunk/; revision=900
* Janos Farkas's fixes.Eric S. Raymond1997-02-181-2/+2
| | | | svn path=/trunk/; revision=897
* Fix embarassing bug.Eric S. Raymond1997-02-171-5/+7
| | | | svn path=/trunk/; revision=894
* Lose the `received' option; we now say `no envelope'.Eric S. Raymond1997-02-171-2/+2
| | | | svn path=/trunk/; revision=893
* Use Return-Path.Eric S. Raymond1997-02-171-13/+25
| | | | svn path=/trunk/; revision=891
* First post-3.5 changes.Eric S. Raymond1997-02-161-1/+1
| | | | svn path=/trunk/; revision=890
* Trivial compilation fix.Eric S. Raymond1997-02-141-1/+1
| | | | svn path=/trunk/; revision=879
* Aded the `received' option.Eric S. Raymond1997-02-141-1/+1
| | | | svn path=/trunk/; revision=878
* Tony Nugent's fixes.Eric S. Raymond1997-02-131-3/+7
| | | | svn path=/trunk/; revision=876
* Foil the rewrite logic.Eric S. Raymond1997-02-131-3/+7
| | | | svn path=/trunk/; revision=871
* Deal with headerless mail.Eric S. Raymond1997-02-131-0/+13
| | | | svn path=/trunk/; revision=870
* Trivalent options.Eric S. Raymond1997-02-111-2/+2
| | | | svn path=/trunk/; revision=864
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-12/+19
| | | | svn path=/trunk/; revision=861
* Various minor bugfixes.Eric S. Raymond1997-02-101-3/+2
| | | | svn path=/trunk/; revision=859
* Fix stripcr and password-stripping.Eric S. Raymond1997-02-031-1/+1
| | | | svn path=/trunk/; revision=857
* Anither step towards reducing malloc calls.Eric S. Raymond1997-01-311-27/+27
| | | | svn path=/trunk/; revision=850
* Change format message.Eric S. Raymond1997-01-301-3/+4
| | | | svn path=/trunk/; revision=849
* Shroud password lengths.Eric S. Raymond1997-01-301-8/+18
| | | | svn path=/trunk/; revision=848
* Separate \r\n trimming from password shrouding.Eric S. Raymond1997-01-301-4/+8
| | | | svn path=/trunk/; revision=847
* Comment improvements.Eric S. Raymond1997-01-301-2/+5
| | | | svn path=/trunk/; revision=846
* Don't grab a received_for twice.Eric S. Raymond1997-01-301-5/+8
| | | | svn path=/trunk/; revision=845
* Fix Johan Vromans's bug.Eric S. Raymond1997-01-301-0/+2
| | | | svn path=/trunk/; revision=844