aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Reinstate the size consistency check.Eric S. Raymond1997-09-241-11/+5
* Deal with Post Office/NT.Eric S. Raymond1997-09-241-0/+17
* Better logging line.Eric S. Raymond1997-09-241-3/+4
* Improved the header line.Eric S. Raymond1997-09-241-33/+39
* Make the X-IMAP check independent of protocol.Eric S. Raymond1997-09-231-3/+18
* Avoid spurious matches in the Received line.Eric S. Raymond1997-09-231-7/+3
* Code rearrangement.Eric S. Raymond1997-09-231-23/+20
* Add new Received header.Eric S. Raymond1997-09-221-21/+33
* Prevent buffer overruns.Eric S. Raymond1997-09-221-3/+4
* Temporarily suppress message length check.Eric S. Raymond1997-09-191-2/+13
* Correct off-by-one error in expect messages.Eric S. Raymond1997-09-181-2/+2
* Try to do better length computation.Eric S. Raymond1997-09-181-2/+2
* *** empty log message ***Eric S. Raymond1997-09-181-1/+3
* More portation changes.Eric S. Raymond1997-09-171-4/+3
* improved ETRN handling.Eric S. Raymond1997-09-161-0/+3
* Check for MS-Exchangeness.Eric S. Raymond1997-09-161-1/+8
* Simplify the length handling.Eric S. Raymond1997-09-141-5/+5
* No more delimited flags on the stack.Eric S. Raymond1997-09-141-11/+9
* Works with Microsoft Exchange.Eric S. Raymond1997-09-141-1/+4
* Fixed a spurious message.Eric S. Raymond1997-09-111-1/+1
* Better RCPT TO address generation.Eric S. Raymond1997-09-061-5/+8
* Try to get better connection-failure messages.Eric S. Raymond1997-09-051-1/+1
* Avoid yet another core dump.Eric S. Raymond1997-09-051-5/+6
* Prevent core dumps on messages with no destination lines.Eric S. Raymond1997-09-051-1/+1
* Cleanup.Eric S. Raymond1997-09-041-2/+2
* Better failure reporting on SMTP connect failures.Eric S. Raymond1997-09-041-42/+26
* FreeBSD port changes.Eric S. Raymond1997-09-031-0/+10
* Try canonicalizing with the SMTP host.Eric S. Raymond1997-09-031-4/+4
* Fix bad sprintf calls.Eric S. Raymond1997-09-031-2/+2
* Wolfgang Wander's patch for better UIDL-only support.Eric S. Raymond1997-08-161-0/+10
* Removed limit on number of destination headers.Eric S. Raymond1997-08-151-23/+27
* Fix dor non-Linux systems.Eric S. Raymond1997-08-121-2/+2
* Better exim support.Eric S. Raymond1997-08-111-11/+25
* Dave Bodenstab's fix for flaky phone lines.Eric S. Raymond1997-08-111-0/+7
* Deal with X-IMAP header properly.Eric S. Raymond1997-08-071-4/+17
* Better modularity.Eric S. Raymond1997-08-061-74/+60
* Added `postconnect'.Eric S. Raymond1997-08-041-0/+11
* Suppress both forwarding and deletion on DNS errors.Eric S. Raymond1997-08-021-1/+1
* Suppress both forwarding and deletion on DNS errors.Eric S. Raymond1997-08-021-1/+1
* Suppress some unnecessary messages.Eric S. Raymond1997-08-011-1/+5
* Simplify the computation of truename.Eric S. Raymond1997-07-311-15/+12
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-15/+17
* We don't have a "canonical name" field anymore.Eric S. Raymond1997-07-301-1/+1
* Try to fix the HELO NULL bug.Eric S. Raymond1997-07-301-43/+6
* Slightly changed handling of Envelope option.Eric S. Raymond1997-07-291-13/+13
* Received parsing is a special case of Envelope parsing.Eric S. Raymond1997-07-291-1/+5
* Added the dropstatus option.Eric S. Raymond1997-07-281-0/+28
* Added the via option.Eric S. Raymond1997-07-241-13/+66
* Better bounds checking.Eric S. Raymond1997-07-241-0/+8
* Avoid using bool, so we don't have to condition on TRUE and lose ifEric S. Raymond1997-07-101-11/+11