#
69954 |
| 20-Jun-1995 |
eric |
h_errno now in conf.h |
#
69936 |
| 19-Jun-1995 |
eric |
another wildcard MX hack |
#
69905 |
| 15-Jun-1995 |
eric |
change bestmx map to not do resolver domain searching (RES_DNSRCH) |
#
69899 |
| 15-Jun-1995 |
eric |
improved wildcard MX handling |
#
69852 |
| 10-Jun-1995 |
eric |
add DontExpandCnames option -- IETF seems to be moving in this direction |
#
69825 |
| 10-Jun-1995 |
eric |
improved debugging |
#
69748 |
| 28-May-1995 |
eric |
lint |
#
69661 |
| 24-May-1995 |
eric |
don't leave rcode uninitialized if everything is OK |
#
69567 |
| 19-May-1995 |
eric |
don't have getmxrr return 1 for unknown addresses |
#
69562 |
| 19-May-1995 |
eric |
fix compile problems on various platforms |
#
69401 |
| 13-May-1995 |
eric |
put getcanonname into service switch |
#
68839 |
| 21-Apr-1995 |
eric |
update copyright notice |
#
68739 |
| 07-Apr-1995 |
eric |
eliminate unnecessary redundant #include |
#
68693 |
| 31-Mar-1995 |
eric |
pull getpwXXX and gethostbyXXX calls out into conf.c so they can be tweaked |
#
68513 |
| 10-Mar-1995 |
eric |
improved security when opening files |
#
68495 |
| 06-Mar-1995 |
eric |
avoid possible attacks against hidden files; this isn't perfect |
#
68494 |
| 06-Mar-1995 |
eric |
fix some race conditions for file opens |
#
68434 |
| 23-Feb-1995 |
eric |
cleanup to make gcc -Winitialized happier |
#
68199 |
| 24-Jan-1995 |
eric |
use wordinclass() abstraction for searching classes |
#
67923 |
| 13-Nov-1994 |
eric |
if MX lookup fails, the name may still be good (because of NIS or /etc/hosts entries) -- don't reject it too quickly |
#
67905 |
| 13-Nov-1994 |
eric |
set UseNameServer on the basis of whether "dns" is in the service switch |
#
67850 |
| 24-Oct-1994 |
eric |
get it to compile on other environments |
#
67848 |
| 24-Oct-1994 |
eric |
first cut at service switch abstraction |
#
67758 |
| 03-Sep-1994 |
eric |
try to auto-adapt to misconfigured /etc/hosts file that have short names preceding the long names |
#
67680 |
| 15-Aug-1994 |
eric |
eliminate compiler warning |