fix another problem in the MCI state machine
[unix-history] / usr / src / usr.sbin / sendmail / src / daemon.c
1993-02-15 Eric AllmanHPUX and OSF/1 support; fix SMTP reply codes & multiple...
1993-01-29 Eric AllmanSystem 5 compatibility, misc fixes
1993-01-23 Eric Allmanfix -e compat flag; a few compilation warnings; improve...
1993-01-02 Eric Allmandon't convert CurrentLA to float just for printing
1992-12-22 Eric AllmanRelease 6
1992-12-16 Eric Allmandynamically allocate header fields (and more....);...
1992-11-16 Eric Allmanallow specification of arbitrary string on successful...
1992-11-16 Eric Allmanfinish support for generalized maps
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-11-05 Eric Allmanfix a variety of small bugs noticed by bcx
1992-09-23 Eric Allmana variety of bug minor bug fixes; add file locking...
1992-07-14 Eric Allmanmiscellaneous changes to improve logging and messages
1992-07-13 Eric Allmanlint
1992-07-12 Eric Allmanopen connection caching
1992-06-01 Eric Allmancheckpoint: putting in connection caching
1992-05-30 Eric Allmanmore connection caching hacks
1992-05-26 Eric Allmanadd generalized database mapping (using the K config...
1992-03-21 Eric Allmanreject connections more quickly if load average goes up;
1992-02-27 Eric Allmanpartial hooks for caching all email connections; won...
1992-01-05 Eric Allmanallow limited 8-bit support; allow [TCP] as an alias...
1991-12-18 Eric Allmanadd ENOSR (no streams resources) to list of temporary...
1991-12-15 Eric Allmanfix race condition in queue file locking; generalize...
1991-10-06 Eric Allmanreturn indication of whether nameserver found a match
1991-09-04 Craig LeresFix argument mistatch in call to inet_ntoa() (it causes...
1991-03-03 Keith BosticANSI
1990-06-02 Keith Bosticnew copyright notice
1990-04-20 Keith BosticNULL dereference; bug report 4.3BSD-tahoe/usr.sbin/11
1990-04-20 Keith Bosticfdopens are wrong; bug report 4.3BSD/usr.lib/137
1990-04-19 Keith Bosticdon't break old makefiles; bug report 4.3BSD/usr.lib/114
1990-04-16 Rick Adamscheck if e_xfp is null before flushing it
1990-01-31 Kirk McKusickproper cast in printf (4.3BSD-tahoe/usr.lib/10)
1989-01-20 Keith Bosticmake ps more informative; from Rick Adams/David Comay
1989-01-02 Keith Bosticremove DEBUG
1988-11-18 Mike Karelsexpunge debugging/nonstandard/trojan horse commands...
1988-09-21 Eric Allmanadd I option to insist on Internet domain server; add...
1988-07-01 Keith Bosticinstall approved copyright notice
1988-04-02 Keith Bosticredo maphostname
1988-03-25 Keith Bosticadd Berkeley specific header
1987-12-22 Keith Bosticfix #ifdef DAEMON, there was an extra #else
1987-07-28 Keith Bosticchecked in for eric; new message
1986-07-22 Jim Bloomfix possible buffer overflow problem, use specific...
1986-07-01 Jim Bloomtry multiple addresses in SMTP connect
1986-05-07 Jim BloomFix problem with not closing sockets upon errors when...
1986-04-03 Eric Allmandon't run around clearing EF_FATALERRS -- this often...
1986-01-06 Eric Allmancleanup for various compilation flags and reasonable...
1985-12-27 Eric Allmancleanup (comments only)
1985-12-18 Eric Allmanlint
1985-12-10 Miriam Amos NihartModify maphostname to do a gethostbyaddr if first chara...
1985-11-14 Miriam Amos NihartTake into account the possible error return values...
1985-09-25 Eric Allmanclean up queue output somewhat (push null jobs to end...
1985-09-20 Eric Allmanlint
1985-09-20 Eric Allmandon't catch extraneous children
1985-09-19 Eric Allmanincorporate SMI changes -- still experimental
1985-09-19 Eric AllmanSMI changes (somewhat)
1985-09-18 Eric Allmanuse SIGCHLD to catch processes as suggested by Serge...
1985-09-18 Eric Allmanfacilities in syslog
1985-08-08 Miriam Amos NihartUpdate format of setsockopt to use 4.3 syntax.
1985-07-27 Miriam Amos NihartCheck errno after gethostbyname to see if name server...
1985-06-09 Eric Allmanlint for 4.3 release
1985-06-08 Eric Allmanlint
1985-06-08 Miriam Amos NihartResolve duplicate SccsId
1985-06-08 Distribution FolksAdd copyright
1985-05-25 Eric AllmanChanges from Bill Nowicki <sun!rose!nowicki> and Jay...
1984-08-12 Eric AllmanAdd $[ and $] as RHS operators to look up the contents...
1984-08-12 Eric Allmanfix stupid syntax error
1984-08-12 Eric Allmandon't add ".ARPA" (or whatever net name) to names that...
1984-08-12 Eric AllmanChanges from Greg Couch <ucsfcgl!gregc> for V7 compatib...
1984-08-12 Eric Allmanhandle hosts where gethostname does not return the...
1984-03-12 Eric Allmanfix argument to gethostname left over from some old...
1984-03-12 Eric Allmanmake network name configurable
1983-08-29 Eric AllmanRefuse to talk to yourself (i.e., reject HELO packets...
1983-08-07 Eric AllmanClear errno before trying connect in an attempt to...
1983-07-28 Eric AllmanDon't uppercase hostname in myhostname so that it can...
1983-07-26 Eric Allman4.2 release version
1983-07-14 Eric AllmanDelete "load limiting" for SMTP connections (a bad...
1983-07-02 Bill Joywait.h -> sys/wait.h
1983-05-08 Eric AllmanPass the size of the buffer to myhostname.
1983-03-13 Eric Allmantake ECONNRESET (Connection reset by peer) as a tempora...
1983-02-27 Eric Allmanmap host name for $w macro to upper case -- this is...
1983-02-25 Eric AllmanFix bug in $w and $=w setup
1983-02-19 Eric AllmanAdd HELO hostname verification; put in hack to print...
1983-02-09 Eric Allmanclean up problems when QUEUE compile flag not defined...
1983-01-18 Eric Allmanfix bug that caused "\r\n" string in TCP mailer definit...
1983-01-17 Eric Allmanput in socket debugging on a debug flag to help Sam...
1983-01-17 Eric Allmanmake the maximum number of simultaneous SMTP connection...
1983-01-09 Eric Allmanrelease daemon resources when running the queue
1983-01-07 Eric Allmanlint
1983-01-05 Eric Allmantake EHOSTDOWN as a temporary failure
1983-01-04 Eric Allmantake ENETUNREACH (Network unreachable) as a transient...
1983-01-03 Eric AllmanTake errno 65, "Host is unreachable", to be a recoverab...
1982-12-30 Eric Allmandon't htons(sp->s_port) in makeconnection
1982-12-25 Eric AllmanChange parse to parseaddr for BB&N TCP/IP implementatio...
1982-12-17 Sam Lefflerport numbers now returned byte swapped
1982-12-14 Eric AllmanNEW-IPC: convert to 4.1c
1982-12-06 Eric AllmanClear the envelope in the child in server SMTP to insur...
1982-11-22 Eric AllmanFirst part of 4.1c conversion
1982-11-21 Eric AllmanAccept user@[net.host.logical.imp] syntax
1982-10-23 Eric Allmanpart of a heuristic hill climbing algorithm to minimize...
1982-10-14 Eric AllmanDon't interrupt the process doing accepts (have a separ...
1982-10-08 Eric Allmantry again to work around the kernel problems in IPC...
next