allow the case where a host name isn't know to gethostbyname --
[unix-history] / usr / src / usr.sbin / sendmail / src / daemon.c
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
1993-09-23 Eric Allmancompile cleanup on various systems (mostly AUX)
1993-09-20 Eric AllmanNeXT portability changes; cleanup of <sys/wait.h> assum...
1993-09-04 Eric Allmanpatch to receive socket code
1993-09-03 Eric Allmanarrange to tweak send and receive buffer sizes
1993-08-28 Eric Allmanhtons(port) if integer port is given
1993-08-24 Eric Allmandon't need duplicate declaration of inet_ntoa
1993-08-24 Eric Allmaninstead of MyIpAddrs, put all [...] names in $=w
1993-08-23 Eric Allmanreset SmtpPhase on initial connection so messages are...
1993-08-15 Eric Allmanadd TimeOuts.to_ident to set IDENT protocol timeout
1993-07-29 Eric Allmandon't call newstr() macro with arguments with subroutin...
1993-07-27 Eric Allmansignal and file locking portability changes
1993-07-19 Eric Allmanwrite command line information in pid file
1993-07-17 Eric AllmanSCO cleanup; misc logging adjustments
1993-07-14 Eric Allmanmany fixes. primarily fix for seteuid problem in 8...
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-28 Eric Allmanprototype functions
1993-05-27 Eric Allmanfix byte swapping problem in ident code
1993-05-24 Eric Allmanremember to dot terminate host name lookups
1993-05-18 Eric Allmanfirst cut at merged map/alias implementation
1993-05-15 Eric Allmanuse newstr for e_message consistently
1993-05-14 Eric Allmanadd debugging
1993-05-11 Eric Allmanavoid some implicit dependencies on NETINET
1993-05-07 Eric Allmanadd ListenQueueSize keyword to O (Daemon Options) option
1993-05-05 Eric Allmanfix some bogus messages being printed in mailq command
1993-05-04 Eric Allmancache name canonification lookups (in case someone...
1993-05-01 Eric Allmanclean up error message printing, especially for deferre...
1993-04-22 Eric Allmanpatches to XLA code
1993-04-19 Eric AllmanExtended Load Average (XLA) hooks
1993-04-16 Eric Allmanfix compilation problem when IDENTPROTO is not defined
1993-04-16 Eric Allmanminor botch: use htons on ident port name
1993-04-15 Eric Allmanreturn status information from map lookups and from...
1993-04-14 Eric Allmanmove IDENTPROTO #define into conf.h; default it off...
1993-04-13 Eric Allmanshorten timeout on reverse name lookup to avoid conflic...
1993-04-13 Eric Allmanmore socket code generalization
1993-04-05 Eric AllmanIDENT cleanup; move loopback checking from srvr to...
1993-04-05 Eric AllmanRFC 1413 (IDENT) protocol support
1993-04-01 Eric Allmangetservbyname gets a "service", not a "server"
1993-04-01 Eric Allmanset CurHostName any time you create a connection to...
1993-03-31 Eric Allmanmore network family generalization
1993-03-31 Eric Allmanzero CurHostAddr to avoid logging garbage if no address...
1993-03-30 Eric Allmaninet_aton is too modern for Sun.....
1993-03-30 Eric Allmanallow setting of server options
1993-03-24 Eric Allmanclean up logging of email received from localhost
1993-03-24 Eric Allmanimproved debugging; pass convtime a default units;...
1993-03-24 Eric Allmanbleah... one more time
1993-03-24 Eric Allmanone more instance of sa_len to delete
1993-03-24 Eric Allmanfix generalized socket code so that it doesn't screw...
1993-03-20 Eric Allmaninitial hooks for ISO networking
1993-03-19 Eric Allmanavoid extra unnecessary creation of queue files solely...
1993-03-15 Eric Allmanback out setproctitle changes; they trash argv before...
1993-03-14 Eric Allmansetproctitle on getcanonname
next