move scripts from /usr/libdata to /usr/old/libdata
[unix-history] / usr / src / usr.sbin /
1993-04-27 Eric Allmanfix an uninitialized variable problem
1993-04-27 Eric Allmanclean up setsid handling
1993-04-27 Eric AllmanNeXT portability changes
1993-04-27 Eric Allmanadd HASSETSID on #ifdef _POSIX_VERSION
1993-04-27 Eric Allmanadd hpux config files
1993-04-27 Eric Allmanuse "a" mailer flag to attempt to use ESMTP; send SIZE=
1993-04-27 Eric Allmanreject messages exceeding maximum message size
1993-04-27 Eric Allmanextend "b" option to include maximum message size
1993-04-27 Eric Allmanprint out other fields
1993-04-27 Eric Allmandelete mci_options; use mci_flags instead
1993-04-27 Eric Allmanadd M_ESMTP
1993-04-27 Eric Allmanquote need not be in DELIMCHARS either
1993-04-27 Eric Allmanfix some problems with backslash handling
1993-04-27 Eric Allmandelete duplicate 8th bit stripping
1993-04-27 Eric Allmanuse FileMailer instead of ProgMailer
1993-04-27 Eric Allmanobey INCLNULL flag in NIS maps
1993-04-27 Eric Allmanhave getmxrr look at $=w to determine local host name
1993-04-27 Eric Allmanclean up handling of F line
1993-04-27 Eric Allmangive max message size in HELO/EHLO message if specified
1993-04-27 Eric Allmanfix misinterpretation of ctladdr when it goes through...
1993-04-27 Eric Allmanprint more fields in printaddr
1993-04-27 Eric Allmanfix problem that can cause CNAMEs to be misinterpreted
1993-04-27 Eric Allmandebugging printf in mailfile
1993-04-27 Eric Allmantype char can be a problem in prototypes on some systems
1993-04-27 Keith Bostictypo
1993-04-27 Eric Allmanadd mci_options word & advertised max message size
1993-04-26 Keith Sklowerrecent changes to kernel require you to fill in more...
1993-04-22 Eric Allmanpatches to XLA code
1993-04-22 Eric AllmanHPUX compatibility changes in getla()
1993-04-22 Chris Torek"unspec" changed to NULL in the sysctl structs; handle...
1993-04-21 Kirk McKusickupdate to reflect sizes being available in gmonparam...
1993-04-20 Chris Torekterminate swap list with NODEV, not 0: 0 is a valid...
1993-04-20 Eric Allmanproperly handle \! hack; improve error message printing...
1993-04-20 Eric Allmandate and time created 93/04/19 16:50:57 by eric
1993-04-20 Eric Allmanchange remotename to use flag bits instead of individua...
1993-04-19 Eric Allmanpass flags to remotename() instead of many individual...
1993-04-19 Kirk McKusickadd support for listing debugging variables
1993-04-19 Eric AllmanExtended Load Average (XLA) hooks
1993-04-19 Eric Allmanuse -D_FORGIVING_CC_
1993-04-19 Eric Allmanoops... fix botch in previous delta
1993-04-19 Eric Allmanuse UCB standard prototyping standard; use more prototypes
1993-04-19 Eric Allmanuse UCB standard prototype string
1993-04-19 Eric Allmanuse UCB standard for __P
1993-04-19 Eric Allmanadd defines for prototype compatibility
1993-04-18 Eric Allmanavoid NULL mci_out syserr; creates bogus error messages
1993-04-18 Chris Torekturn on pseudo-device table
1993-04-18 Chris Torekrename `files' file so we can coexist with old config...
1993-04-18 Chris Torekrm rcs headers (commit to maintenance on vangogh)
1993-04-18 Kirk McKusickadd support for net.inet variables
1993-04-18 Chris Torekpseudo_ioconf() generates pdevinit[] table so that...
1993-04-18 Eric Allmanimprove error printing (changes format of C line in qf)
1993-04-17 Eric Allmanturn off DEFNAMES and DNSRCH in hostsignature for old...
1993-04-17 Eric Allmandon't double-#define SMTP and QUEUE
1993-04-17 Eric Allmanupdate expected release date and mention contrib directory
1993-04-16 Eric Allmanfix bug causing host\!user to be parsed as one token
1993-04-16 Eric Allmanfix compilation problem when IDENTPROTO is not defined
1993-04-16 Eric Allmanfixes to handle null messages -- why did this break?
1993-04-16 Eric AllmanIPC mailers can take a colon-separated list of addresse...
1993-04-16 Eric Allmandocument the -B flag
1993-04-16 Eric AllmanB line in qf file
1993-04-16 Eric Allmanminor botch: use htons on ident port name
1993-04-15 Eric Allman(no message)
1993-04-15 Eric Allmandiscard errors only on responses to responses to respon...
1993-04-15 Eric Allmanadd e_bodytype and B queue line and -B flag for body...
1993-04-15 Eric AllmanIDENT problem applies to HPUX as well as Ultrix
1993-04-15 Eric Allmanadd e_bodytype
1993-04-15 Eric Allmandon't dequote if there would be spaces left -- they...
1993-04-15 Eric Allmansome first thoughts at a MAILB lookup
1993-04-15 Eric Allmanadd fifth parameter to *_map_lookup
1993-04-15 Eric Allmanreturn status information from map lookups and from...
1993-04-15 Eric Allmanset q_ruser when you send to a true human user
1993-04-15 Eric Allmanprint a list of the bad addresses on returned email
1993-04-15 Eric AllmanFEATURE(nocanonify) to turn off calls to $[ ... $]...
1993-04-15 Eric Allmanadd FEATURE(nocanonify)
1993-04-15 Eric Allmandate and time created 93/04/14 13:06:37 by eric
1993-04-15 Eric Allmandocument multiple hostnames on IPC $@ clause and IDENTPROTO
1993-04-14 Eric Allmanlet the $@ clause of an SMTP mailer be a colon separate...
1993-04-14 Eric Allmanrandom cleanup -- nothing major
1993-04-14 Eric Allmanmove IDENTPROTO #define into conf.h; default it off...
1993-04-14 Ralph Campbelladded mips ttys
1993-04-14 Eric Allmansimplify and generalize OutChannel => stdout code
1993-04-14 Eric Allmancheck for I/O errors on OutChannel
1993-04-14 Eric Allmanimprove setproctitle info
1993-04-13 Eric Allmanavoid multiple error messages on wierd syntax like...
1993-04-13 Eric Allmanredefine $r, $s, and $_ in error envelopes; properly...
1993-04-13 Eric Allmanchange comment on MAXUSERENVIRON to emphasize min value
1993-04-13 Eric Allmanfix documentation of -f in map specifications
1993-04-13 Eric Allmanreset statmsg before each mailer invocation to avoid...
1993-04-13 Eric Allmanback out hack to hide unqualified domains behind %...
1993-04-13 Eric Allmanshorten timeout on reverse name lookup to avoid conflic...
1993-04-13 Eric Allmanmore socket code generalization
1993-04-12 Eric Allmanproperly diagnose ruleset zero returning null vector
1993-04-11 Eric Allmanclarify what IDENT does -- and does not -- do
1993-04-11 Eric Allmandocument FEATURE(uucpdomain)
1993-04-11 Eric Allmanchange map name for consistency with UUCP
1993-04-11 Eric Allmandate and time created 93/04/10 11:05:41 by eric
1993-04-11 Eric Allmandocument FEATURE(bitdomain)
1993-04-11 Eric Allmanrearrange diversion 6 for FEATURE(bitdomain)
1993-04-11 Eric Allmandate and time created 93/04/10 10:50:17 by eric
1993-04-11 Eric Allmanfix major bug in reply() that trashes all error message...
next