signal and file locking portability changes
[unix-history] / usr / src / usr.sbin / sendmail / src / daemon.c
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
1993-03-10 Eric Allmanlog the correct IP address in relay= field even if...
1993-03-08 Eric Allmanuse transienterror() all places where we do this sort...
1993-03-06 Eric Allmanavoid loops on nameserver NO_DATA errors; getsockname...
1993-03-04 Eric Allmandon't write PidFile until we are actually about ready...
1993-03-03 Eric Allmanallow sending to [hostname] to bypass MX lookup
1993-03-01 Eric Allmanchanges for better logging of mail submitters
1993-03-01 Eric Allmanlog actual delivery host
1993-02-24 Eric Allmanmore System V compatibility changes (ugh)
1993-02-23 Eric Allmanoverhaul status of SMTP reply codes
1993-02-22 Eric Allmando special check to for IP address matching our own
1993-02-16 Eric AllmanAllow saving in ~/dead.letter; clean up VRFY output...
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...
next