aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Internationalization support via GNU gettext().Eric S. Raymond1998-11-261-83/+89
* Member rename.Eric S. Raymond1998-11-201-15/+15
* Declare default ports for the INET6 world.Eric S. Raymond1998-11-201-6/+0
* Send notification and wedge the connection on too many timeouts.Eric S. Raymond1998-11-201-4/+36
* Handle "for" at end of line correctly.Eric S. Raymond1998-11-201-2/+4
* Gerald Britton's support for mixed Kerberos and Hesiod.Eric S. Raymond1998-11-171-1/+6
* Added LMTP support.Eric S. Raymond1998-11-071-6/+6
* Dave Bodenstab's fix.Eric S. Raymond1998-11-051-4/+15
* Context for bouncemail is encapsulated.Eric S. Raymond1998-11-051-64/+65
* Move some code.Eric S. Raymond1998-11-031-57/+0
* Added plugin/plugout option.Eric S. Raymond1998-11-021-2/+3
* Rationalized timestamps.Eric S. Raymond1998-10-301-25/+2
* Send calling user mail on password failure in daemon mode.Eric S. Raymond1998-10-301-23/+90
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-44/+46
* Bug fix.Eric S. Raymond1998-10-201-9/+4
* -Wall cleanup, second phase.Eric S. Raymond1998-10-201-1/+6
* -Wall cleanup.Eric S. Raymond1998-10-201-5/+4
* Enable sizewarnings even if POP3 isn't compiled.Eric S. Raymond1998-10-201-3/+1
* Eliminate a magic number.Eric S. Raymond1998-10-201-4/+5
* Make alloca safe.Eric S. Raymond1998-10-201-10/+3
* More verbosity fixes.Eric S. Raymond1998-10-171-13/+13
* Introduced O_DEBUG.Eric S. Raymond1998-10-171-18/+18
* Better diagnostics.Eric S. Raymond1998-10-171-4/+24
* Change from Marc Jauvin.Eric S. Raymond1998-10-161-11/+3
* Move the delivery side to a separate module.Eric S. Raymond1998-10-161-600/+10
* Do pre-computation of destination address correctly.Eric S. Raymond1998-10-161-27/+29
* Now we can use --limit with daemon mode.Eric S. Raymond1998-10-161-380/+567
* Timeout server open requests.Eric S. Raymond1998-10-151-10/+22
* Force MAIL FROM to be an FQDN.Eric S. Raymond1998-10-121-0/+5
* Typo fix.Eric S. Raymond1998-10-081-2/+2
* Use alloca where possible.Eric S. Raymond1998-10-081-2/+1
* Better message.Eric S. Raymond1998-09-031-1/+1
* Compute FQDN when Kerberos is in use.Eric S. Raymond1998-08-271-3/+3
* Postmaster is snakebit.Eric S. Raymond1998-08-271-3/+3
* Handle Debian bug.Eric S. Raymond1998-08-251-1/+6
* Use the postmaster address.Eric S. Raymond1998-08-241-2/+2
* Added experimental SDPS support.Eric S. Raymond1998-08-031-1/+9
* Eliminate agethostbyname call in non-ETRN modes.Eric S. Raymond1998-08-021-5/+4
* Fixed the spam-block code.Eric S. Raymond1998-07-311-1/+2
* Improved Receive parsing.Eric S. Raymond1998-07-271-2/+9
* SockClose() abstraction.Eric S. Raymond1998-07-251-5/+5
* Enable compilation.Eric S. Raymond1998-07-211-1/+2
* Don't generate progress messages when writing to syslog.Eric S. Raymond1998-07-201-2/+2
* Can specify multiple spam-blocks now.Eric S. Raymond1998-07-201-1/+1
* Comment fix.Eric S. Raymond1998-07-201-1/+1
* Added postmaster option.Eric S. Raymond1998-07-201-2/+2
* More cleanup.Eric S. Raymond1998-07-201-2/+2
* is_ip_alias -> checkalias.Eric S. Raymond1998-07-201-129/+0
* Added nosyslog.Eric S. Raymond1998-07-141-3/+10
* Discared From_ lines.Eric S. Raymond1998-06-291-8/+13