BSD 4_4_Lite2 release
[unix-history] / usr / src / usr.sbin / sendmail / src / domain.c
1995-07-25 CSRGBSD 4_4_Lite2 release origin/BSD-Release BSD-4_4_Lite2
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-04-02 Bill JoyBSD-SCCS END release origin/BSD-SCCS BSD-4_4_Lite2-Snapshot-Development BSD-SCCS-END
1995-06-21 Eric Allmanh_errno now in conf.h
1995-06-20 Eric Allmananother wildcard MX hack
1995-06-16 Eric Allmanchange bestmx map to not do resolver domain searching...
1995-06-16 Eric Allmanimproved wildcard MX handling
1995-06-11 Eric Allmanadd DontExpandCnames option -- IETF seems to be moving...
1995-06-11 Eric Allmanimproved debugging
1995-05-29 Eric Allmanlint
1995-05-25 Eric Allmandon't leave rcode uninitialized if everything is OK
1995-05-20 Eric Allmandon't have getmxrr return 1 for unknown addresses
1995-05-20 Eric Allmanfix compile problems on various platforms
1995-05-14 Eric Allmanput getcanonname into service switch
1995-04-22 Eric Allmanupdate copyright notice
1995-04-08 Eric Allmaneliminate unnecessary redundant #include
1995-04-01 Eric Allmanpull getpwXXX and gethostbyXXX calls out into conf...
1995-03-11 Eric Allmanimproved security when opening files
1995-03-07 Eric Allmanavoid possible attacks against hidden files; this isn...
1995-03-07 Eric Allmanfix some race conditions for file opens
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1995-02-21 Eric Allmanlook in $=j as well as $=w for MX short circuit records...
1995-01-25 Eric Allmanuse wordinclass() abstraction for searching classes
1994-11-14 Eric Allmanif MX lookup fails, the name may still be good (because...
1994-11-14 Eric Allmanset UseNameServer on the basis of whether "dns" is...
1994-10-25 Eric Allmanget it to compile on other environments
1994-10-25 Eric Allmanfirst cut at service switch abstraction
1994-09-03 Eric Allmantry to auto-adapt to misconfigured /etc/hosts file...
1994-08-15 Eric Allmaneliminate compiler warning
1994-07-11 Eric Allmanclean up resolver casts to handle both old and new...
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
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
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
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
next