unix-history/.git
1993-04-02 Eric Allmanalways do sendall, even if errors in queue file; save...
1993-04-02 Eric Allmanstrip leading spaces off of aliases
1993-04-02 Eric Allmanadd e_statmsg to hold local status message (per deliver...
1993-04-02 Kirk McKusickconvert from kinfo to sysctl
1993-04-02 Kirk McKusickupdate usage message
1993-04-02 Kirk McKusickadd -n option (number only); partial matching; better...
1993-04-01 Eric Allmangetservbyname gets a "service", not a "server"
1993-04-01 Eric Allmandon't abort an entire queue run after a single locked...
1993-04-01 Eric Allmanzero CurHostAddr more vigorously to avoid bogus log...
1993-04-01 Eric Allmanset CurHostName any time you create a connection to...
1993-04-01 Kirk McKusickconvert from kinfo to sysctl
1993-04-01 Kirk McKusickconvert kinfo to sysctl
1993-04-01 Kirk McKusickconvert from kinfo to sysctl
1993-04-01 Kirk McKusickconvert from getkerninfo to sysctl
1993-04-01 Kirk McKusickconvert from kinfo to sysctl
1993-04-01 Kirk McKusickconvert kinfo to sysctl
1993-04-01 Kirk McKusickadd sysctl names array
1993-04-01 Kirk McKusickdate and time created 93/03/31 15:40:40 by mckusick
1993-04-01 Mike Hibleradd missing third param for dounmount
1993-04-01 Kirk McKusickdate and time created 93/03/31 14:39:09 by mckusick
1993-03-31 Eric Allmanupdate with current status
1993-03-31 Eric AllmanFallBackMX fixes
1993-03-31 Eric Allmanarrange to quote backslash as well as other special...
1993-03-31 Eric AllmanANSI changes
1993-03-31 Kirk McKusickdate and time created 93/03/30 23:48:06 by mckusick
1993-03-31 Eric Allmandiagnose bogus privacy flags
1993-03-31 Eric Allmanfix incorrect infinite loop diagnosis & improve diagnos...
1993-03-31 Eric Allmanhooks for eventual better handling of SMTP recipients
1993-03-31 Eric Allmanattempt to get better handling of recipients going
1993-03-31 Kirk McKusickeliminate flags and generation number in times hack
1993-03-31 Kirk McKusickallow write for private mapping even if file desc open...
1993-03-31 Christos ZoulasChanged the -21... to 0x80... to avoid integer overflow...
1993-03-31 Christos ZoulasChanged f_seek to a union of off_t and Char* to avoid...
1993-03-31 Eric Allmanback out previous two changes
1993-03-31 Eric Allmanattempt at quick RCPT response
1993-03-31 Eric Allmanmore network family generalization
1993-03-31 Eric Allmandon't give a warning if -f is being used to set id...
1993-03-31 Eric Allmangeneralize networking a bit more
1993-03-31 Eric Allmanfix typo
1993-03-31 Eric Allmanmove VRFYONLY flag up into MAIL command (it's global...
1993-03-31 Eric Allmanmark include() address as verified for possible later...
1993-03-31 Eric Allmanchange connection probing to use RSET instead of NOOP
1993-03-31 Eric Allmanfix bogus "infinite loop" diagnostic; log better diagno...
1993-03-31 Eric Allmanavoid bogus diagnostic
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 Allmanadd O and V options
1993-03-30 Eric Allmanadd O and V options; fix typo in mailertable code
1993-03-30 Eric Allmanadd O and V options
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
next