break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / usr.sbin / sendmail / src / domain.c
1994-06-19 Eric Allmanavoid linking problems against BIND 4.9.3
1994-06-18 Eric Allmancompatibility with BIND 4.9.3 (just cleanup)
1994-06-18 Eric AllmanCray fixes from Eric Wassenaar
1994-03-12 Eric Allmanchange NAMED_BIND to a 0/1 flag to allow Makefile override
1994-03-08 Eric Allmanfix CNAME loop problem: gave error messages and requeue...
1994-03-07 Eric Allmanapply workaround to broken res_search on Ultrix
1994-02-26 Eric Allmanadd additional error message for configuration error
1994-02-26 Eric Allmandiagnose problems caused by resolver bugs (sigh)
1994-02-18 Eric Allmansome extra debugging info
1994-02-10 Eric Allmanstrip trailing dot off of names that have one in getcan...
1994-02-01 Eric Allmanuse better MX hash function
1994-01-16 Eric AllmanUnicos portability changes
1993-12-22 Eric Allmanif HOSTALIASES is set, be sure to use it during canonif...
1993-11-27 Eric Allmanif option I is not set, be more forgiving on host unkno...
1993-11-21 Eric Allmanchanges to delete FallBackMX if it is already in the...
1993-09-30 Eric Allmancanonify [host] addresses in getmxrr
1993-09-30 Eric Allmanimprove connection caching by making [host] look like...
1993-07-24 Eric Allmanreally ignore MX records if !trymx
1993-07-24 Eric Allmanreally ignore MX if !trymx in getcanonname; minimize...
1993-07-22 Eric Allmanold 4.3BSD changes
1993-07-20 Eric AllmanFallBackMX wasn't properly supressed if it pointed...
1993-07-17 Eric Allmanadd 'w' option handling; be sure to fully qualify all...
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-08 Keith Bosticcheck for CNAME loops
1993-06-06 Eric Allmanlint-style cleanup
1993-04-27 Eric Allmanhave getmxrr look at $=w to determine local host name
1993-04-27 Eric Allmanfix problem that can cause CNAMEs to be misinterpreted
1993-04-15 Eric Allmansome first thoughts at a MAILB lookup
1993-04-14 Eric Allmanrandom cleanup -- nothing major
1993-04-02 Eric Allmanfixes to properly compute priority, nrcpts, etc. on...
1993-03-31 Eric AllmanFallBackMX fixes
1993-03-30 Eric Allmanfix botch with getmxrr when there was no MX record
1993-03-30 Eric Allmanimplement FallBackMX
1993-03-30 Eric Allmando recursive evaluation of CNAMEs
1993-03-24 Eric Allmanimproved debugging; pass convtime a default units;...
1993-03-14 Eric Allmanfix MX signature to always have trailing dot so compare...
1993-03-07 Eric Allmanprint query class in debugging output
1993-03-06 Eric Allmanavoid loops on nameserver NO_DATA errors; getsockname...
1993-03-04 Eric Allmanoptimizations; don't ignore _res.options bits in getcan...
1993-03-04 Eric Allmandon't assume that T_ANY returns all info for a domain
1993-02-27 Eric Allmanportability changes for 64 bit machines like the Alpha
1993-02-21 Eric Allmanclose cached MCI connections after a fork; add p (priva...
1993-02-19 Eric Allmanincrease size of searchlist to allow for extra "" entry
1993-02-16 Eric AllmanAllow saving in ~/dead.letter; clean up VRFY output...
1993-02-13 Eric Allmanfix wildcard MX handling (option W no longer needed...
1993-01-11 Eric AllmanMX piggybacking, based on code from John Myers@CMU...
1992-12-22 Eric AllmanRelease 6
1992-12-21 Eric Allmanchange random constants to be #defines
1992-12-19 Eric Allmanallow I option to arbitrarily set and clear resolver...
1992-12-19 Eric Allmanwhen searching the name server, when there is at least...
1992-12-16 Eric Allmandynamically allocate header fields (and more....);...
1992-09-24 Eric Allmanfix bug in envp handling in main(); always put trailing...
1992-06-24 Eric Allmanfix botch in random choice function for preferences
1992-03-07 Eric Allmanprint host name in debugging info
1991-12-14 Eric Allmanfix lockf code; have getcanonname recognize canonical...
1991-11-12 Eric Allman__hostalias is a front end issue, not a back end issue
1991-10-08 Eric Allmanhave DNS return what matched on a T_CNAME query
1991-10-06 Eric Allmanreturn indication of whether nameserver found a match
1991-10-03 Eric Allmanreverse sense of w (wildcard MX) flag to default to...
1991-09-04 Mike Karelsuse #define for dn_skipname from resolv.h
1991-07-30 Eric Allmanbetter hack for __dn_skipname
1991-07-27 Eric Allmancleanup for non-ANSI C compilers
1991-07-26 Eric Allmansome compatibility with SunOS for future work here...
1991-03-03 Keith BosticANSI
1990-06-02 Keith Bosticnew copyright notice
1990-04-19 Keith Bosticdon't break old makefiles; bug report 4.3BSD/usr.lib/114
1990-03-06 Keith Bosticfix h_errno for ANSI C variable scoping
1989-01-02 Keith Bosticremove DEBUG
1989-01-02 Phil LapsleyAdd getcanonname using gethostbyname if NAMED_BIND...
1988-12-29 Keith Bosticadd NO_WILDCARD_MX #define
1988-09-21 Eric Allmansome cleanup of I option handling
1988-07-01 Keith Bosticinstall approved copyright notice
1988-05-04 Keith Bosticchange T_ANY to T_CNAME; fix match where sites have...
1988-04-20 Keith Bosticchange NO_ADDRESS to NO_DATA
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 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 Bosticreplace sameword with strcasecmp
1987-12-13 Keith Bosticdn_skip -> dn_skipname
1987-02-04 Eric Allmando it right
1987-02-04 Eric Allmanpass sending hostname correctly back via the $s macro...
1986-07-26 Jim Bloommove the include of sendmail.h so MXDOMAIN can come...
1986-07-22 Jim Bloomhack for Jeeves being broken, replace gethostbyname...
1986-07-11 Jim Bloomtotally implement rfc974 in getmxrr(), just return...
1986-07-02 Jim BloomName Server MX support from Satz@su-sierra