BSD 4_4_Lite2 release
[unix-history] / usr / src / usr.sbin / sendmail / src / daemon.c
1995-07-25 CSRGBSD 4_4_Lite2 release origin/BSD-Release BSD-4_4_Lite2
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-04-02 Bill JoyBSD-SCCS END release origin/BSD-SCCS BSD-4_4_Lite2-Snapshot-Development BSD-SCCS-END
1995-06-21 Eric Allmanh_errno now in conf.h
1995-06-21 Eric Allmanbetter error message
1995-06-16 Eric Allmanchange name of NoMXforCanon to HasWildcardMX -- old...
1995-06-14 Eric Allmanmake a bunch of #defines into 0/1 instead of ifdef...
1995-06-13 Eric Allmanclean up myhostname to be better about finding dotted...
1995-06-12 Eric Allmanfix core dump in myhostname
1995-06-11 Eric Allmanallow symbolic service names on [IPC] mailers
1995-06-11 Eric Allmancount children. Someday we might reject connections...
1995-06-10 Eric Allmanmore myhostname cleanup (why is this so hard?!?)
1995-05-31 Eric Allmanmove SMTP startup logging to daemon.c so that $_ is set
1995-05-31 Eric Allmanchange RealUserName from an array to a pointer; move...
1995-05-31 Eric Allmanmove setproctitle() to be before every accept to fix...
1995-05-28 Eric Allmanpatch from John Hawkinson
1995-05-24 Eric Allmancompilation glitches on several systems.
1995-05-22 Eric Allmanadd option to print IP source routing info
1995-05-20 Eric Allmanfix compile problems on various platforms
1995-05-17 Eric Allmanhandle AF_LINK addresses on 4.4BSD networking
1995-05-17 Eric Allmanwoops -- compilation glitch
1995-05-17 Eric Allmanfix possible null pointer dereference in debugging...
1995-05-15 Eric Allmanprevent host name buffer overflows
1995-05-13 Eric Allmanmake DaemonPortOptions values case insensitive & includ...
1995-04-25 Eric Allmanfix problem sending to user@domain where "domain" has...
1995-04-25 Eric Allmanfix (another) botch in IDENT code
1995-04-23 Eric Allmanbetter use of extended DSN status codes
1995-04-22 Eric Allmanupdate copyright notice
1995-04-21 Eric Allmangive a message in "delayed" messages caused by name...
1995-04-11 Eric Allmanrandom minor code cleanup
1995-04-10 Eric Allmanadd HasWildcardMX suboption to ResolverOptions for...
1995-04-09 Eric Allmanjust log failure to find "smtp" service instead of...
1995-04-01 Eric Allmanpull getpwXXX and gethostbyXXX calls out into conf...
1995-03-29 Eric Allmanfix botch in IDENT code
1995-03-28 Eric Allmanignore IDENT responses with OSTYPE == OTHER
1995-03-15 Eric Allmanchange call to expand() to be more rational (and consis...
1995-03-15 Eric Allmanbe more precise on MAXNAME checking
1995-03-14 Eric Allmanfix glitch in IDENT processing that caused it to always...
1995-03-01 Eric Allmanibuf type wrong
1995-03-01 Eric Allmanfix over-used static buffer
1995-03-01 Eric Allmanmultiple glitches in 8.6.10 -- see ../RELEASE_NOTES...
1995-02-24 Eric Allmanloop on ident result
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1995-02-10 Eric Allmanuse cleanstrcpy for copying IDENT string
1995-02-08 Eric Allmanfix security problem that allows users to put bogus...
1995-02-06 Eric Allmanchange for new DSN draft
1995-01-25 Eric Allmanfix byte ordering for DaemonAddr; use wordinclass abstr...
1995-01-08 Eric Allmanalways compile IDENTPROTO in; just default the timeout...
1995-01-08 Eric Allmanarrange for "kill -1" to re-exec sendmail
1994-12-15 Eric Allmanfix bogus #ifdef NAMED_BIND (should be #if)
1994-12-06 Eric Allmanallow the case where a host name isn't know to gethostb...
1994-12-06 Eric Allmanimplement DialDelay option
1994-11-28 Eric Allmanmore DSN hacking
1994-11-20 Eric Allmanvalidate IDENT protocol return value
1994-08-16 Eric Allmanfix initial daemon socket open
1994-07-02 Eric Allmanre-open daemon socket on accept() error -- there's...
1994-07-02 Eric Allmanavoid SIGTTOU on SVR4 when calling getpeername in backg...
1994-06-26 Eric Allmanupdates to really wait for DNS to come up at system...
1994-06-19 Eric Allmanfall back to gethostbyname even if DNS lookup fails
1994-06-18 Eric Allmancompatibility with BIND 4.9.3 (just cleanup)
1994-06-18 Eric AllmanCray fixes from Eric Wassenaar
1994-05-29 Eric Allmanavoid automatic DNS domain extensions if you look up...
1994-05-19 Eric Allmanclose daemon socket early to limit possible race condition
1994-05-15 Eric Allmanclean up setting of numeric IP addresses (and debug...
1994-05-15 Eric Allmanprint numeric a.k.a. info
1994-04-18 Eric Allmansleep between retries
1994-04-18 Eric Allmanfrom Eric Wassenaar: retry socket open if failure is...
1994-04-18 Eric Allmancleanup to avoid bogus listen() if we are just going...
1994-04-18 Eric Allmaninsist on a dot in our hostname if you are running DNS
1994-04-17 Eric Allmaninstead of using accept(0) to turn off connections...
1994-04-16 Eric Allmanbug fixes for $j sanity check and hostname must have...
1994-04-16 Eric Allmantry to catch cases of $j getting munged in daemon process
1994-04-14 Eric Allmananother try to avoid dot-less canonical names
1994-04-13 Eric Allmanchanges to make inetd and rsh invocations work better
1994-03-14 Eric Allmanif gethostbyname fails with a trailing dot, try it...
1994-03-12 Eric Allmanchange NAMED_BIND to a 0/1 flag to allow Makefile override
1994-02-09 Eric Allmanchange a daemon child process title ASAP
1994-02-08 Eric Allmanfix references to h_errno that weren't in #ifdef NAMED_BIND
1994-02-07 Eric Allmanchanges from Eric Wassenaar: Apollo portability and...
1994-02-07 Eric Allmancode cleanup
1994-02-06 Eric Allmanallow $s to be set to NULL for locally generated mail
1994-01-23 Eric Allmanallow setting of ident timeout to zero to turn it off
1994-01-23 Eric Allmanavoid unnecessary <sys/time.h> inclusion
1994-01-09 Eric Allmanfix problem that was causing the ctladdr of whoever...
1993-12-23 Eric Allmanclean up error messages a bit more
1993-12-23 Eric Allmanmore cleanup of that message
1993-12-23 Eric Allmanimprove "Recipient domain name server timed out" message
1993-12-17 Eric Allmandefault to "smtp" service == 25 for NeXT machines ...
1993-11-26 Eric Allmanwork around Ultrix problem: gethostbyname can return...
1993-11-20 Eric AllmanIDENTPROTO is a #if not a #ifdef to make it easier...
1993-11-15 Eric Allmanif getpeername returns a family 0 address, assume localhost
1993-11-12 Eric Allmanportability changes for Motorola SysV88
1993-11-09 Eric Allmanportability to systems that don't have unix domain...
1993-11-01 Eric Allmanhack to give better error message on DNS timeout
1993-10-25 Eric Allmanhooks to make eventual sockaddr_un work properly
1993-10-24 Eric Allmanident fix for multihomed host
1993-10-21 Eric Allmantentative attempts to print UNIX domain sockets properly
1993-10-18 Eric Allmanadditional debugging information for too many open...
1993-10-17 Eric Allmancheck for possibility of fdopen returning null
next