unix-history/.git
1993-03-30 Eric Allmanfix endmailer call botch; diagnose RCPT before MAIL...
1993-03-30 Eric Allmanfix botch with getmxrr when there was no MX record
1993-03-30 Eric Allmansave message from final 250 line
1993-03-30 Eric Allmangive a nicer message on message acceptance
1993-03-30 Eric Allmantypo in the mailertable rule
1993-03-30 Eric Allmandefault PrivacyFlags to zero (.cf file can only set...
1993-03-30 Eric Allmanadditional checking on pipe file handling
1993-03-30 Eric AllmanO (set daemon options) and V (fallback MX host) options
1993-03-30 Eric Allmandiagnose RCPT before MAIL
1993-03-30 Eric Allmanallow setting of server options
1993-03-30 Eric Allmanimplement FallBackMX
1993-03-30 Eric Allmanmake heuristic on when -d doesn't have an argument...
1993-03-30 Eric Allmanfix typo bugs
1993-03-30 Eric Allmanadd FallBackMX
1993-03-30 Eric Allmando recursive evaluation of CNAMEs
1993-03-29 Eric Allmaninclude declaration for errstring -- HPUX seems to...
1993-03-29 Chris Torekconform to the letter of the law (ANSI / C++ signal...
1993-03-29 Chris TorekARCH+=sparc
1993-03-29 Chris Toreklint
1993-03-28 Ralph Campbellchanged type of 'len' from int to size_t to match sysca...
1993-03-28 Ralph Campbelladded mips case
1993-03-28 Ralph Campbelladded mips code. Fixed error printf's to fprintf(stderr.
1993-03-28 Ralph Campbellmips doesn't use '_' in labels. Strip if present.
1993-03-28 Ralph Campbellremove printf's so boot prog will fit into 15 sectors.
1993-03-28 Ralph Campbellfix major number for 'dc' device.
1993-03-27 Keith Bosticadd in err(3) links
1993-03-27 Eric Allman$~ reverts to only matching one wor
1993-03-27 Eric Allmanfix HELO problem in srvrsmtp (HELO was required); fall...
1993-03-27 Eric Allmansimplify content of X-Authentication-Warning: header
1993-03-27 Eric Allmanmake MATCHZERO a synonym for CANONHOST (to clarify...
1993-03-27 Eric AllmanMATCHZERO doesn't assign a $N value
1993-03-27 Eric Allmanfix excessive matching problem
1993-03-26 Eric Allmanportability
1993-03-26 Eric Allmanfix a few problems pointed out by Neil Rickert; $~...
1993-03-26 Eric Allmanfix problem with prototype mismatches
1993-03-26 Eric Allmanmore fixes on __STDC__ declarations
1993-03-26 Eric Allmanprototypes break a lot of compilers, even with __STDC__...
1993-03-26 Eric Allmanfix auth_warning problem that rejected all MAIL command...
1993-03-26 Eric Allmantry to fall back to MX sites if there is a failure...
1993-03-26 Keith Skloweryet another fix from Francis.Dupont. siso_data is...
1993-03-26 Eric Allmanadd multi-word classes to the V6 CHANGES section
1993-03-26 Eric Allmandefine $=w to include long host name
1993-03-26 Eric Allmanclasses can be multiple words
1993-03-26 Eric Allmandequote map class
1993-03-26 Eric Allmanimplement multi-word classes
1993-03-26 Keith Sklowerfix from Francis.Dupont@inria
1993-03-26 Keith Bosticget file descriptor close logic right
1993-03-26 Eric Allmanfix up quote stripping code
1993-03-26 Eric Allmanadd authentication warnings; improved multi network...
1993-03-26 Eric Allmandefault several new options on; use dequote map; minor...
1993-03-26 Eric Allmanuse dequote map
1993-03-26 Eric Allmanchange some of the defaults
1993-03-26 Eric Allmanrecognize -a flag in dequote map
1993-03-26 Eric Allmanfix some minor glitches
1993-03-26 Eric Allmanimprove error reporting; open new transcript on envelop...
1993-03-26 Eric Allmanadd dequote pseudo-map
1993-03-26 Eric Allmancatch "unable to create locked temp file" condition
1993-03-25 Keith BosticJeff Forys' changes to keep from leaving two slashes...
1993-03-25 Keith Bosticremove shell escape, since would be setuid games
1993-03-24 Eric Allmanclean up logging of email received from localhost
1993-03-24 Eric Allmanfix botch in dot stripping line
1993-03-24 Eric Allmanimproved debugging; pass convtime a default units;...
1993-03-24 Cynthia A.... update .Os and history from .Ud to .Bx 4.4
1993-03-24 Ralph Campbellchanges from Rick Macklem
1993-03-24 Ralph Campbellfix a bug when reading a tape with an odd number of...
1993-03-24 Ralph Campbellfix bug in using v0 before the value is ready (load...
1993-03-24 Ralph Campbellinitialize uninitialized fields in btopeninfo. minor...
1993-03-24 Eric Allmanadd X-Authentication-Warning: headers on possible attem...
1993-03-24 Eric Allmaneliminate use of sin_len
1993-03-24 Eric Allmanbleah... one more time
1993-03-24 Eric Allmanone more instance of sa_len to delete
1993-03-24 Eric Allmanuse NETINET instead of DAEMON to compile in internet...
1993-03-24 Eric Allmanfix assumption of sa_len field in generic sockaddr...
1993-03-24 Eric Allmanadd FEATURE(mailertable); let FEATURE, HACK, OSTYPE...
1993-03-24 Eric Allmanmailertable feature; FEATURE can take arguments
1993-03-24 Eric Allmanhooks for FEATURE(mailertable)
1993-03-24 Eric Allmanlet FEATURE, HACK, OSTYPE, and DOMAIN take an optional...
1993-03-24 Eric Allmandate and time created 93/03/23 16:11:32 by eric
1993-03-24 Eric Allmanfix generalized socket code so that it doesn't screw...
1993-03-24 Chris Torekshut gcc2 up
1993-03-24 Kirk McKusicklimit maximum file descriptors to maxfiles (from torek)
1993-03-24 Kirk McKusickavoid connecting to ourselves (from torek approved...
1993-03-24 Kirk McKusicklint
1993-03-23 Eric Allmanprog mailer: preserve upper case; strip trailing dots...
1993-03-23 Eric Allmanuse "relay" mailer for $H (MAIL_HUB) and $R (LOCAL_RELA...
1993-03-23 Eric Allmanadd "relay" mailer that doesn't dicker with unqualified...
1993-03-23 Keith Bosticgcc2 lint
1993-03-23 Keith BosticGCC2 lint
1993-03-23 Keith Bosticfix stdarg/varargs includes
1993-03-23 Chris Torekrm RMP (it's been deprecated for a year now!)
1993-03-23 Kirk McKusickavoid null references (from Torek)
1993-03-22 Keith Bostichpux_exec.h is referenced from /sys
1993-03-22 Keith Bosticlint for GCC 2
1993-03-22 Keith Bosticlint for gcc 2; remove USG/termois stuff, not used
1993-03-22 Keith Bosticlint
1993-03-22 Eric Allmanstrip trailing dots off addresses before converting...
1993-03-20 Eric AllmanPOSIX & ISO changes; better I/O error diagnostics;...
1993-03-20 Eric Allmanprog mailer should preserve case
1993-03-20 Eric Allmaninitial hooks for ISO networking
1993-03-20 Keith Bosticwas munmap'ing the wrong size
next