use fgets(), not gets()
[unix-history] / usr / src / usr.sbin / sendmail /
1988-11-19 Mike Karelsfix buffer handling botch for logging "to" addresses...
1988-11-19 Mike Karelsgetruid uses unitialized var, use getuid (even though...
1988-11-19 Mike Karelsdisallow non-root from starting daemon or queue mode;
1988-11-19 Mike Karelspipe down! losing a network connection is a normal...
1988-11-18 Mike Karelsmore cleanup, fix some inappropriate syserr's
1988-11-18 Keith Bosticdebug shouldn't change ability to mail to programs...
1988-11-18 Mike Karelsexpunge debugging/nonstandard/trojan horse commands...
1988-11-04 Keith Bosticcomment out debug
1988-10-26 Keith Bosticadd manual pages, correct copyright notices
1988-10-23 Keith Bosticuse F_SETFD instead of FIOCLEX; F_SETFD is in S3/S5...
1988-09-21 Eric Allmandocument I option to force name server use
1988-09-21 Eric Allmansome cleanup of I option handling
1988-09-21 Eric AllmanMXDOMAIN compile flag no longer used
1988-09-21 Eric Allmanadd I option to insist on Internet domain server; add...
1988-09-21 Keith Bosticadd manual page, update
1988-09-21 Keith Bosticneeds sys/files.h noww
1988-09-21 Keith BosticBerkeley copyright
1988-09-21 Keith Bosticadd cleandir, cleanup
1988-07-16 Keith Bosticwe know how many file descriptors are available now
1988-07-15 Keith Bosticadd approved copyright
1988-07-11 Keith Bosticinstall approved copyright notice
1988-07-08 Keith Bosticuse asm.sed for particular machine
1988-07-01 Keith Bosticinstall approved copyright notice
1988-06-30 Keith Bosticinstall approved copyright notice
1988-06-13 Keith Bosticadd tags
1988-05-23 Keith Bosticclean up clean:
1988-05-06 Keith Bosticremove ifdef's on FIOCLEX; never got turned on since...
1988-05-04 Keith Bosticchange T_ANY to T_CNAME; fix match where sites have...
1988-05-02 Keith Bosticchecked in for tahoe release
1988-05-02 Keith BosticMakefile for tahoe release
1988-04-22 Keith Bosticbring up to date
1988-04-22 Keith Bosticbring it up to date
1988-04-20 Keith Bosticunless interactive, don't pound name server; restructur...
1988-04-20 Keith Bosticchange NO_ADDRESS to NO_DATA
1988-04-20 Keith Bosticadd RES_DEBUG to res.options if debug flag set
1988-04-02 Keith Bosticremove V6 #ifdefs
1988-04-02 Keith Bosticif get MX record, note what site we're *really* connect...
1988-04-02 Keith Bosticalways use flock when rebuilding alias file
1988-04-02 Keith Bosticredo maphostname
1988-04-02 Keith Bosticmap certain errors in getmxrr; minor speedup/cleanup
1988-04-02 Keith Bosticadd CONFIG error, #78, for local configuration botches
1988-04-02 Keith Bosticredo getcanonname and getmxrr for new name server
1988-04-02 Keith Bosticredo getmxrr and getcanonname for new name server
1988-03-25 Keith Bosticadd Berkeley specific headers
1988-03-25 Keith Bosticadd Berkeley specific header
1988-03-25 Keith BosticMXDOMAIN is always in place
1988-03-25 Keith Bosticadd Berkeley specific header
1988-03-25 Keith Bosticuse the C library/resolver's version of getshort
1988-03-14 Keith Bosticnew file; old one is corrupted: SCCS/corrupted.s.TODO
1988-03-14 Keith Bosticadd Berkeley specific header
1988-03-14 Keith Bosticreplace sameword with strcasecmp
1988-03-14 Keith Bosticuse tolower macro where applicable; remove sameword...
1988-03-14 Keith Bosticremove ref's to bmove and bcopy; they're in the C library.
1987-12-22 Keith Bosticfix #ifdef DAEMON, there was an extra #else
1987-12-22 Keith Bosticmake ANSI C compatible
1987-12-13 Keith Bosticadd h_errno as an extern
1987-12-13 Keith Bosticdn_skip -> dn_skipname
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-07-28 Keith Bosticchecked in for eric; new message
1987-07-28 Keith Bosticbug report 4.3BSD/usr.lib/50; fix user@[a.b.c.d]
1987-06-22 Keith Bosticnew template
1987-04-07 Keith Bosticprint format/argument mismatch
1987-04-07 Keith Bosticdate and time created 87/04/06 14:41:49 by bostic
1987-04-03 Keith Bosticsetgid kmem now
1987-03-25 Keith Bosticalways uses local time
1987-03-19 Keith Bosticremoved timezone call; tm structure now has zone entry.
1987-02-04 Eric Allmando it right
1987-02-04 Eric Allmanpass sending hostname correctly back via the $s macro...
1986-12-18 Eric Allmanfix stupid botch -- reversed condition
1986-12-18 Eric Allmanhack around compiler bug that gets confused on isascii
1986-12-18 Eric Allmandelete unneeded #include <ctype.h>
1986-11-04 Kirk McKusickcf no longer exists
1986-10-24 Eric Allmanset QBADADDR on illegal cases -- such as sending direct...
1986-10-24 Eric AllmanFix security bug allowing writing to arbitrary files...
1986-10-15 Eric Allmandon't let "locked job" messages remove transcript ...
1986-10-15 Eric Allmanmake global variables begin with cap letters -- Please!!
1986-10-15 Eric Allmanmake sure that 0, 1, and 2 are open to avoid confusing...
1986-07-26 Jim Bloommove the include of sendmail.h so MXDOMAIN can come...
1986-07-22 Jim Bloomadd MX support
1986-07-22 Jim BloomMX branch merge
1986-07-22 Jim Bloomclean up code a bit, move MX query, getmxrr is smarter
1986-07-22 Jim Bloomfix possible buffer overflow problem, use specific...
1986-07-22 Jim Bloomhack for Jeeves being broken, replace gethostbyname...
1986-07-22 Jim Bloomadd support for MX use of the name server
1986-07-11 Jim Bloomtotally implement rfc974 in getmxrr(), just return...
1986-07-02 Jim Bloomadd Name Server MX support from satz@su-sierra.arpa...
1986-07-02 Jim BloomName Server MX support from Satz@su-sierra
1986-07-01 Jim Bloomtry multiple addresses in SMTP connect
1986-05-31 Jim Bloominstall cf file seperately, fix links on install
1986-05-31 Kevin DunlapDocument distributed with 4.3bsd
1986-05-23 Eric Allmancleanup for 4.3bsd
1986-05-10 Eric Allmanminor editorial cruft
1986-05-10 Eric Allmandescribe lan{root,leaf} configurations
1986-05-07 Jim BloomFix problem with not closing sockets upon errors when...
1986-05-06 Kirk McKusickno bugs
1986-05-03 Jim Bloomminor rework for rearrangement of dirs and better descr...
1986-05-03 Jim Bloomsome rewriting to reflect nameserver and reorganiztaion...
1986-05-03 Jim Bloomstatistics structure moved to its own header file so...
1986-05-03 Jim BloomPull statistics structure into its own header file
1986-05-03 Jim BloomFix problems with mailstats compiling and add to Makefile
next