home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bind494s.zip / CHANGES next >
Text File  |  1996-08-05  |  105KB  |  2,601 lines

  1. $Id: CHANGES,v 8.40 1996/08/05 08:31:20 vixie Exp $
  2.  
  3.     --- 4.9.4-p1 released ---
  4.  
  5. 657. [bug]    some configurations were mistakenly disabling cache purges.
  6.  
  7. 656. [doc]    "\ " was causing a line break in zone file parsing.
  8.  
  9. 655. [doc]    named(8) wasn't describing the "response" literal.
  10.  
  11. 654. [doc]    formatting errors fixed in include/arpa/nameser.h.
  12.  
  13. 653. [doc]    doc/misc/DynamicUpdate now has a deprecating comment.
  14.  
  15. 652. [bug]    BSD/nslookup/Makefile was making the wrong links.
  16.  
  17. 651. [bug]    a hashing function should be as simple as possible,
  18.         but not simpler.
  19.  
  20. 650. [bug]    dn_mailok() could walk off the end of the name buffer.
  21.  
  22. 649. [bug]    bad names were not exiting through the right code path.
  23.  
  24. 648. [bug]    we were referencing dynamic memory after free()'ing it.
  25.  
  26. 647. [bug]    savename() was bzero()'ing the wrong number of bytes.
  27.  
  28. 646. [bug]    ctypes.h needed to be included in res/res_debug.c.
  29.  
  30. 645. [port]    sys/types.h needed to be included in a lot of places.
  31.  
  32.     --- 4.9.4-rel released ---
  33.  
  34. 644. [bug]    gethnamadr.c:getanswer() wasn't decrementing buflen.
  35.  
  36. 643. [contrib]    new contrib/misc/gencidrzone.
  37.  
  38.     --- 4.9.4-t5b released ---
  39.  
  40. 642. [bug]    SOA serial checking was not trying backup servers.
  41.  
  42. 641. [doc]    added doc/rfc/rfc1713.
  43.  
  44. 640. [bug]    don't try to purge the cache on nonrecursive servers.
  45.  
  46. 639. [bug]    sysquery() was not recovering from lack of root servers.
  47.  
  48. 638. [bug]    dnsquery.c wasn't calling res_init().
  49.  
  50. 637. [bug]    ns_resp() was erroneously detecting name errors.
  51.  
  52. 636. [bug]    nslookup() was returning failure even when fwdrs were avail.
  53.  
  54. 635. [bug]    inet_pton() was returning EINVAL rather than EAFNOSUPPORT.
  55.  
  56.     --- 4.9.4-t4b released ---
  57.  
  58. 634. [bug]    named-xfer was writing AAAA RRs to the wrong file pointer.
  59.  
  60. 633. [port]    ULTRIX and RISCOS both need NEED_STRDUP in conf/portability.h.
  61.  
  62. 632. [bug]    BSD/named/Makefile was installing its man page in section 1.
  63.  
  64.     --- 4.9.4-t4a released ---
  65.  
  66. 631. [bug]    nslookup was dumping core on bad 'server' commands.
  67.  
  68. 630. [bug]    dig was not able to print SRV RRs.
  69.  
  70. 629. [bug]    dig was seeing artificial protocol errors printing AAAA RRs.
  71.  
  72.     --- 4.9.4-t3b released ---
  73.  
  74. 628. [bug]    "stub ." changes were being updated in the wrong place.
  75.  
  76. 627. [bug]    forgot to remove fourth arg from inet_pton() in tools/addr.c.
  77.  
  78. 626. [port]    was missing -DSPRINTF_CHAR in one spot in the top Makefile.
  79.  
  80.     --- 4.9.4-t3a released ---
  81.  
  82. 625. [api]    inet_pton()'s signature changed due to ipng@sunroof discussion.
  83.  
  84. 624. [port]    shres/* should work again (was broken by inet_ntop, inet_pton)
  85.  
  86. 623. [bug]    sprintf() doesn't return "int" on DomainOS, either.
  87.  
  88.     --- 4.9.4-t2a released ---
  89.  
  90. 622. [bug]    sprintf() doesn't return "int" on SunOS or ULTRIX.
  91.  
  92.     --- 4.9.4-t1a released ---
  93.  
  94. 622. [bug]    more print errors in the name validation logic fixed.
  95.  
  96. 621. [feature]    added support for IPv6 addresses to the resolver and daemon.
  97.         see doc/misc/IPv6 for details.
  98.  
  99. 620. [perf]    XSTATS off by default.  client stats now in XSTATS.
  100.  
  101. 619. [conf]    LOC_RR is on by default (it's an RFC now).
  102.  
  103. 618. [perf]    pulled in memory saving NAME,NAMELEN,NAMESIZE logic from
  104.         development source pool.
  105.  
  106. 617. [bug]    we were logging at INFO priority even when not loading a
  107.         zone due to certain kinds of database format errors.
  108.  
  109. 616. [bug]    truncated responses were not being forwarded.
  110.  
  111. 615. [contrib]    added contrib/misc/gencidrzone.pl, updated contrib/host.
  112.  
  113. 614. [bug]    minor and latent bug in dcalloc() fixed.
  114.  
  115. 613. [bug]    the RFC952 + "_" code wasn't strict enough.
  116.  
  117. 612. [bug]    the PTR name check was using ipv6.int rather than ip6.int.
  118.  
  119. 611. [conf]    changed "check-names forwarded" to "check-names response".
  120.  
  121. 610. [doc]    man page said check-name, should have said check-names.
  122.  
  123. 609. [bug]    in res_send(), query ID mismatches weren't handled in VC's.
  124.  
  125. 608. [bug]    res_send() would overrun its buffer when parsing truncated
  126.         replies for its diagnostic output.
  127.  
  128. 607. [bug]    EINTR wasn't causing a select() restart in res_send.
  129.  
  130. 606. [bug]    fixed a race condition related to SO_LINGER.
  131.  
  132. 605. [bug]    some "lame delegation" messages were printing wrong information
  133.  
  134. 604. [bug]    uncached out of zone CNAMEs were returning SERVFAIL rather
  135.         than timing out; this prevented the client from retrying.
  136.  
  137. 603. [bug]    lame delegations will now try other servers rather than just
  138.         SERVFAIL'ing.  the old behaviour was too draconian.
  139.  
  140. 602. [security]    we were cycling back through the volatile cache when searching
  141.         for glue to match the bootstrap cache.
  142.  
  143. 601. [bug]    we were not recognizing upward zone cuts in some circumstances
  144.  
  145. 600. [API bug]    getnetbyaddr() was taking a long, rather than a u_long.
  146.  
  147. 599. [bug]    PX RRs were not properly handled by named-xfer.c.
  148.  
  149. 598. [bug]    WKS RRs were written incorrectly in db_dump.c.
  150.  
  151. 597. [bug]    named would not create a brand new pid file.
  152.  
  153. 596. [bug]    memory leak in ns_resp.c plugged.
  154.  
  155. 595. [bug]    another wildcarding bug (in ns_maint.c) stomped.
  156.  
  157. 594. [contrib]    added contrib/misc/settransfer-gaine.shar.
  158.  
  159. 593. [security]    db_load() will allow invalid SOA ANAMEs, for now.
  160.  
  161. 592. [bug]    dig and nslookup needed code from 4.9.4-T1A for AXFR (#589).
  162.  
  163. 591. [bug]    dig and nslookup both dumped core if dn_expand() failed.
  164.  
  165. 590. [port]    changed __RES to 19960229 due to dn_isvalid() API addition.
  166.  
  167. 589. [bug]    named-xfer was unable to handle some compliant AXFR streams.
  168.  
  169. 588. [security]    call dn_isvalid() from db_load() to catch zone naming errors.
  170.  
  171. 587. [security]    added function dn_isvalid(), called from dn_expand(), per CERT.
  172.  
  173. 586. [bug]    dangling NS RR's (no A RR's in cache) weren't recoverable.
  174.  
  175. 585. [bug]    named was ignoring the cache for "." even after priming.
  176.  
  177. 584. [bug]    ns_resp() could dump core during some kinds of query restarts.
  178.  
  179. 583. [bug]    default logging priority for lame delegations now LOG_DEBUG.
  180.  
  181. 582. [doc]    added RFC 1912 which expands upon RFC 1537.
  182.  
  183. 581. [port]    BSD really does not have SIGIOT any more, stop using it.
  184.  
  185. 580. [bug]    getnetent() could mangle /etc/networks input lines.
  186.  
  187. 579. [bug]    db_dump was printing -1 for TTL wherever default TTL was used.
  188.  
  189. 578. [port]    many scanf/printf patterns misused %lu, DEC AXP didn't like it.
  190.  
  191. 577. [bug]    named-xfer and res_debug were mishandling "\\" in TXT/HINFO.
  192.  
  193. 576. [bug]    "limit" directive was setting current but not max system limit.
  194.  
  195.     --- 4.9.3-p1 released ---
  196.  
  197. 575. [port]    Ultrix/Hesiod named responses are oversized, we were
  198.         incorrectly accepting them and then overwriting the stack.
  199.  
  200. 574. [port]    BSD/OS 2.1 required some ./BSD/Makefile changes.
  201.  
  202.     --- 4.9.3-rel released ---
  203.  
  204. 573. [contrib]    put in "951231" version of contrib/host.
  205.  
  206. 572. [doc]    new file doc/info/SCO-2 concerning <sys/param.h> porting.
  207.  
  208. 571. [bug]    zones whose master files contained only $INCLUDEs were
  209.         incorrectly considered to not have any RR's (old bug.)
  210.  
  211. 570. [doc]    trivial man/named.8 tweak.
  212.  
  213. 569. [doc]    minor documentation tweak to shres/solaris/ISSUES.
  214.  
  215.     --- 4.9.3-beta34 released ---
  216.  
  217. 568. [bug]    very minor initialization bug fixed in tools/dig.c.
  218.  
  219. 567. [bug]    disabled VALIDATE; all this code is trash and will be removed
  220.         along with ALLOW_UPDATES very early in the next alpha cycle.
  221.         we are now back to the B26 level of stability, with several
  222.         minor bug fixes from intervening betas.
  223.  
  224. 566. [bug]    fixed memory leak introduced in #565.
  225.  
  226.     --- 4.9.3-beta33 released ---
  227.  
  228. 565. [proto]    we were generating truncated RRsets due to VALIDATE bugs.
  229.  
  230. 564. [proto]    we weren't stopping early enough on some kinds of truncation.
  231.  
  232. 563. [doc]    added doc/info/Solaris, concerning Sun Patch-ID# 102165-02.
  233.  
  234. 562. [bug]    named/ns_resp.c had an overzealous #ifdef.
  235.  
  236. 561. [port]    tools/nslookup/getinfo.c had an ANSI C nit.
  237.  
  238. 560. [port]    shres/netbsd and Makefile's netbsd stuff was wrong.
  239.  
  240. 559. [doc]    shres/* documentation had more pathname problems.
  241.  
  242. 558. [port]    SCO OSE5 portability problem (minor).
  243.  
  244. 557. [doc]    added doc/misc/style.txt out of my archives.
  245.  
  246. 556. [contrib]    updated contrib/arlib, contrib/dnsparse (really!).
  247.  
  248. 555. [bug]    quoted newlines were still broken even after #509.
  249.  
  250. 554. [bug]    dangling CNAME cache chains could make named dump core.
  251.  
  252. 553. [bug]    forwarders didn't work well with VALIDATE.
  253.  
  254.     --- 4.9.3-beta32 released ---
  255.  
  256. 552. [doc]    ./Makefile had some out of date comments.
  257.  
  258. 551. [bug]    shres/sunos/* needed some fine tuning.
  259.  
  260. 550. [contrib]    contrib/dnsparse replaced with a later version.
  261.  
  262.     --- 4.9.3-beta31 released ---
  263.  
  264. 549. [bug]    "make links" hadn't been tested in a while; shres/* req'd chg.
  265.  
  266. 548. [bug]    shres/sunos/* needed some fixups due to a late Sun patch.
  267.  
  268. 547. [doc]    Makefile comments for Linux were out of date.
  269.  
  270. 546. [doc]    OPTIONS had an incorrect path name and some factual errors.
  271.  
  272. 545. [bug]    shres/sunos/Makefile had some incorrect path names.
  273.  
  274.     --- 4.9.3-beta30 released ---
  275.  
  276. 544. [port]    some systems with broken CPP's wouldn't compile ns_req.c.
  277.  
  278. 543. [bug]    query restart bug in ns_resp.c.
  279.  
  280.     --- 4.9.3-beta29 released ---
  281.  
  282. 542. [port]    rearranged signal() calls to make POSIX + SYSV possible.
  283.  
  284. 541. [port]    padded _res to 512 bytes; moved initialized data to res_data.c.
  285.  
  286. 540. [port]    added experimental shres/netbsd/ directory.
  287.  
  288. 539. [bug]    we weren't able to load 0 ttl's in zone files.
  289.  
  290. 538. [doc]    BOG corrections.
  291.  
  292.     --- 4.9.3-beta28 never released ---
  293.  
  294. 537. [contrib]    new contrib/lamers/ directory.
  295.  
  296. 536. [bug]    there was a possible deadlock condition over missing glue.
  297.  
  298. 535. [bug]    previous patch to db_load() was misapplied.
  299.  
  300. 534. [bug]    several ancient cache corruption bugs fixed in ns_resp().
  301.  
  302. 533. [root]    root servers required a new ``no-fetch-glue'' option.
  303.  
  304. 532. [bug]    all kinds of stuff was broken under shres/ due to new subdir.
  305.  
  306.     --- 4.9.3-beta27 released ---
  307.  
  308. 531. [bug]    limited support for labels containing \. (literal dot.)
  309.  
  310. 530. [bug]    new root.cache file imported from internic.
  311.  
  312. 529. [bug]    another set of bug fixes to the zone transfer scheduler.
  313.  
  314. 528. [bug]    VALIDATE reenabled but without packet editing.
  315.  
  316. 527. [bug]    glue passing through CNAMEs will now be cached properly.
  317.  
  318. 526. [bug]    deleted zones should no longer cause core dumps.
  319.  
  320. 525. [func]    several messages changed to be more informative.
  321.  
  322. 524. [bug]    loc_ntoa() was returning a pointer to a stack variable.
  323.  
  324. 523. [bug]    wildcard RR's were being deleted by purge_zone().
  325.  
  326. 522. [bug]    "ndc start" didn't work if no pid file existed.
  327.  
  328. 521. [port]    Sun SVR4 fixes, including shared library support.
  329.  
  330. 520. [bug]    we weren't using "forwarders" if "options forward_only"
  331.         wasn't set (in some cases.)
  332.  
  333. 519. [bug]    named-xfer wasn't called res_init().
  334.  
  335. 518. [bug]    lots of byte order nits.
  336.  
  337. 517. [bug]    "tools/host -a" now prints in RR format again.
  338.  
  339. 516. [proto]    minimum TTL changes from five minutes to zero seconds.
  340.  
  341. 515. [bug]    SOA TTL of zero is no longer considered an error.
  342.  
  343. 514. [bug]    division by zero error corrected in ns_refreshtime().
  344.  
  345. 513. [bug]    we had the #ifdefs nexted backwards in <netdb.h>.
  346.  
  347. 512. [bug]    we were able to dump core while tracing due to a NULL pointer.
  348.  
  349. 511. [bug]    DiG wasn't able to suppress all of res_debug.c's comments.
  350.  
  351. 510. [doc]    BOG typos.  new doc/misc/FAQ.  new site in MIRRORS.
  352.  
  353. 509. [bug]    another side effect of the inet_aton() change was fixed,
  354.         this time it was breaking escaped newlines in named.boot.
  355.  
  356. 508. [contrib]    new contrib/host, contrib/misc/settransfer, contrib/msql.
  357.         contrib/umich/lame_delegation was withdrawn by the author.
  358.  
  359. 507. [bug]    DiG didn't do ndots and was trigger happy about options.
  360.  
  361. 506. [port]    NextStep, Interactive, SCO, Digital UNIX, ULTRIX improvements.
  362.  
  363. 505. [bug]    we were overly restrictive about nonauthoritative NXDOMAINs.
  364.  
  365. 504. [bug]    named was generating corrupt responses in au truncation.
  366.  
  367. 503. [port]    shres/* now supports SunOS 4.1.4.
  368.  
  369. 502. [bug]    nslookup wasn't behaving properly in the presence of "ndots".
  370.  
  371. 501. [bug]    we now delay 5 seconds after an "ndc restart" or "ndc start".
  372.  
  373. 500. [bug]    change #494 was incomplete.
  374.  
  375.     --- 4.9.3-beta26 released ---
  376.  
  377. 499. [bug]    we needed a SERVFAIL in an error case.
  378.  
  379. 498. [bug]    some recently added byte order bugs were stomped;
  380.         data_inaddr() was made slightly more conservative.
  381.  
  382. 497. [port]    local_hostname_length() moved to its own source file.
  383.  
  384. 496. [bug]    Beta25's change to compat/Makefile was wrong.
  385.  
  386. 495. [bug]    tools/host.c wasn't processing cnames properly.
  387.  
  388.     --- 4.9.3-beta25 released ---
  389.  
  390. 494. [func]    "include" directive in boot file is no longer fatal if the
  391.         specified file doesn't exist or is not readable.
  392.  
  393. 493. [bug]    new interfaces' UDP sockets weren't affecting select()'s mask.
  394.  
  395. 492. [doc]    another round of changes and cleanups to the BOG.
  396.  
  397. 491. [bug]    various cleanups to lame server detection.
  398.  
  399. 490. [port]    completely new shres/* from CKD.
  400.  
  401. 489. [doc]    added a ***NOTE*** to ./INSTALL about operating system files.
  402.  
  403. 488. [port]    GNU C Library changes for include/netdb.h.
  404.  
  405. 487. [func]    named will try a little bit longer to bind() its stream socket.
  406.  
  407. 486. [contrib]    new packages: contrib/inaddrtool and contrib/trnamed.
  408.  
  409. 485. [func]    ns_forw will no longer forward to 0.0.0.0, 255.255.255.255,
  410.         or 127.0.0.1.
  411.  
  412. 484. [port]    more POSIX_SIGNALS conversions.
  413.  
  414. 483. [bug]    compat/Makefile wasn't passing on all definitions to submakes.
  415.  
  416. 482. [port]    bad bug in NeXT C Library worked around.
  417.  
  418. 481. [doc]    RFC 1794 is now included in doc/rfc.
  419.  
  420. 480. [bug]    a debugging printf() was accessing freed memory.
  421.  
  422. 479. [port]    doc/info/NCR has been replaced.
  423.  
  424. 478. [port]    doc/info/interactive has been replaced by its author.
  425.  
  426. 477. [port]    UNIXWARE 2.X changes.
  427.  
  428. 476. [bug]    ns_init.c was creating files in "//tmp" rather than "/tmp".
  429.  
  430. 475. [bug]    inet_aton() reverts to mostly previous behaviour.
  431.  
  432. 474. [bug]    PTR->CNAME support added; name test fixed.
  433.  
  434. 473. [func]    added gethostbyname2(), improved its man page.
  435.  
  436. 472. [port]    Linux connect() can reconnect, res/res_send.c now knows this.
  437.  
  438. 471. [build]    several "clean" targets were not removing ".depend" files.
  439.  
  440. 470. [bug]    dqflush() was using memory after free()ing it and never closing
  441.         any file descriptors and not clearing select()'s mask bits.
  442.  
  443.     --- 4.9.3-beta24 released ---
  444.  
  445. 469. [bug]    We no longer share static return buffers across functions in
  446.         res_debug.c.
  447.  
  448. 468. [logging]    An extraneous haveComplained() was removed from ns_resp.c.
  449.  
  450. 467. [portdoc]    Linux build doc changes.
  451.  
  452.     --- 4.9.3-beta23 released ---
  453.  
  454. 466. [doc]    big reorg to BOG.
  455.  
  456. 465. [doc]    minor corrections to man pages.
  457.  
  458. 464. [port]    NEC Makefile changes.
  459.  
  460. 463. [contrib]    random updates.
  461.  
  462. 462. [bug]    res_send() wasn't always clearing errno, which led to
  463.         false-negative return conditions.
  464.  
  465. 461. [port]    minor u_char-vs-char lint removed.
  466.  
  467. 460. [port]    backed out a recent Linux portability change.
  468.  
  469.     --- 4.9.3-beta22 released ---
  470.  
  471. 459. [port]    made a major lint pass.
  472.  
  473. 458. [func]    paved over a bad security hole in named-xfer.
  474.  
  475. 457. [bug]    negative caching vs (secure_zone | cname checking) bugs.
  476.  
  477. 456. [port]    moved all:: target to be first in top level Makefile.
  478.  
  479. 455. [bug]    res/res_send.c had a bad macro definition.
  480.  
  481. 454. [doc]    RUNSON moved to doc/info.  MIRRORS file added.
  482.  
  483. 453. [quality]    learntFrom() was reformatted.
  484.  
  485. 452. [doc]    minor changes for shlib/ISSUES, tools/nslookup/nslookup.help.
  486.  
  487. 451. [port]    linux, NCR, Solaris, NExT portability changes.
  488.  
  489. 450. [func]    added RES_NOALIASES flag, needed for security.
  490.  
  491. 449. [bug]    we were defining a nonstandard DNS header flag as PR.  no more.
  492.  
  493.     --- 4.9.3-beta21 released ---
  494.  
  495. 448. [port]    systems with hundreds of network interfaces need big ioctl()'s.
  496.  
  497. 447. [func]    zones without NS RR's or with mismatching SOA RR's are caught.
  498.  
  499. 446. [bug]    miscellaneous fixes to res/gethnamaddr.c.
  500.  
  501. 445. [bug]    the secure_zone logic was incomplete.
  502.  
  503. 444. [bug]    bootfile "options" parsing was broken.
  504.  
  505. 443. [bug]    named-xfer was munging incoming WKS RR's.
  506.  
  507. 442. [contrib]    various cleanups.
  508.  
  509.     --- 4.9.3-beta20 released ---
  510.  
  511. 441. [contrib]    put in DOC 2.1.1.
  512.  
  513. 440. [func]    change/addition to the "lame delegation" syslog message.
  514.  
  515. 439. [bug]    emulation macros WIFSIGNALED and WIFEXITED were bogus.
  516.  
  517. 438. [bug]    missing "#ifndef INVQ" added.
  518.  
  519. 437. [doc]    man pages and BOG updated to include new B18/B19 features.
  520.  
  521. 436. [port]    PIDDIR definition removed from Solaris 2.X.
  522.  
  523. 435. [port]    shres/Makefile fixed for new location of inet_addr.c.
  524.  
  525. 434. [port]    getnetnamaddr.c had a spurious "#if defined(sun)"
  526.  
  527. 433. [bugs]    random typos and glitches from the beta19 afternoon rush.
  528.  
  529.     --- 4.9.3-beta19 released ---
  530.  
  531. 432. [func]    we should be much more resistant to root cache corruption now.
  532.  
  533. 431. [bug]    tcp socket send buffer will now be set at 16K to avoid blocks.
  534.  
  535. 430. [bug]    ns_req.c had two cases where it could overflow a buffer.
  536.  
  537. 429. [bug]    the "." zone will now respect the setting of NO_GLUE.
  538.  
  539. 428. [func]    0.0.0.0 A RR's are allowed in the DB but we won't use them.
  540.  
  541. 427. [func]    "options fake-iquery" added, users of Sun nslookup take note.
  542.  
  543. 426. [port]    include/netdb.h now has some #ifdef sun defs in it.
  544.  
  545. 425. [bug]    negative caching bugs in findns() and in ns_forw.c.
  546.  
  547. 424. [func]    "limit transfers-per-ns" directive added.
  548.  
  549. 423. [bug]    infinite loop fixed in named-xfer.c's version number printing.
  550.  
  551. 422. [bug]    gethostbyname() of a dotted quad in an auto variable will
  552.         no longer cause the caller to consume random stack trash.
  553.  
  554. 421. [port]    inet_aton() has moved from lib44bsd.a back to libresolv.a.
  555.  
  556. 420. [func]    any punctuation character can now terminate an inet_aton().
  557.  
  558. 419. [port]    use sigemptyset(), sigaddset() - in preference to sigmask().
  559.  
  560.     --- 4.9.3-beta18 released ---
  561.  
  562. 418. [bug]    ``close(11): interrupted system call'' now fixed.
  563.  
  564. 417. [bug]    big name servers would never refresh all their zones since
  565.         tryxfer() wasn't a "fair" scheduler.  it is now.
  566.  
  567. 416. [func]    SOA syntax errors will now lead to dead zones, not dead srvrs.
  568.  
  569. 415. [func]    expiration values lower than refresh values cause a warning.
  570.  
  571. 414. [func]    added "options" and "limit" directives to named.boot.
  572.  
  573. 413. [port]    new file: doc/info/solaris.too.
  574.  
  575. 412. [bug]    possible div-by-zero in ns_init.c.
  576.  
  577. 411. [port]    NeXTstep, UNIXWARE, ISC, AUX changes/additions to top Makefile.
  578.  
  579. 410. [port]    POSIX_SIGNALS covers a bit more code now.
  580.  
  581. 409. [bug]    CNAME->PTR responses were triggering syslog() unnecessarily.
  582.  
  583. 408. [port]    res_send.c's socket() calls were using the wrong arguments.
  584.         this was benign but with IPv6 looming, we need to clean it up.
  585.  
  586. 407. [bug]    the delayed free() logic (DATUMREFCNT) didn't account for
  587.         the possibility of some NULL pointers, in ns_resp.c.
  588.  
  589. 406. [bug]    we were walking through purged list items in ns_forw.c.
  590.         this caused bad things to happen when glue expired.
  591.  
  592. 405. [bug]    "attempted update to auth zone" is no longer a warning.
  593.  
  594. 404. [bug]    fp_nquery() is now used everywhere, fp_query() is deprecated.
  595.  
  596. 403. [port]    hstrerror()'s result is now declared as const.
  597.  
  598. 402. [bug]    a flakey initialization in the resolver has been fixed.
  599.  
  600. 401. [port]    removed some junk around getnetbyname(), needs testing on suns.
  601.  
  602. 400. [func]    BIND's version number now appears as a comment in zone files
  603.         written by named-xfer.
  604.  
  605. 399. [func]    older, bogus HINFO RR's will now be fixed up with warnings.
  606.  
  607. 398. [bug]    "SOA class not same as zone's" is now a zone load error.
  608.  
  609. 397. [func]    all of the syslog() priorities have been lowered.
  610.  
  611. 396. [doc]    added doc/misc/{FAQ.1of2,FAQ.2of2,vixie-security.ps}.
  612.  
  613. 368. [port]    top level Makefile updates: .depend files aren't shipped;
  614.         solaris, linux, dec osf/1, dynix build more cleanly.
  615.  
  616. 367. [port]    LOC RR logic has had some lint removed.  also named-xfer.c.
  617.  
  618. 366. [contrib]    dnswalk 1.8.3 is now included.
  619.  
  620. 365. [security]    initial query ID is no longer a fixed constant.
  621.  
  622.     --- 4.9.3-beta17 released ---
  623.  
  624. 364. named/ndc.sh didn't always exit with nonzero on errors.
  625.  
  626. 363. include/arpa/Makefile was installing into //.
  627.  
  628. 362. convex cleanups.  osf/1 cleanups.
  629.  
  630. 361. minor nit in sprintf() format string in tools/host.c.
  631.  
  632.     --- 4.9.3-beta16 released ---
  633.  
  634. 360. CRED is long gone.
  635.  
  636. 359. convex systems have getrusage().
  637.  
  638. 358. CPPFLAGS wasn't quite right.
  639.  
  640.     --- 4.9.3-beta15 released ---
  641.  
  642. 357. netdb.h now externs h_errno.
  643.  
  644. 356. fixed odd corner case bug in res_query().
  645.  
  646. 355. no BIND beta is complete without a patch to shres/PROBLEMS.
  647.  
  648. 354. minor addition to the "ndc" command line syntax.
  649.  
  650. 353. "." domain syslog() raised from LOG_DEBUG to LOG_WARNING.
  651.  
  652. 352. minor nit in named-xfer.c.
  653.  
  654. 351. the BSD/* Makefiles were mode 440, are now 444.
  655.  
  656. 350. new (undocumented) make target: "make mkdirs".
  657.  
  658. 349. output format change in tools/host.c.
  659.  
  660. 348. contrib/* updates.
  661.  
  662. 347. CPPFLAGS variable added to the Makefile tree, should quieten some makes.
  663.      nextstep, solaris, and svr4 systems have some new build parameters.
  664.  
  665. 346. BOG cleanups and addition of PX RR documentation.
  666.  
  667. 345. more items for RUNSON.
  668.  
  669. 344. several combinations and permutations of compilation options didn't work.
  670.  
  671.     --- 4.9.3-beta14 released ---
  672.  
  673. 343. Type cast fix for #340.
  674.  
  675. 343. Small change to RUNSON.
  676.  
  677. 342. Removed fsync() call, it really wasn't nec'y and was causing trouble.
  678.  
  679.     --- 4.9.3-beta13 released ---
  680.  
  681. 341. Small fix for #331.
  682.  
  683. 340. Inverse queries, if enabled, will be logged if QRYLOG is enabled and on.
  684.  
  685. 339. Nonrecursive servers (-r) will once again sysquery() for missing glue.
  686.  
  687. 338. named/ndc now preserves the user's $PATH.
  688.  
  689. 337. SUNSECURITY is now only on for shres/*.
  690.  
  691. 336. New version of contrib/host has been included.
  692.  
  693. 335. tools/nsquery.c and tools/nstest.c were moved to contrib/old/.
  694.  
  695. 334. Portability changes for HP-UX, Solaris, Linux, SCO UNIX.
  696.  
  697. 333. INVQ (inverse query support) now defaults to "off".
  698.  
  699. 332. Some of the internal hashing logic for syslog() rate limiting was not
  700.      accurate (more things were logged than should have been).
  701.  
  702.     --- 4.9.3-beta12-patch2 released ---
  703.  
  704. 331. Default domain in $INCLUDE files is now intuitive (rather than ".").
  705.  
  706. 330. Lame delegations are now only logged for class "IN".
  707.  
  708. 329. Format change to XSTATS output to make it more readable.
  709.  
  710. 328. Bad responses could cause core dumps in DiG, nslookup, etc.
  711.  
  712. 327. The now-requisite change to shres/* was discovered and put in.
  713.  
  714. 326. Portability changes for Linux, SCO, ULTRIX3, NeXT.
  715.  
  716. 325. Bit the bullet and reset all the RCS revision numbers to 8.1==4.9.3.b12.
  717.  
  718.     --- 4.9.3-beta12-patch1 released ---
  719.  
  720. 324. Added some missing pieces to the NSAP and NSAP_PTR handling.
  721.  
  722. 323. Tightened some of the GEN_AXFR code, fixed potential C_HS problem.
  723.  
  724. 322. Fixed minor niggle in the way "dig" parses its arguments.
  725.  
  726. 321. Final(?) tuning of the SunOS shres stuff.
  727.  
  728. 320. Reorganized the SunOS build params in the top level Makefile.
  729.  
  730.     --- 4.9.3-beta12 released ---
  731.  
  732. 319. Fixed DiG so that ". IN NS" was the default if no args are given. (Vixie)
  733.  
  734. 318. Merged the resolver with 4.4BSD's; made a BSD/ subdirectory off the main
  735.      tree for easy integration into BSD/OS, FreeBSD, NetBSD, et al; moved the
  736.      "master" subdirectory to "conf/master" to cut down on top level clutter.
  737.  
  738. 317. Lots of last minute fiddling to make Beta12 "right".  (cast of thousands)
  739.  
  740. 316. Minor byte order bug in BIND_NOTIFY.  (Grange)
  741.  
  742. 315. Added code to db_load() to detect "no RR's found" case.  (Vixie; Heiney)
  743.  
  744. 314. "Zone declared more than once" test added.  (Grange; Vixie)
  745.  
  746. 313. XSTATS interval was changed from "no more than once a minute, and usually
  747.      every fifteen minutes" to "no more than once an hour, and usually every
  748.      hour".  (Gianopoulos; Vixie)
  749.  
  750. 312. Minor stuff in BIND_NOTIFY and the Ultrix and OSF/1 builds.  (Heiney)
  751.  
  752. 311. Continuing hacks to LOC RR (experimental) and shres/*.  (Davis)
  753.  
  754.     --- 4.9.3-beta11-patch5 released ---
  755.  
  756. 310. Minor BOG patches.  (Shapiro)
  757.  
  758. 309. Minor LOC RR lint.  (Heiney; Truck)
  759.  
  760. 308. Minor STUBS changes in ns_req.c.  (Andrews)
  761.  
  762. 307. Ultrix and OSF/1 now install "man" (not "cat") pages.  AIX now installs
  763.      *.[0-9] rather than *.0 pages.  (Vixie, et al)
  764.  
  765. 306. conf/Info.* moved to new directory doc/info/*.  (Vixie)
  766.  
  767. 305. NOTIFY could cause multiple simultaneous axfr's.  (Andrews; Vixie)
  768.  
  769.     --- 4.9.3-beta11-patch4 released ---
  770.  
  771. 304. Minor fixes to PURGE_ZONE, CLEANCACHE, RETURNSOA, and dig.  (Mark Andrews)
  772.  
  773. 303. LOC RR support is now in.  (Chris Davis; Vixie)
  774.  
  775. 302. General portability stuff (with ISC leanings).  (Mark Galbraith)
  776.  
  777. 301. Minor DiG portability fix.  (Dima Volodin)
  778.  
  779. 300. Yet more HINFO fixes.  (Gianopoulos)
  780.  
  781. 299. Really minor patch to tools/nstest.c, plus AIX fixes.  (David Bolen)
  782.  
  783. 298. More shres/* fixes.  (Davis; Woods)
  784.  
  785. 297. Minor SCO fixups.  (Eduard Vopicka)
  786.  
  787. 296. Fixed #include <signal.h> problem in db_glue.c.  (cast of thousands)
  788.  
  789. 295. Minor goofs in the sources.  (Grange; Gianopoulos)
  790.  
  791. 294. Minor patch to the BOG (font problem).  (Shapiro; Vixie)
  792.  
  793.     --- 4.9.3-beta11-patch3 released ---
  794.  
  795. 293. Minor #ifdef screwup corrected.  (Mohamed Ellozy)
  796.  
  797. 292. Small HP-UX portability change.  (Truck)
  798.  
  799. 291. Minor BOG correction.  (Harlan Stenn)
  800.  
  801. 290. PX RR support.  (Pierluigi Bonetti)
  802.  
  803. 289. Made random refresh interval a little more robust.  (Miller; Vixie)
  804.  
  805. 288. Minor portability changes for DEC OSF/1.  (Bob Heiney)
  806.  
  807. 287. We now do a setvbuf() on outbound AXFR streams since the system's
  808.      default size causes more write()'s (and therefore TCP segments)
  809.      than we really want.  (Paul Mockapetris' idea; Paul Vixie's code.)
  810.  
  811. 286. Recast all uses of abort() to call private function panic().  This was
  812.      nec'y since we use the ABRT (IOT) signal to force a statistics dump, and
  813.      having it dump statistics inside of abort() was a bad thing.
  814.      (Mark Andrews noticed the problem; Paul Vixie fixed it.)
  815.  
  816. 285. Minor change to top-level Makefile for OSF/1 man pages.  (Shapiro)
  817.  
  818. 284. Minor change to HINFO stuff.  (Gianopoulos)
  819.  
  820. 283. Minor changes to XSTATS #ifdef's.  (Benoit Grange)
  821.  
  822. 282. Minor change to top-level Makefile for ULTRIX/VAX.  (William Gianopoulos)
  823.  
  824.     --- 4.9.3-beta11-patch2 released ---
  825.  
  826. 281. Another batch of (minor) HINFO changes.  (William Gianopoulos)
  827.  
  828. 280. Minor formatting changes to keep ctags happy.  (Craig Leres)
  829.  
  830. 279. Minor changes to OPTIONS.  (Mark Seiden)
  831.  
  832. 278. New option XSTATS (default "on" for now).  (Benoit Grange)
  833.  
  834. 277. res_mkquery() wasn't calling res_init().  (Philip Gladstone)
  835.  
  836. 276. Minor cleanup to shres/INSTALL.  (Chris Davis)
  837.  
  838. 275. We now set a SO_LINGER on outbound zone transfers.  (Peter Wemm; Vixie)
  839.  
  840. 274. Minor portability fix for VAX Ultrix.  (Stan Barber)
  841.  
  842. 273. Fixed two time warp problems.  (Bob Heiney; Paul Vixie)
  843.  
  844. 272. Named-xfer will now log and error and abort if it encounters an RR type
  845.      it doesn't recognize.  (Mark Andrews; Paul Vixie)
  846.  
  847. 271. Minor cleanups to the HINFO comparison code in db_update.  (Bryan Beecher)
  848.  
  849. 270. Made CLEANCACHE less of a CPU hog.  (Benoit Grange; Mark Andrews)
  850.  
  851. 269. Add even more branches to the cred/clev decision tree, to make it more
  852.      robust about borderline data at zone cuts.  (Jack McCann; Mark Andrews)
  853.  
  854. 268. New option (default: "on" for now): PURGE_ZONE.  (Mark Andrews)
  855.  
  856. 267. Added contrib/misc/{soa-easy,dnsfind}.shar.  I will not be including
  857.      this in the b11p2 diffs, though it will be in the next full kit.
  858.      (Tim Cook)
  859.  
  860. 266. I finally broke down and made a recommendation in the BOG with respect to
  861.      "nameserver 127.0.0.1".  (Greg Woods supplied the patch)
  862.  
  863. 265. Minor portability stuff for SunOS.  (Greg Woods)
  864.  
  865.     --- 4.9.3-beta11-patch1 released ---
  866.  
  867. 264. 900-second check removed; TTL==0 should work now.  (Mark Andrews)
  868.  
  869. 263. Minor db_save() patch for initializing memory.  (Bryan Beecher)
  870.  
  871. 262. Minor ESIX (SVR4.0.4/gcc) changes.  (John Polstra)
  872.  
  873. 261. Minor dig-related patch to res_send.c.  (Mark Andrews)
  874.  
  875. 260. Minor line number fix for ns_init().  (Havard Eidnes)
  876.  
  877. 259. NetBSD shared library stuff is now in contrib/misc/netbsd-shlib.shar.
  878.      (Matt Ragan)
  879.  
  880. 258. NeXT portability changes.  (Allan Nathanson)
  881.  
  882. 257. Minor HP-UX portability stuff.  (Lewis; Corrigan)
  883.  
  884. 256. Two medium sized bugs in BIND_NOTIFY.  (Don "Truck" Lewis)
  885.  
  886. 255. Minor lint in ns_req.c.  (Mark Andrews)
  887.  
  888. 254. Minor ndc.sh build problem.  (Michael Corrigan)
  889.  
  890. 253. Minor coding inconsistency in res/res_comp.c.  (Jeff Schreiber; Vixie)
  891.  
  892. 252. Minor BOG addition (SIGIOT).  (Bryan Knowles)
  893.  
  894.     --- 4.9.3-beta11 released ---
  895.  
  896. 251. If a master zone's serial number goes backwards, named now logs a
  897.      warning.  (Mark Andrews)
  898.  
  899. 250. Minor portability nit in ns_forw().  (Simon Leinen)
  900.  
  901. 249. Another portability problem fixed in ndc.sh. (Corrigan)
  902.  
  903. 248. Declaration problem with findZonePri() fixed. (Corrigan)
  904.  
  905. 247. References to CNAMES from MX/NS/MB will now be explicitly logged. (Vixie)
  906.  
  907. 246. Made the BIND_NOTIFY logic more robust; it still does not match the
  908.      current I-D (no delays yet).  (Vixie)
  909.  
  910. 245. Fixed a writable-string problem.  Added a lot of ANSI "const"'s. (Vixie)
  911.  
  912.     --- 4.9.3-beta10-patch1 released ---
  913.  
  914. 244. Added shres/PROBLEMS file.  (Chris Davis)
  915.  
  916. 243. Corrected the BOG on the meaning of ".".  (Doug Luce, Paul Vixie)
  917.  
  918. 242. SOA's can now be stored in $INCLUDE files.  (John Lind)
  919.  
  920. 241. Rejection of 0.0.0.0 had a potential seg fault.  (Mark Andrews)
  921.  
  922. 240. NoRecurse wasn't preventing queries for missing glue.  (Mark Andrews)
  923.  
  924. 239. WKS nonaggregation test had bad length.  (Ed Clarke, Chris Britton)
  925.  
  926. 238. NeXT library problem worked around.  (Greg Wohletz)
  927.  
  928. 237. Core dump fixed in the dprintf() macro.  (Eric Murray)
  929.  
  930. 236. MBZ fields in new queries were actually stack trash.  (Olson, Vixie)
  931.  
  932. 235. Adds and changes to contrib/:
  933.     Added contrib/misc/dnstools.shar, from alt.sources. (Eric Murray)
  934.     Added contrib/misc/settransfer.shar (nonrecommended). (Tom Brisco)
  935.     Updated contrib/host/* with latest public version. (Eric Wassenaar)
  936.     Updated contrib/host/makezones with latest pub. version. (Philip Hazel)
  937.  
  938. 234. Made the "ps" command needed by ndc.sh a configurable parameter.
  939.  
  940.     --- 4.9.3-beta10 released ---
  941.  
  942. 233. Added and reordered a lot of code in ns_resp() to cause it to be
  943.      slighly harder to spoof with bad packets.  More work needs to be done,
  944.      so that named will be as spoof-proof as the resolver has become.  (Vixie.)
  945.  
  946. 232. Added new RR types to include/arpa/nameser.h, per RFC 1700. (Vixie)
  947.  
  948. 231. New "ndc" command.  (Vixie)
  949.  
  950. 230. The VALIDATE option is now formally deprecated.  It has bugs its detection
  951.      of invalid responses, and is known to mutilate perfectly valid CNAME
  952.      responses, to the detriment of clients.  This code will likely be deleted
  953.      in the next BIND release, to be replaced by an ``always restart query''
  954.      strategy.  (Vixie)
  955.  
  956. 229. Moved a syslog() so that primary as well as secondary loads are logged.
  957.  
  958. 228. Resolver functions now reliably set h_errno.  (Vixie, Wassenaar)
  959.  
  960. 227. Expired zones now lose their cached serial number information, giving
  961.      an opportunity to refresh a zone after a serial number goes backward.
  962.      (Andrews)
  963.  
  964. 226. Sun386i support crept in on little cat feet.  (Brownlee)
  965.  
  966. 225. UDP packets could be overstuffed by 12 bytes.  (Reilly, Vixie)
  967.  
  968. 224. failing connect()'s in named-xfer will no longer be logged.  (Andrews)
  969.  
  970. 223. merged IETF stream (Vixie):
  971.     a. made ALLOW_UPDATES even more optional (it will disappear soon);
  972.     b. added NOTIFY option (experimental);
  973.     c. cleaned up some comments;
  974.     d. removed T_SA (was experimental, replaced by ROUND_ROBIN);
  975.     e. made named/Makefile's default CFLAGS -g (it usually inherits -O);
  976.     f. random code cleanup;
  977.     g. some internal errors are now fatal instead of warnings.
  978.      these changes were brought in once it became clear that there would be
  979.      another Beta of 4.9.3.
  980.  
  981. 222. tools/Makefile was using "make" instead of "${MAKE}".  (Day)
  982.  
  983. 221. yet another bug was found and fixed in the SUNSECURITY code.  (Brown)
  984.  
  985. 220. a variable reuse problem in the SUNSECURITY syslog()'s in gethnamaddr.c
  986.      was fixed.  (Wohletz, Wemm, Vixie)
  987.  
  988. 219. "stub" root zones now affect the hint cache (STUBS is experimental).
  989.      in this situation it is reasonable to not have a "cache" directive,
  990.      and some code was reordered to make this possible.  (Andrews)
  991.  
  992. 218. contrib/umich/lame-delegation/LISA-VI-paper.ps is now a proper
  993.      PostScript(tm) file.  (Davis)
  994.  
  995. 217. syslog() cleanups in named-xfer.c.  (Vixie, Barrett)
  996.  
  997. 216. shres/Makefile now forces -O. (Braniss, Ray)
  998.  
  999. 215. New contrib/misc/ctldns.sh. (Bush)
  1000.  
  1001. 214. New contrib/misc/dns-peers.info. (Wolfhugel)
  1002.  
  1003. 213. BOG and named(8) fixes. (Paffrath, Vixie, Hawkinson)
  1004.  
  1005. 212. database input errors will no longer cause the following line to
  1006.      be ignored. (Gianopoulos)
  1007.  
  1008. 211. the TXT RR fixes done so far in 4.9.3 have been backed out; we're
  1009.      back to the 4.9.2 behaviour. (Gianopoulos)
  1010.  
  1011. 210. the authority section will no longer duplicate the answer section
  1012.      if both would contain the same NS RR set. (Vixie)
  1013.  
  1014.     --- 4.9.3-beta9-patch1 released ---
  1015.  
  1016. 209. installed marka's patch to CRED that fixes BETA9's flaw.
  1017.  
  1018. 208. added comment to README about -l44bsd and inet_aton().
  1019.  
  1020. 207. new directory: contrib/multizdb.  highly nonrecommended.
  1021.  
  1022. 206. small NextStep change in Makefile.
  1023.  
  1024.     --- 4.9.3-beta9 released ---
  1025.  
  1026. 205. minor Makefile fix after beta9 was previewed on bind-workers; also, a
  1027.      new file conf/Info.Linux-more has been included.
  1028.  
  1029. 204. BOG fixes.
  1030.  
  1031. 203. netlists elements are now
  1032.     { addr [ "&" mask ] }
  1033.      which for the EBNF-impaired, means that "&" introduces an explicit mask.
  1034.      implicit masks are either by-class or 0xffffffff, depending on ALLOW_HOSTS
  1035.      in the call to get_netlist().
  1036.  
  1037. 202. name compression is now case-insensitive.
  1038.  
  1039. 201. duplicate RRDATA won't trigger the new "auth warning" in db_update().
  1040.  
  1041.     --- 4.9.3-beta8-patch2 released ---
  1042.  
  1043. 200. added a haveComplained() to limit auth warnings.
  1044.  
  1045. 199. fixed idiotic code reordering from patch1.
  1046.  
  1047.     --- 4.9.3-beta8-patch1 released ---
  1048.  
  1049. 198. a bad-string-termination bug was fixed in getnetanswer().
  1050.  
  1051. 197. an uninitialized-variable bug was fixed in db_update().
  1052.  
  1053.     --- 4.9.3-beta8 released ---
  1054.  
  1055. 196. Several minor corrections were made to the BOG.
  1056.  
  1057. 195. "clev" now distinguishes between root and TLD (wasn't worth a darn before)
  1058.  
  1059. 194. empty nodes in authority zones are now protected from non-auth updates.
  1060.      (most of db_update() was rewritten to fix/support this.)
  1061.  
  1062. 193. negative cache items weren't updated before, now they are.
  1063.  
  1064. 192. zone updates from answers were prevented for new types but not if some
  1065.      rr already existed with that type.  fixed.  also syslogged.
  1066.  
  1067. 191. the cache now distinguishes between authoritative answers and zone rr's.
  1068.  
  1069. 190. negative cache items are now marked appropriately authoritative.
  1070.  
  1071. 189. CRED is no longer optional.
  1072.  
  1073. 188. Another enhancement has been made to HINFO parsing.  Named-xfer now
  1074.      accepts RFC-bogus input formats generated by previous versions of BIND.
  1075.  
  1076. 187. SUNSECURITY now forces RES_DEFNAMES on so that relative "localhost" works.
  1077.  
  1078. 186. Minor portability fixes for DEC OSF/1, HP-UX.
  1079.  
  1080.     --- 4.9.3-beta7-patch2 released ---
  1081.  
  1082. 186. i forgot to comment out template Linux lines in top Makefile.  fixed.
  1083.  
  1084. 185. "bogusns" directive significantly strengthened, for IN-ADDR.ARPA problem.
  1085.      also fixed a bug in hardcoded root server lame detection.
  1086.  
  1087.     --- 4.9.3-beta7-patch1 released ---
  1088.  
  1089. 184. Yet another ULTRIX incompatibility has been worked around.
  1090.  
  1091. 183. Bogus HINFO RR's will no longer cause corrupt secondary zone files.
  1092.  
  1093. 182. NeXT support is now complete.  Builds right out of the box.
  1094.  
  1095. 181. Updated TODO file.
  1096.  
  1097. 180. Added new INSTALL file.
  1098.  
  1099. 179. Minor doc fix in OPTIONS file.
  1100.  
  1101. 178. Security-related bug fix to new sunos shres/* stuff.
  1102.  
  1103. 177. Limited Linux portability was added.
  1104.  
  1105. 176. Trailing dots on zone names in named.boot are now ignored.
  1106.  
  1107. 175. Random lint was removed.
  1108.  
  1109. 174. DiG changes: increment version number (2.1), allow default domain (.).
  1110.  
  1111.     --- 4.9.3-beta7 released ---
  1112.  
  1113. 173. named-xfer would act strangely if trailing dot domains given as arguments.
  1114.  
  1115. 172. setenv() now provided on systems that need it (NeXTStep, e.g.).
  1116.  
  1117. 171. doc changes for shres/*.
  1118.  
  1119. 170. fixed debugging output problem in ns_req.c.
  1120.  
  1121. 169. fixed portability "bugs" on ultrix systems (some tools wouldn't link).
  1122.  
  1123. 168. minor functionality change in named/ns_validate.c.
  1124.  
  1125. 167. minor lint in res/res_comp.c.
  1126.  
  1127. 166. minor change to contrib/doc-2.0/*.
  1128.  
  1129.     --- 4.9.3-beta6 released ---
  1130.  
  1131. 165. another small adjustment to the Apollo section of the Makefile.
  1132.  
  1133. 164. a completely new shres/* was submitted; contrib/sunlibc is deprecated.
  1134.  
  1135. 163. INVQ is back on again by default.  See README.
  1136.  
  1137. 162. another set of patches for obscure corner cases in the HINFO parser.
  1138.  
  1139. 161. added new SUNOS4 macro to Makefile and conf/portability.h; this should
  1140.      fix the trouble folks were having with strerror() on SunOS 4.X systems.
  1141.  
  1142. 160. minor Makefile changes.
  1143.  
  1144. 159. processes which send outbound zone transfers now close all inherited
  1145.      descriptors, since they can be longer-lived than the main named.
  1146.  
  1147.     --- 4.9.3-beta5 released ---
  1148.  
  1149. 158. various lint involving options which are rarely defined.
  1150.  
  1151. 157. sunos needed -DBSD=43 rather than -DBSD.
  1152.  
  1153. 156. minor memory leak fixed in ns_req.c.
  1154.  
  1155. 155. some install directories for DGUX were wrong.
  1156.  
  1157.     --- 4.9.3-beta4 released ---
  1158.  
  1159. 154. a new man/* hierarchy was installed which should be more portable.
  1160.  
  1161. 153. a new contrib/host has been included.
  1162.  
  1163. 152. a parsing problem in HINFO was fixed.
  1164.  
  1165. 151. a few minor changes to contrib/sunlibc/Makefile.
  1166.  
  1167. 150. typo in res_send.c fixed.
  1168.  
  1169. 149. fine tuning the credibility-level heuristics.
  1170.  
  1171. 148. dn_expand() will fail on names which have bad characters in them.
  1172.  
  1173. 147. disappearing zones could cause a core dump in syslog() - fixed.
  1174.  
  1175. 146. text of warnings in named-xfer corrected.
  1176.  
  1177. 145. limited DGUX, RISCOS support added.
  1178.  
  1179. 144. contrib/sunlibc/Makefile MFLAGS/MARGS problem fixed.
  1180.  
  1181. 143. another SunOS recv() bug has been worked around.
  1182.  
  1183. 142. various BOG fixes.
  1184.  
  1185. 141. updated master/root.cache file from latest InterNIC version.
  1186.  
  1187. 140. Added ``max-fetch'' to named(8).
  1188.  
  1189. 139. NOT_BIND problem in named/tree.c fixed.
  1190.  
  1191. 138. minor lint, memory leaks, and portability problems were fixed.
  1192.  
  1193.     --- 4.9.3-beta3 released ---
  1194.  
  1195. 137. some serious (and recently) dynamic memory bugs were killed.
  1196.  
  1197. 136. a reference to uninitialized data was fixed in res_query().
  1198.  
  1199. 135. a RES_STAYOPEN-related bug was fixed in res_send().
  1200.  
  1201. 134. isascii() and isxdigit() now simulated on systems which lack them.
  1202.  
  1203. 133. named's local setproctitle() has been renamed to avoid system conflicts.
  1204.  
  1205. 132. minor bugfix to negative caching code.
  1206.  
  1207. 131. minor bugfix in validation code.
  1208.  
  1209. 130. the typestats[] multiple definition problem was fixed.
  1210.  
  1211. 129. some Sequent portability changes were folded in.
  1212.  
  1213. 128. a new contrib/sunlibc was donated, but hasn't been tested.
  1214.  
  1215. 127. minor changes to contrib/sunlibc/Info.*.  is anybody using shres/*, tho?
  1216.  
  1217. 126. STDIN_FILENO and STDOUT_FILENO are now defined by conf/portability.h.
  1218.  
  1219. 125. there is now a ``max-fetch'' directive in the boot file (see the BOG).
  1220.  
  1221. 124. there is now a RENICE option in conf/options.h.
  1222.  
  1223. 123. the toplevel Makefile has been made slightly more readable.
  1224.  
  1225. 122. <<DELETED>>
  1226.  
  1227. 121. minor fixups in the lame delegation code.
  1228.  
  1229.     --- 4.9.3-beta2 released ---
  1230.  
  1231. 120. I upgraded my "-me" macros so that the included doc/bog/file.psf is OK.
  1232.  
  1233. 119. NXDOMAIN responses from the negative cache will now always be
  1234.      authoritative.  this is the least of all evils, trust me.
  1235.  
  1236. 118. strcasecmp() in compat/lib is now ANSI compliant.
  1237.  
  1238. 117. PTR RR's are no longer subject to ROUND_ROBIN processing.
  1239.  
  1240. 116. writev() emulation for SCO had a bug.
  1241.  
  1242. 115. the resolver no longer calls sscanf() or qsort().
  1243.  
  1244. 114. minor debugging nit cleaned up in res_querydomain().
  1245.  
  1246. 113. IP options on incoming connections are now logged and ignored.  This
  1247.      should probably be done for datagrams as well but not today.
  1248.  
  1249. 112. tree.c made portable to non-POSIX/ANSI systems.
  1250.  
  1251. 111. NSAP RR's are now supported. NSAP_PTR RR's are deprecated and so left out.
  1252.  
  1253. 110. outbound zone transfers are now logged.
  1254.  
  1255. 109. various lint cleaned up wrt 16-bit integer handling.
  1256.  
  1257. 108. named-xfer was exiting bogusly on some systems due to flakey kernel
  1258.      interfaces.  i've rewritten some of the code to avoid the problem,
  1259.      and fixed plenty of lint in the process.
  1260.  
  1261.     --- 4.9.3-beta1 released ---
  1262.  
  1263. 107. Apollo systems were dumping core because of a missing #include <resolv.h>.
  1264.  
  1265. 106. NSAP and NSAP_PTR RR's now recognized by res_debug() (but nothing else).
  1266.  
  1267. 105. NeXTstep 2.1/3.0 and Pyramid dcosx now nominally supported.
  1268.  
  1269. 104. res_querydomain() was doing Bad things if given an empty name.
  1270.  
  1271.         --- 4.9.3.a5.p4 published ---
  1272.  
  1273. 103. named-xfer's exit cause is now syslog()'d more often/clearly (Paul Vixie).
  1274.  
  1275. 102. I left out a ";" in the new compat/lib/ftruncate.c file (Craig Leres).
  1276.  
  1277. 101. X25, ISDN, and RT RR support have been added (Michael A. Meiszl).
  1278.  
  1279.         --- 4.9.3.a5.p3 published ---
  1280.  
  1281. 100. Another glitch (very minor this time) was found and fixed in the
  1282.      QSERIAL logic.  This was a performance problem only -- reliability
  1283.      wasn't affected (Bob Heiney).
  1284.  
  1285. 99. SCO UNIX is now supported, thanks in part to Michael A. Meiszl.
  1286.  
  1287. 98. I witlessly used a GCC-only feature (automatic aggregate initialization)
  1288.     in a5p2.  Kazuhisa Shimizu was the first to report it.
  1289.  
  1290.         --- 4.9.3.a5.p2 published ---
  1291.  
  1292. 97. NEC EWS4800 EWS-UX/V Rel4.0/Rel4.2 support (from Kazuhisa Shimizu).
  1293.  
  1294. 96. Some of the security checking logic in the new res/gethnamaddr.c's
  1295.     getanswer() was happening in the wrong order (thanks, Bob Heiney).
  1296.  
  1297. 95. Minor typo in the man/host.1 man page (caught by Robert Elz).
  1298.  
  1299. 94. DiG was groping core if given more than 10 tokens in a lookup string
  1300.     (Michael J. Corrigan provided the fix).
  1301.  
  1302. 93. Queries to INADDR_ANY ("0.0.0.0") come back from the system's primary
  1303.     interface, and res_send() was discarding them.  A proper fix would add
  1304.     a lot of code to the resolver, so for now we'll just work around it
  1305.     (Michael J. Corrigan reported this).
  1306.  
  1307. 92. The "data outside zone" syslog message was misleading (Bob Heiney).
  1308.  
  1309.         --- 4.9.3.a5.p1 published ---
  1310.  
  1311. 91. res/gethnamaddr.c wouldn't compile on non-BSD systems since it depended
  1312.     on LOG_AUTH which is a post-4.3 feature (Bob Heiney reported this).
  1313.  
  1314.     ****** 4.9.3-alpha5 released ******
  1315.  
  1316. 90. redid most of my previous round of prototyping now that i truly 
  1317.     understand which variables and parameters should be u_char and which
  1318.     ones should be char.  (Vixie)
  1319.  
  1320. 89. added (optional) prototypes for _getshort() and _getlong(); this means
  1321.     the calls all need casts of their argument since it usually isn't a
  1322.     u_char*.  Also prototyped res_query(), res_search, and the nominally
  1323.     private but for some reason not static res_querydomain().  (Vixie)
  1324.  
  1325. 88. security related: responses from servers we didn't query are now ignored
  1326.     by the resolver; answers with QDCOUNT!=1 are treated as errors; name
  1327.     mismatches in the question or any part of the answer field are syslog()'d
  1328.     and ignored.  (Vixie)
  1329.  
  1330. 87. fixed a bug in the SUNSECURITY stuff.  (Vixie)
  1331.  
  1332. 86. a long standing bug in the name hashing code that caused it to ``hash in''
  1333.     the case of the name's characters, was found and fixed.  (twice.) (Vixie)
  1334.  
  1335. 85. Bob Heiney did some performance analysis and concluded that samedomain()
  1336.     was soaking down cycles at a rate disproportionate to its usefulness; he
  1337.     reimplemented it in a way that violated the (good,fast,cheap) rule.
  1338.  
  1339. 84. the RFC1101 implementation of getnetby*() was using case-sensitive
  1340.     string compares.
  1341.  
  1342. 83. fp_query() will no longer try to format packets larger than PACKETSZ,
  1343.     and for perversity, dig and named are now prepared to handle replies
  1344.     (via TCP) larger than PACKETSZ.  new function: __fp_nquery().  (Vixie)
  1345.  
  1346. 82. multiline initial syslog() is fixed (Bill G).
  1347.  
  1348. 81. Don Lewis sent in a big update for the lame delegation logic.  Vixie fixed
  1349.     one bug.  Bryan Beecher had a big hand in this.
  1350.  
  1351. 80. TCP replies can now be up to 8K in size (don walsh).
  1352.  
  1353. 79. validation bug fixed (don lewis).
  1354.  
  1355. 78. BOG patches from mike minnich and others.
  1356.  
  1357. 77. more lint fixes for Cray (norb brotz).
  1358.  
  1359. 76. a new hostname(7) man page was contributed by Art Harkin.
  1360.  
  1361. 75. DESTINC is now a settable Makefile parameter (Marion Hakanson).
  1362.  
  1363. 74. the zones-not-transferring bug is finally gone.
  1364.  
  1365. 73. now using LOG_PERROR in openlog(); many parallel dprintf()'s are gone.
  1366.  
  1367. 72. inability to retrieve serial number via UDP now forces TCP transfer.
  1368.  
  1369. 71. removing secondary zone files and SIGHUP'ing will now force a transfer.
  1370.  
  1371. 70. "cache" directives can now specify "/class" as documented in the BOG.
  1372.  
  1373. 69. Mark Andrews' fix for the ns_forw core dump is in.
  1374.  
  1375. 68. Keith Bostic fixed some typo's in the man pages.
  1376.  
  1377. 67. Compiling without NCACHE is possible now (John Hanley).
  1378.  
  1379. 66. Bill Gianopoulos and Alan Barrett finally agreed on what glue was and
  1380.     Bill's alpha4 patch is mostly gone now, and one new idea was added.
  1381.  
  1382. 65. BOG improvements (Vixie, Brooks).
  1383.  
  1384. 64. Mark Andrews' CLEANCACHE (recommended) and RETURNSOA (__NOT__ recommended!)
  1385.     are in.  RETURNSOA should not be enabled at this time; there's nothing
  1386.     wrong with the code but it will cause cache corruption in older servers
  1387.     and may not be necessary.  The jury is still out.
  1388.  
  1389. 63. outbound zone transfers are now logged (requested by Ron Johnson).
  1390.  
  1391. 62. serial number queries sent out for zone transfer purposes will now be
  1392.     limited to a maximum of four (4) simultaneous outstanding; this keeps
  1393.     BIND from overflowing its UDP socket buffer when hundreds of zones must
  1394.     be checked (still trying to fix Paul Pomes' problem).
  1395.  
  1396. 61. short A RR's in responses will no longer lead to purify errors due to short
  1397.     malloc()'s in savedata() (thanks to Nicholas Briggs for reporting this).
  1398.  
  1399.     ****** 4.9.3-alpha4 released ******
  1400.  
  1401. 60. manifest constants used instead of "sizeof({u_,}int{16,32}_t)", for
  1402.     systems which lack 16- and 32-bit integers (paul vixie for norm brotz).
  1403.  
  1404. 59. zone transfer anti-glue logic made RFC1034-compliant (bill gianopoulos).
  1405.  
  1406. 58. seg fault in sysquery() (from LAME_DELEGATION) fixed (mark andrews).
  1407.  
  1408.     ****** 4.9.3-alpha3 released ******
  1409.  
  1410. 57. a big, hefty patch was made to the negative caching logic (mark andrews).
  1411.  
  1412. 56. named-xfer will no longer scramble the default origin (alan barrett).
  1413.  
  1414. 55. random bits of lint found and removed (mario guerra).
  1415.  
  1416. 54. convexos-10 is now supported (jukka ukkonen).
  1417.  
  1418. 53. seg fault in database dumps (from VALIDATE) fixed (don lewis).
  1419.  
  1420. 52. problem with extra bogus 0.0.0.0 A RR's from VALIDATE fixed (mark andrews).
  1421.  
  1422. 51. the LAME_DELEGATION logic once written into 4.8.3 by don lewis has
  1423.     been substantially reworked and put into 4.9.3-alpha3 (bryan beecher).
  1424.  
  1425. 50. all instances of "sizeof(HEADER)" were changed to "HFIXEDSZ" to make
  1426.     life easier for the cray.  also, "struct HEADER" in include/arpa/nameser.h
  1427.     uses just bit fields now, for portability to 64-bit systems without
  1428.     16-bit integer types.   (norb brotz suggested it; paul vixie did it).
  1429.  
  1430. 49. build changes for NeXT and AIX systems (artur romao; c. wolfhugel).
  1431.  
  1432. 48. random sunshlib changes (piete brooks).
  1433.  
  1434. 47. minor fixes for solaris build (carson gaspar; paul pomes).
  1435.  
  1436. 48. a few bugs were wrung out of the BOG (per hedeland; vixie).
  1437.  
  1438.     ****** 4.9.3-alpha2 released ******
  1439.  
  1440. 47. several obscure Makefile problems were fixed (vixie).
  1441.  
  1442. 46. there is now a per-primary-NS quota for simultaneous zone transfers; this
  1443.     will cut down on the retry thrashing seen on servers that are secondary for
  1444.     thousands of zones (vixie).
  1445.  
  1446. 45. a bug introduced by change #23 has been fixed (marten terpstra; apb).
  1447.  
  1448. 44. the "data outside zone" messages are now consistent (piete brooks; vixie).
  1449.  
  1450. 43. several #include's were reordered in res/*.c and a few #ifdef's were
  1451.     changed; BIND should now run OK on DGUX (henry miller).
  1452.  
  1453. 42. several changes to the conf/options.h and Makefile (vixie):
  1454.     -> SVR4 has been added as a top-level Makefile CDEFS option
  1455.     -> SYSV has moved from conf/options.h to the top level Makefile
  1456.     -> INVQ is now an "#ifdef" rather than a "#if"
  1457.  
  1458. 41. resolver no longer uses initialized static data, which should make shared
  1459.     libraries easier to generate (vixie did it, at the urging of many others).
  1460.  
  1461. 40. now compiles on Apollo DomainOS (don lewis).
  1462.  
  1463.     ****** 4.9.3-alpha1 released ******
  1464.  
  1465. 39. lots of lint found and fixed (craig leres).
  1466.  
  1467. 38. illegal enum compare fixed in named/ns_stats.c (vixie).
  1468.  
  1469. 37. missing ')' added in SUNSECURITY section of res/gethnamaddr.c (h miller).
  1470.  
  1471.     ****** 4.9.3-prealpha released ******
  1472.  
  1473. 36. ***REMOVED***
  1474.  
  1475. 35. various bugs were fixed in the negative caching (vixie; mark andrews).
  1476.  
  1477. 34. several debugging and dump output problems were fixed (mark andrews).
  1478.  
  1479. 33. TXT RR's can now be read from zone files even if they lack quotes;
  1480.     the RFC doesn't say quotes are needed (jim martin).
  1481.  
  1482. 32. limited support for AIX-3 is now included (christoph wolfhugel).
  1483.  
  1484. 31. SUNSECURITY is now an obvious default in ./Makefile (p killey; b beecher).
  1485.  
  1486. 30. VC queries that time out are now GC'd and SERVFAIL'd (mark andrews).
  1487.  
  1488. 29. HP-UX 9.0's top-level makefile variables have been changed (don lewis).
  1489.  
  1490. 28. various fixes for tools/host.c (jim martin; mark andrews).
  1491.  
  1492. 27. syslog messages logged by SUNSECURITY will now include the address of
  1493.     the host that's having problems (david morrison).
  1494.  
  1495. 26. systems whose connect() calls fail if a socket is already connect()'d
  1496.     will now have their sockets closed and recreated in res_send() (piete
  1497.     brooks; mark andrews; vixie).
  1498.  
  1499. 25. res_send() will now corrected reset its "connected" variable when the
  1500.     connectedness of a socket changes (mark andrews).
  1501.  
  1502. 24. SERVFAIL responses will no longer terminate the res_search() inner loop,
  1503.     thus catastrophic problems with early search elements will no longer
  1504.     prevent res_search() from trying later search elements (bryan beecher;vix).
  1505.  
  1506. 23. non-NS RR's for delegated subzones will no longer be accepted in a zone
  1507.     transfer (alan p barrett).
  1508.  
  1509. 22. the setting for _PATH_PIDFILE is now overridden by the Makefile (l hume).
  1510.  
  1511. 21. named.restart.sh now has a smaller path with %DESTSBIN% first therein;
  1512.     this should prevent the vendor version of named from being exec'd by
  1513.     accident (leigh hume).
  1514.  
  1515. 20. big change: statistics are now kept "per name server" rather than as
  1516.     a single global array.  the /var/tmp/named.stats file format has changed
  1517.     quite a bit, so older awk/perl scripts are likely to stop working.
  1518.  
  1519. 19. big change: every RR now keeps a pointer to a "nameser" struct; this
  1520.     currently permits SIGINT-initiated dumps to include the address of all
  1521.     non-zone data, which will help with tracking down corrupt data.
  1522.  
  1523. 18. db_load.c was missing two #ifdef/#endif's for CRED (mike minnich).
  1524.  
  1525. 17. don't aggregate SOA or WKS RR's in the cache (vixie).
  1526.  
  1527. 16. minor cosmetic changes (vixie).
  1528.  
  1529. 15. fixed typo in compat/Makefile ("LIBDIR" -> "DESTDIR") (rob davies).
  1530.  
  1531. 14. fixed spurious "accept: interrupted system calls" (vixie).
  1532.  
  1533. 13. named will now start as many named-xfer's as it should; previously it
  1534.     lost track of the need for transfers at the beginning of each maint
  1535.     cycle.  also, we don't bother asking for an SOA if we know that our
  1536.     zone is out of date.  i've changed the transfer metrics so that more
  1537.     transfers can happen concurrently, and maint cycles come more often.
  1538.     (andrew partan; vixie).
  1539.  
  1540. 12. a number of LOG_ERR and LOG_CRIT syslogs were downgraded to LOG_NOTICE
  1541.     (rob davies; vixie).
  1542.  
  1543. 11. sequence number checking now treats "zero" as a special case.
  1544.     (craig leres; andrew partan; vixie).
  1545.  
  1546. 10. MFLAGS no longer used explicitly, since it is often used implicitly
  1547.     (mark andrews; vixie).
  1548.  
  1549. 9. ADDAUTH is no longer considered experimental (tony stoneley; vixie).
  1550.  
  1551. 8. several obscure type bugs fixed (don lewis).
  1552.  
  1553. 7. signal handlers all now preserve errno (don lewis).
  1554.  
  1555. 6. TTL deprecation made more portable (don lewis).
  1556.  
  1557. 5. now compiles on Apollo DomainOS and is generally more POSIX-ish (don lewis).
  1558.  
  1559. 4. bryan beecher's "query" tool has been promoted to tools/ and renamed to
  1560.    dnsquery.  minor changes were required in several Makefiles (vixie).
  1561.  
  1562. 3. "make links" at the top level will now make a higher resolution link tree,
  1563.    which makes porting easier on some systems (ian dickinson).
  1564.  
  1565. 2. Convex feof() bug now has a workaround (jukka ukkonen).
  1566.  
  1567. 1. gethostby*() will no longer overwrite its fixed-size array if a host with
  1568.    too many addresses is handled (reported by piete brooks, fixed by vixie).
  1569.  
  1570. -------------------------------------- 4.9.3 above, 4.9.2 below
  1571.  
  1572. 4.9.2 ------------------ FINAL ----------------- Paul Vixie
  1573.  
  1574. 57. updated TODO, README files.
  1575.  
  1576. 56. fix to contrib/sunlibc/Makefile.
  1577.  
  1578. 55. several new items in contrib/.
  1579.  
  1580. 54. Corrected bad command line parsing bug in tools/dig.c; also added the
  1581.     old query timing code back in (thanks to Havard Eidnes).
  1582.  
  1583. 53. Ported contrib/decwrl/host.c to the modern interfaces.
  1584.  
  1585. 4.9.2 ------------------ BETA5 ----------------- Paul Vixie
  1586.  
  1587. 52. A number of optimizations that fell out of negative caching and/or the
  1588.     validation code have been turned off in order to avoid confusing older
  1589.     nameservers and their unfortunate assumptions about co-invariants.
  1590.     Mark Andrews and Robert Elz were the principle debuggers and contributors
  1591.     to this part of the effort.
  1592.  
  1593. 51. We're now much more portable to systems without Posix or BSD signals,
  1594.     thanks to Bill Wisner.
  1595.  
  1596. 50. tools/host.c now has more reasonable error messages and can deal with
  1597.     negative caching servers.
  1598.  
  1599. 49. Lots of Makefile gaffes are now fixed.
  1600.  
  1601. 48. New "host" in contrib/host/, complements of Eric Wassenaar.
  1602.  
  1603. 47. AFSDB support is now complete, thanks to Chris Everhart.
  1604.  
  1605. 46. The bug whereby named would sporadically return NXDOMAIN when it should
  1606.     have sent back a referral has been fixed.
  1607.  
  1608. 4.9.2 ------------------ BETA3, BETA4 ----------------- Paul Vixie
  1609.  
  1610. 45. Robert Elz has provided updated LOCALDOMAIN environment variable 
  1611.     processing, making it more like resolv.conf's "search" than "domain".
  1612.     In the spirit of this I have added a RES_OPTIONS environment variable
  1613.     and a corresponding "options" keyword to resolv.conf.  All of this is
  1614.     documented in the man pages and in the BOG.  Robert has also contributed
  1615.     several bug fixes to the validation and negative caching code.
  1616.  
  1617. 4.9.2 ------------------ ALPHA ----------------- Paul Vixie
  1618.  
  1619. 44. BETA1, BETA2, and three patches to BETA2 have all come and gone without
  1620.     itemized descriptions in this file.  I'll provide the RCS history on the
  1621.     code to anyone who asks, but basically what's been happening is that some
  1622.     core dumps were fixed, others added, then those were fixed too.  Meanwhile
  1623.     RFC 1535 has been published, codifying CERT's concerns and our answer to
  1624.     them.  BIND is now RFC 1535 compatible.  RFC's 1535, 1536, and 1537 are
  1625.     now included in the doc/ directory.  Note that Mark Andrews supplied many
  1626.     of the fixes to the core dumps, some of which were introduced by me and
  1627.     some by ISI's negative caching and/or validation code.
  1628.  
  1629. 43. patch05 to ALPHA2 (930908) released: this includes new DNSRCH logic to
  1630.     correct a serious problem that CERT called me with today.  the change is
  1631.     subtle and will have the effect that names which could match either as
  1632.     fully qualified names or partially qualified names using the local search
  1633.     list will be found as fully qualified.  previous releases would have found
  1634.     them first through the local search list.  local search lists are a bad
  1635.     idea in my opinion; see new SEARCH_DEFAULT option in OPTIONS file for more
  1636.     information.  also in this release: limited Solaris support, in the form
  1637.     of POSIX-style signal handling used on systems which support (or require)
  1638.     it.  as of this patch, 4.9.2 has a good chance of compiling out of the box
  1639.     on Solaris, modulo makefile edits.  dig and host should be more portable
  1640.     now, too.
  1641.  
  1642. 42. patch04 to ALPHA2 (930908) released: this corrects several borderline
  1643.     syntax errors in various Makefiles (Sun and Ultrix makes complained);
  1644.     it corrects a coredump on Ultrix systems (which aren't really as POSIX
  1645.     as i thought they were); it lets dig and nslookup compile again on SunOS;
  1646.     and it cleans up some dirty junk in named-xfer.c.  this stuff is really
  1647.     really minor but i would like to see it tested on a Sun system before the
  1648.     beta.
  1649.  
  1650. 41. patch03 to ALPHA2 (930908) released: this uses compat/include by default
  1651.     which is helpful on BSD/386 systems and shouldn't hurt any others except
  1652.     perhaps real 4.4BSD systems (and maybe not even those); it removes Bryan
  1653.     Beecher's SHUFFLE_ADDRS option since he and I agree that Marshall Rose's
  1654.     ROUND_ROBIN stuff is more general and cleaner; it includes various patches
  1655.     to the documentation sent in by several folks (please print the BOG and
  1656.     let me know if you find problems in it); it fixes "make depend" problem
  1657.     in "man/" subdirectory; it fixes several outright bugs in Gregory Shapiro's
  1658.     SECURE_ZONES code; it removes an obscure syslog() that should have been a
  1659.     dprintf() ("validate_count -> 0"); it fixes a bug in NCACHE whereby a T_ANY
  1660.     query for a name which was negatively cached but had children would return
  1661.     _answers_ with the T_ANY type for subsequent queries; several newer syslog
  1662.     messages were reworded to make them clearer; a portability bug in the
  1663.     SUNSECURITY logic was fixed; another in the RFC1101 logic was fixed;
  1664.     support for the PAGER environment variable was added to nslookup (sorry,
  1665.     i know we're in functional freeze but this will enable development in the
  1666.     next cycle and it was pretty simple) and only affects the "view" and "help"
  1667.     commands.
  1668.  
  1669. 40. patch02 to ALPHA2 (930908) released; this includes more fixed from Mark
  1670.     Andrews, this time to Anant's NCACHE stuff (memory leak and functional
  1671.     bug).  Also included is a patch from Gregory Neil Shapiro to his SECURE_
  1672.     ZONES code, which I hadn't noticed since I don't run it here.
  1673.  
  1674. 39. patch01 to ALPHA2 (930908) released; this includes some fixes from Mark
  1675.     Andrews to his "clev" and ADDAUTH stuff.  The "clev" patch fixes a problem
  1676.     on all servers; the ADDAUTH stuff is still experimental so most users will
  1677.     not be affected by it.  Dave Morrison also sent a patch for the USE_UTIME
  1678.     logic, which is important for ULTRIX systems.
  1679.  
  1680. 38. 4.9.2-ALPHA2 released on 930908.
  1681.  
  1682. 37. Mark Andrews sent an initial attempt at implementing ADDAUTH, which will
  1683.     eventually allow named to include authority and glue RR's with all 
  1684.     authoritative answers.  I am not sure that the design goal is right, and
  1685.     the implementation currently sends back glue RR's but no authority RR's,
  1686.     so I'm recommending against using this for now.  But since it changes some
  1687.     internal interfaces in a harmless enough way, I'm including the changes.
  1688.  
  1689. 36. Marshall Rose's ROUND_ROBIN code snuck in at the last hour.  This is the
  1690.     best answer I've seen to the problems purported to be solved by SA RR's,
  1691.     and my wording in the OPTIONS file shows this.
  1692.  
  1693. 35. These items from TODO is now done:
  1694.  
  1695.     [vixie@pa.dec.com 25apr93]: clean up debugging
  1696.     replace all "#ifdef DEBUG...fprintf(...)...#endif" with dprintf(...)
  1697.     which would be a macro that only expands to an fprintf() if DEBUG is
  1698.     set.  dprintf(x, (args)) with x as the log level.  perhaps change log
  1699.     levels to be symbolic, and perhaps make them a mask instead of a limit.
  1700.  
  1701.     [vixie@pa.dec.com 25apr93]: clean up #ifdef's and portability
  1702.     add and use function prototypes.  make everything static that can be.
  1703.     externs should only be in .h files (add more .h files, per module if
  1704.     needed, to cover these).  add "export" keyword (null define) to make
  1705.     it clear which names are exported and which are static.  all top-blevel
  1706.     names in a module must be "export" or "static".
  1707.  
  1708.     [gshapiro@wpi.edu and vixie@pa.dec.com 26apr93]: access control
  1709.     "xfrnets" is ok but what we really need is full access control per
  1710.     zone rather than a global list of acceptable client nets.  this is
  1711.     especially important if you send /etc/passwd via zone transfer.
  1712.  
  1713.     [postel@isi.edu anant@isi.edu jaffe@noc.rutgers.edu
  1714.      28apr93]: negative caching
  1715.     Paul:
  1716.     We'ed like to have included in 4.9.1
  1717.     our implemention for negative caching.
  1718.     --jon & Anant.
  1719.  
  1720.     [vixie@pa.dec.com 16may93]: inet_addr needs to die
  1721.     to be replaced by calls to inet_aton, which doesn't confuse the
  1722.     broadcast address with bad addresses.
  1723.  
  1724.     [Paul:  I know you said that you'd like to wait for the IETF DNS WG to
  1725.     "bless" an official load balancing scheme, but I'll be adding my
  1726.     shuffle A records to BIND 4.9 for use here at U-M anyhow.  The code
  1727.     mods to existing source files are minimal since the bulk of the work
  1728.     is done in a separate .c I added.  If you don't want SA records to
  1729.     move into 4.9.1 unless they become official, please just toss this
  1730.     first entry. --bryan@umich.edu]
  1731.  
  1732.     [bryan@umich.edu 25apr93]: add "shuffle A" records
  1733.     There are several schemes for adding some kind of load balancing
  1734.     capability to the DNS.  Our "Shuffle Address" (SA) records are one
  1735.     stab at this, and since they're in use at U-M, I need to add them
  1736.     so we can use BIND 4.9 here.
  1737.  
  1738.     [bryan@umich.edu 25apr93]: add AFSDB records
  1739.     AFSDB records were proposed in RFC xxxx.  We use them here at the
  1740.     University of Michigan, so I need to add them for our copy of
  1741.     BIND 4.9.
  1742.  
  1743.     [bryan@umich.edu 25apr93]: small fix to resolver's p_cdname()
  1744.     The current copy of p_cdname() in the resolver does not work
  1745.     for query responses larger than 512 bytes (which can happen when
  1746.     using TCP).  A very small modification changes the "sanity check"
  1747.     argument (the second one) to dn_expand() from "msg + 512" to
  1748.     "cp + MAXCDNAME".  (This showed up very recently.)
  1749.  
  1750. 34. While waiting for some last minute changes from volunteers, I looked
  1751.     at my work queue and saw that asp@uunet.uu.net had asked a while ago
  1752.     that named not fork/exec a named-xfer unless it had already determined
  1753.     that the serial number was out of date.  This is important to sites like
  1754.     UUNET and DECWRL, which have thousands of "secondary" lines in their
  1755.     named.boot and can take hours to check all the serial numbers at boot
  1756.     time if named forks/execs named-xfer and lets named-xfer compare the
  1757.     serial numbers, rather than comparing them in named and only fork/exec'ing
  1758.     a named-xfer if it's actually neccessary to do a transfer.  In spite of
  1759.     C's lack of threads, this only took a few hours to do.  So it's in.
  1760.  
  1761. 33. Gregory Shapiro's "secure_zone" changes are in.  See the BOG.
  1762.  
  1763. 32. Internals changes: STATS is no longer optional; ns_req() has been split
  1764.     into three functions for readability.  Convex systems are now supported.
  1765.     You can now define LOG_FAC in conf/options.h if you want to syslog as
  1766.     LOG_LOCAL1 or some other non-LOG_DAEMON value.  The mkstemp() problem on
  1767.     ULTRIX has been fixed.  More dead code has been eliminated.
  1768.  
  1769. 31. Large TCP queries are now printable in debug mode (which is used by
  1770.     "dig" and "nslookup"), thanks to a patch and a lot of patient explain-
  1771.     ations from Bryan Beecher.
  1772.  
  1773. 30. Data from subdomains ("deeper zones") is now considered more credible
  1774.     than data from parent zones, if both are authoritative.  This permits
  1775.     a subdomain's data to differ from its parents delegation information
  1776.     and have the most-local information supercede the least-local.  Mark
  1777.     Andrews <marka@syd.dms.csiro.au> sent this in, and it is nonoptional.
  1778.  
  1779. 29. rossc@ucc.su.oz.au's SUNSECURITY patch is now included, along with
  1780.     marka@syd.dms.csiro.au's performance improvement to it.  Note that
  1781.     I am violating my own policies by including this, since it came
  1782.     without a corresponding patch to OPTIONS, conf/options.h, and the BOG.
  1783.  
  1784. 28. Interfaces with multiple addresses were not being handled properly.
  1785.     This is an issue for 4.3-Reno and later BSD systems, including BNR2
  1786.     ("Net-2") and 4.4BSD.  Multiple addresses are not properly handled
  1787.     as if they were all aliases for the localhost.
  1788.  
  1789. 27. Jukka Ukkonen <ukkonen@csc.fi> sent me some patches for the Convex,
  1790.     which I've put it but cannot test.
  1791.  
  1792. 26. sob@tmc.edu (Stan Barber) sent me new versions of contrib/host/host.c
  1793.     and contrib/host/send.c, which I have installed but not tested.  I am
  1794.     still waiting for someone to update the version in tools/host.c, which
  1795.     is going to be a lot more work.  Contact me via e-mail if you want to
  1796.     help.
  1797.  
  1798. 25. My credibility stuff from the original 4.9 (and before that, KJB)
  1799.     was operating under a ``scorched earth'' policy due to a brain fault
  1800.     on my part when I wrote the code originally.  Tim.Goodwin@pipex.net
  1801.     discovered this and sent in a patch.  Note that throwing out glue is
  1802.     generally OK since glue is generally NOT OK, but disposing of it after
  1803.     ~20 references is a lot better than disposing of it after 1 reference.
  1804.  
  1805. 24. NS RR sorting on forwarded and system queries was not happening
  1806.     unless more than 1024 milliseconds of RTT variance existed among
  1807.     the servers.  This was a good value for development and testing
  1808.     but not for production use.  The value is now 128 milliseconds.
  1809.     No, this should not be a configurable in the boot file.
  1810.  
  1811. 23. I am including a file doc/FAQ which was posted to usenet as:
  1812.     From: craig@ecel.uwa.edu.au (Craig Richmond - division)
  1813.     Newsgroups: comp.protocols.tcp-ip.domains
  1814.     Subject: FAQ: Setting up a basic DNS server for a domain
  1815.     Date: 3 Aug 1993 10:53:51 GMT
  1816.     Organization: The University of Western Australia
  1817.     Lines: 1088
  1818.     Message-ID: <23lg3v$1go@uniwa.uwa.edu.au>
  1819.     Summary: Step by Step implementation of a DNS server
  1820.     Keywords: FAQ DNS setup
  1821.  
  1822. 22. named-xfer now syslogs if the remote server's serial number is _lower_
  1823.     than ours, which does seem like a bad thing.  per@erix.ericsson.se
  1824.     (Per Hedeland) sent this in.
  1825.  
  1826. 21. man/resolver.3 had a typo on the exp_dn argument to dn_expand.  fixed.
  1827.     (Steve Alexander <stevea@lachman.com> sent this in.)
  1828.  
  1829. 20. include/sys/cdefs.h moved to compat/include/sys/cdefs.h since some
  1830.     systems have their own which must be used.  the top-level makefile
  1831.     must be edited if you are on one of these systems, since the default
  1832.     CFLAGS includes this new directory as a -I directive.  sys/bitypes.h
  1833.     has also moved.
  1834.  
  1835. 19. A neccessary bug fix for ISI's VALIDATE/NCACHE code has been incorporated.
  1836.     If you had to rebuild without these turned on in options.h to get your
  1837.     CNAME lookups to work again in an earlier 4.9.2 ALPHA, you can turn them
  1838.     on again now.
  1839.  
  1840. 18. The q_system field of the query structure has been removed in favor of
  1841.     a q_type field containing bit definitions.  The old PRIMING_CACHE magic
  1842.     cookie is no longer used.  Go to the end of the universe, do not pass go.
  1843.  
  1844. 17. Converted to ANSI C.  All functions are static unless they are actually
  1845.     needed outside the current module ("file" in C terminology); static 
  1846.     functions are declared with prototypes if they are forward-referenced.
  1847.     Externally visible functions are declared in separate header files, with
  1848.     prototypes.  ns.h and db.h have been split into four new header files:
  1849.     db.h -> db_defs.h db_glob.h db_func.h
  1850.     ns.h -> ns_defs.h ns_glob.h ns_func.h
  1851.  
  1852.     The *_defs files contain only structure and type definitions, and macro
  1853.     definitions.  Nothing that generates text or data space in the executable
  1854.     is declared here.
  1855.  
  1856.     The *_glob files contain only global variable declarations, which used to
  1857.     be defined in the various *.c files in a more or less random fashion.  The
  1858.     declarations are "extern" if included from non-main()-containing files, but
  1859.     are defined globally and given initial values in main()-ish files.  This
  1860.     reuse of the same declarations insures that the type and size declarations
  1861.     match between definitions and external references to them.
  1862.  
  1863.     The *_func files contains function prototypes for global ("extern")
  1864.     functions.  The prototypes are all optional so will not break non-ANSI
  1865.     systems.  Note that I don't have such a system any more so I may be wrong.
  1866.  
  1867. 16. Removed all remaining references to "short" or "long" that did not
  1868.     depend on the vague semantics of those types.  Most uses were actually
  1869.     depending on a size of 16 bits for short and 32 bits for long, and there
  1870.     are processors/compilers where each of these types is different.  This
  1871.     work was begun in 4.9 and is now complete.  Note that some structs that
  1872.     are used in large data structures use "char" for 8-bit integers.  It helps.
  1873.  
  1874. 05Jul93 - ALPHA Released
  1875.  
  1876. This is the cleanup release after 4.9.  I'm going to try the TCSH style of
  1877. logging the changes; let me know if you think it's a bad way of doing it.
  1878.  
  1879. 15. the resolver now includes an implementation of RFC 1101, which allows
  1880.     network names to be encoded in the DNS tree rather than in /etc/networks.
  1881.     this implementation is by rps@matuc2.mat.uc.pt (Rui Pedro Mendes Salgueiro)
  1882.     i put the test program and original documentation in contrib/rfc1101/.  i
  1883.     would like to see their main.c ("nettest") turned into a tools/nettest,
  1884.     but i'm not willing to do the work myself.  it needs a man page, etc.
  1885.  
  1886. 14. as expected the initial HS zone transfer stuff didn't work that well.
  1887.     thanks to <per@ericsson.se>, retries after failed SOA queries will use
  1888.     C_IN rather than falling through to C_HS inappropriately.
  1889.  
  1890. 13. ns_init.c was fcntl(SETFL)'ing in a destructive way.  it now does a
  1891.     fcntl(GETFL) to get the old option mask and then |'s in the new flag.
  1892.     this patch came from Eduard Vopicka <Eduard.Vopicka@vse.cz>.
  1893.  
  1894. 12. there are two new conf/Info.* files; check 'em out.
  1895.  
  1896. 11. ultrix (some versions, especially the vax ones) libc.a had some bad
  1897.     naming conventions for some resolver routines.  getshort/putshort just
  1898.     have to be real functions, not just macros, or you can't link anything
  1899.     with this resolver.  patch was sent by <aas@brain.physics.swin.oz.au>.
  1900.  
  1901. 10. sethostent(x) for host files was sticky for nonzero 'x' (avalon@anu.edu.au)
  1902.  
  1903. 9.  hp9000s700 is now supported in include/arpa/nameser.h (avalon@anu.edu.au)
  1904.  
  1905. 8.  statistics dumps now print the time in decimal-seconds-since-1970 in
  1906.     addition to the old "ctime" format, for ease of debugging.  (Peter Koch).
  1907.  
  1908. 7.  systems with 14-character filename limitations have apparently been
  1909.     having trouble in named-xfer since its temporary file names are bigger
  1910.     than they can handle.  ash@hp sent in some patches a while ago, enabled
  1911.     with SHORT_FNAMES in conf/options.h, to deal with this appropriately.
  1912.     We should probably just generate short names always.
  1913.  
  1914. 6.  Some security stuff from ISI.  According to Anant Kumar <anant@isi.edu>:
  1915.  
  1916.     The validation procedure is the major change here. Currently, we
  1917.     accept anything from a server, as long as we had asked it a question.
  1918.     This implies that a malicious server can really send us any data and
  1919.     we not only pass it on, we also cache it for as long as the TTL
  1920.     holds. This can be really bad for our health and for that of those
  1921.     who use the DNS.
  1922.  
  1923.     We add this procedure to verify for each RR returned by a server
  1924.     that it is indeed authoritative for either that zone, or for a
  1925.     parent zone.  We end up trusting the root servers for everything!
  1926.     Also, the more rich our cache is the more choosy we become about the
  1927.     data we add on to it. This stuff is all ifdef'd with "#ifdef VALIDATE"
  1928.  
  1929.     The negative caching stuff adds on a d_rcode field to the databufs.
  1930.     Any positive entry now shows a NOERROR there while negative entries
  1931.     have either a NXDOMAIN or NOERROR_NODATA. NOERROR_NODATA rcode is
  1932.     never returned.  It is used only to differentiate, within the
  1933.     internal database, between negative and positive entries. We use the
  1934.     regular hash table (hashtab) to store negative entries, too. Only
  1935.     authoritative answers are negative cached, for NTTL (parameterized,
  1936.     currently 10 minutes) seconds. Non-authoritative NXDOMAINs or
  1937.     NOERROR with zero RR count, now generated, are now accepted but
  1938.     never cached. This is ifdef'd with "#ifdef NCACHE".
  1939.  
  1940. 5. "make install" now has a prayer of working for the man pages. an observation
  1941.    was made that net2++ systems _require_ formatted "cat" pages and that older
  1942.    systems are _able_ to use them, so that's all we install.
  1943.  
  1944. 4. i wrote man pages for named.reload, named.restart, and named-xfer.  these
  1945.    were actually in 4.9.1 for 4.4BSD.
  1946.  
  1947. 3. unneeded functions in compat/lib will now generate placeholder symbols, to
  1948.    make sure that the linker doesn't generate ugly-but-harmless warnings.
  1949.  
  1950. 2. my ignorance of the true meaning of _POSIX_SOURCE has been corrected,
  1951.    along with the ugly-but-working code in conf/portability.h and elsewhere.
  1952.  
  1953. 1. non-resolver routines moved from res/ to compat/lib/.  this will shorten
  1954.    libresolv.a and make it easier to integrate new BIND releases into Net-2
  1955.    descendents such as 4.4BSD and BSD/386.
  1956.  
  1957. 4.9.1 ------------------
  1958.  
  1959. This is the integration of the changes that were made for 4.4BSD.  This
  1960. release will not be published.  Changes include:
  1961.  
  1962. doc/BOG/*: many changes to improve appearance of the output, including
  1963.     orphan-avoidance and better tab stops.  Sent to me by someone on
  1964.     the net who deserves thanks but I've lost the original mail.  Oops.
  1965.  
  1966. include/*: the CSRG people weren't entirely pleased with the interface
  1967.     changes i made to the res_*() and inet_*() functions.  in particular,
  1968.     the changes from "long" to "u_int32_t" were too sweeping in their
  1969.     opinion since Posix is already working on standardizing them and
  1970.     might look unkindly on an apparently-still-evolving interface.  also,
  1971.     the possibility that all the vendors will change their implementations
  1972.     to match the new interface is apparently rather dim.  therefore most
  1973.     externally-visible occurances of the int32_t type have been changed
  1974.     back to "long" in the resolver interface.  we believe that this should
  1975.     still be portable to Cray and AXP machines, but i'll wait to hear from
  1976.     someone who can actually try it out and let me know.
  1977.  
  1978. tools/*: the "net2" version of "lex" requires some additional flags and libs,
  1979.     and this had implications for the Makefiles and the dig.c source file.
  1980.     nslookup's man page is now in man/ rather than tools/nslookup, for
  1981.     consistency.
  1982.  
  1983. named/*: last-minute 4.9-FINAL changes to named-xfer.c and db_load.c resulted
  1984.     in corruption of TXT records on zone transfers, and a high number of
  1985.     useless syslog(SYS_ERR) messages about zones already being up to date.
  1986.     these last-minute changes have been massaged into better shape and are
  1987.     now a lot readier for prime time than they were.  a lesson was learned.
  1988.  
  1989.     the inet_aton() function is now used where appropriate, rather than the
  1990.     old inet_addr().  this is just an evolutionary move that should have no
  1991.     practical implications.  bad addresses in the "tcplist", "bogusns", and
  1992.     "sortlist" directives (from named.boot) are now syslogged.
  1993.  
  1994.     some open files are still inherited by named-xfer from named, but they
  1995.     are properly closed now.
  1996.  
  1997.     the SIGXFSZ signal is now accepted as an alias for SIGHUP, in support
  1998.     of the wierd DEC Hesiod implementation.  no practical significance.
  1999.  
  2000. res/*: one important bug fix in the gethostent() stuff, and a whole bunch of
  2001.     evolutionary include file changes.
  2002.  
  2003. include/*: include/sys was moved to compat/include/sys, since systems that
  2004.     do not need it really really really need to get their own instead.
  2005.     at some point i'm going to move the res/*.c files that are needed for
  2006.     compatibility but not really part of the resolver, into compat/lib.
  2007.  
  2008. general: there are more settable parameters in the top-level Makefile, and
  2009.     they are propagated downward into the subdirectories' Makefiles.  you
  2010.     should not have to edit any Makefile except the top-level one.  Note
  2011.     that "make links" still creates local Makefiles in the build directory
  2012.     because "mkdep" still edits the Makefiles on most systems.
  2013.  
  2014. 4.9-FINAL -------------------
  2015.  
  2016. Kevin Dunlap sent in some changes for the BOG.  So did a lot of other folks.
  2017.  
  2018. Someone asked about AXP-OSF, so I did a trivial 64-bit port.  Porting to
  2019. other 64-bit systems should be simple now.  Someone also sent in some MIPS
  2020. RISCOS portability changes, which were simple and therefore were put in.  
  2021. Note that some type names have been added to BSD 4.4 as a result of this
  2022. work; they are going to be in <sys/types.h> in BSD 4.4 but they are in a
  2023. local include file called <sys/bitypes.h> in this distribution, with 
  2024. appropriate #ifdef's in the include files that depend on them.  Those of you
  2025. who are porting to 64-bit platforms where "long" isn't 32 bits should be
  2026. using these new names for your types; there was no standard before this,
  2027. but the names we've added for BIND 4.9 and BSD 4.4 are going to be proposed
  2028. to Posix at some point.  Sometimes it's just not OK for "int" to be the
  2029. "natural integer size of the machine" and you just _have_ to tell the compiler
  2030. how many bits you want.
  2031.  
  2032. The NIC added a new root server, thus pushing the size of a nonauthoritative
  2033. root server response (which includes the root server list in the answer as
  2034. well as the authority sections) over the 512-byte limit.  This showed up a
  2035. long-term BIND bug wherein it failed to set the TC ("truncation occurred")
  2036. bit if truncation occurred anywhere but the answer section.  Since truncation
  2037. was occuring at the end of the packet, in the additional data section, this
  2038. meant that BIND was generating truncated responses without setting TC in the
  2039. response header.  Upon further investigation, I found that BIND ignored TC
  2040. on responses it received from other name servers.  RFC 1035 states that RR's
  2041. from truncated responses should not be cached; with creative interpretation
  2042. of the exact 1035 wording, I found a way to reach this goal while still 
  2043. caching the answer section (as long as the truncation occurred in some other
  2044. section, which 1035 gives no definitive way to determine but I'm happy with
  2045. my guess).
  2046.  
  2047. While researching the above, I finally broke down and added credibility
  2048. output to the zone dump files.  They are in the comments so should cause
  2049. no trouble.  There's more work to be done on the dump output; in particular,
  2050. Phil Almquist proposed and even prototyped a "tagging" of all RR's with the
  2051. A RR of the nameserver that sent them to us; this feature should be added
  2052. and the dump output should include it.  This would add a lot to our ability
  2053. to track down corrupt data.
  2054.  
  2055. Don Lewis and I had more discussions about TC and ended up agreeing that the
  2056. right thing to do is to set TC on responses that overflow in the answer or
  2057. authority section, truncating at an RR boundary, but do not set TC on responses
  2058. that overflow in the additional-data section (truncating at a {name,type}
  2059. boundary).  This actually solves the root server problem pretty well, since
  2060. BIND 4.9 will, when it tries to use an NS whose A isn't in the cache, generate
  2061. a sysquery() for the missing A.  (Heck, additional data TTL's are depreciated
  2062. at the rate of 5% per use, so this would end up happening pretty quickly even
  2063. if we did cache a partial {name,type} -- but now we won't have to.)
  2064.  
  2065. While trying to fix all of this stuff I ended up moving some functions around
  2066. to avoid duplicating them in different source files, and I reformatted some
  2067. source lines that went over 80 characters.  I also made a few things "static"
  2068. that used to be unneccessarily global.  More of that will happen in 4.9.1.
  2069.  
  2070. DEC's product version of MIT Hesiod uses SIGXFSZ for what we do with SIGHUP;
  2071. since the default for SIGXFSZ is to exit, it seemed prudent to wire it up to
  2072. do what SIGHUP does instead, so that this BIND can run on DEC Hesiod servers.
  2073.  
  2074. At the request of several people, I integrated the USC "dig" and Rutgers
  2075. "host" tools into the distribution.  This required some changes to the
  2076. resolver library's debugging output formats, which will be visible in
  2077. nslookup, nsquery, and any other tool that sets the RES_DEBUG option.
  2078. Note that there is no support for "DEFNAMES" in this version of dig, due
  2079. to design changes between 4.8 (from which "dig" is derived) and 4.9.  there
  2080. is no reason in principle why it can't be made to work, but it doesn't work
  2081. now.  therefore only fully-qualified names can be looked up with this "dig".
  2082.  
  2083. I had to change the name of the resolver "state" structure to be "__res_state"
  2084. for standards conformance (really, it is not reasonable to expect that because
  2085. a program includes <resolv.h> it will never define its own structure called
  2086. "state".  This change highlights the imperative that any application which is
  2087. relinked against this resolver must first be recompiled against these include
  2088. files (notably <resolv.h>).  This is true for almost all versions of libresolv.
  2089.  
  2090. I asked for items for the "TODO" list and got quite a few.  Check them out
  2091. before you hack; someone else may already have started doing what you want to
  2092. do.  I also asked for tools for the "contrib" subdirectory and got 650KB worth.
  2093. They make the BIND 4.9 distribution a lot larger than 4.8.3 was, but the extra
  2094. bytes are well worth their weight.
  2095.  
  2096. Kenneth Almquist (no relation to Phil, as far as I know) posted a patch for
  2097. res_send() that lets it keep track of servers that are responding "SERVFAIL"
  2098. or some other fatal condition; these servers are NOT used for retries of the
  2099. current query.  This information is not persistent between calls to res_send()
  2100. since future calls will probably be for different {name,type} queries, which
  2101. will not neccessarily fail in the same way.  This change is trivial and makes
  2102. a measurable difference in the amount of DNS traffic on my local net.
  2103.  
  2104. 4.9-BETA ------------------- April 17, 1993 -- Paul Vixie -- DECWRL
  2105.  
  2106. "Peter Koch" <pk@TechFak.Uni-Bielefeld.DE>'s previous patch caused core
  2107. dumps on some systems.  I fixed part of it and Peter sent me a fix for
  2108. the rest of it.  All is now well.
  2109.  
  2110. The Bind Operations Guide in doc/BOG has been updated to 4.9.  Also, the
  2111. man page in man/named.8 has had some patches applied.  The copyrights are
  2112. all fixed now.  Let's get this thing OUT of here!
  2113.  
  2114. 4.9-ALPHA ------------------- March 15, 1993 -- Paul Vixie -- DECWRL
  2115.  
  2116. There was a really bad bug affecting wildcards.  I received a patch
  2117. from "Peter Koch" <pk@TechFak.Uni-Bielefeld.DE> which fixes some of
  2118. it, but I can't quite motivate myself to fix the rest of it since I
  2119. know that what's _really_ wrong is going to require chainsaws and
  2120. dynamite to fix and that'll add another year to the release.  I think
  2121. that this patch will hold us for a while.
  2122.  
  2123. There are a LOT of portability changes that I'm holding onto, especially
  2124. including 64-bit fixes.  Do not submit any more portability changes
  2125. until 4.9.1 opens.  Go ahead and make them, but be prepared to remake
  2126. them later.  Let me know what you are doing but don't send me any diffs
  2127. for portability until I ask for them.  4.9 has been stuck in the barrel
  2128. for way too long already -- patches that don't fix RFC-noncompliance or
  2129. core dumps will just go into my "todo" folder (which is presently a
  2130. black hole of great mass).
  2131.  
  2132. 4.9-ALPHA ---------------- Febrtuary 2, 1992 -- Paul Vixie -- DECWRL
  2133.  
  2134. Mostly portability fixes.  The nslookup "lex" problem is BSDI-specific
  2135. and I'm not going to hold up release because of it.  This will be the
  2136. last alpha release before the public beta.  It is, as usual, running
  2137. the DEC.COM primary name service and has done so for more than a week
  2138. without any problems.
  2139.  
  2140. 4.9-ALPHA ---------------- January 10, 1993 -- Paul Vixie -- DECWRL
  2141.  
  2142. Once I get the known bug in nslookup (see below) fixed, this version is going
  2143. to go into public beta.  I would appreciate it if everyone would try it out.
  2144.  
  2145. KNOWN BUG IN THIS RELEASE: something wild is going on inside of the yylex()
  2146. routing on BSD/386 systems.  It only affects nslookup.  I'm still trying to
  2147. figure out how I'm going to debug this; lex experts, please see what's going
  2148. on.  None of the changes since the 930105 release should have been capable
  2149. of producing this change, but something is sure doing it.
  2150.  
  2151. I finally fixed the {GET,PUT}{SHORT,LONG} macros to stop issuing warnings
  2152. on HP-UX systems.  They are also warning-free on Ultrix(SPIM,VAX), BSDI(386),
  2153. and SunOS(SPARC) systems.  I took the plunge and changed the internal functions
  2154. in res/res_comp.c to depend on these macros instead of duplicating the code,
  2155. and everything still works.
  2156.  
  2157. Tom Limoncelli found three ancient memory leaks.  I fixed two of them
  2158. but the last one looks too much like a "cannot happen" for me to be
  2159. willing to experiment with it.  Besides which, it's "very" minor.
  2160.  
  2161. Uses setsid() on POSIX systems.  PID file is now optional.  (arc@sgi)
  2162.  
  2163. Comments (";" or "#") are now allowed in resolv.conf (arc@sgi).
  2164.  
  2165. Documentation and copyright changes in README.
  2166.  
  2167. Known to compile on NeXT machines.
  2168.  
  2169. Some portability changes for AIX, whose CC is very picky.
  2170.  
  2171. I forgot to mention in the 921227 release that T_RP is supported (arc@sgi).
  2172.  
  2173. I included a number of changes that Alan Barrett has been trying to get
  2174. in since the 921221 version.  Most are portability-related, and the few
  2175. things that are functional are changes to my own previous additions :-),
  2176. so I'm fairly sure that they are doing the right thing.  Alan's changes
  2177. include:
  2178.  
  2179.     include/arpa/nameser.h
  2180.     improved error diagnosis in the BYTE_ORDER configuration.
  2181.  
  2182.     changed hp9000 test to hp9000s300.  As far as I know, there is
  2183.     no hp9000 preprocessor symbol.  Should probably add other
  2184.     hp9000s<whatever> tests, but have not done so.
  2185.  
  2186.     named/ns.h
  2187.     Moved the XFER-related stuff from the end of the file to near
  2188.     the top, where it is grouped with similar stuff.
  2189.  
  2190.     Makefiles:
  2191.     Add SYSLIBS variable, so folk can compile with -lBSD easily.
  2192.  
  2193.     Changed install targets to make them easier to customise.
  2194.  
  2195.     make links wasn't handling named.{reload,restart}*
  2196.  
  2197.     Add ${CDEBUG} flag to link step.  Some debuggers don't work
  2198.     right if the program isn't linked with the -g flag.
  2199.  
  2200.     struct timeval members are declared as unsigned long on some systems.
  2201.     Add casts to (long) in several if statements that appear to assume
  2202.     that tv_sec is signed.
  2203.  
  2204.     PID_FIX in ns_main.c controlled more than just whether or not the
  2205.     pid file gets fixed.
  2206.     Changed it to control only that one feature.
  2207.  
  2208.     For debugging, it is useful for a nameserver to listen to non-standard
  2209.     port, but to forward requests to a standard port.
  2210.     Add "-p remote/local" option to named/ns_main.c.
  2211.     Also needed some other changes elsewhere.
  2212.  
  2213.     Don't forward back to the host that asked us a question, unless they
  2214.     asked from some port other than their nameserver port.  This allows a
  2215.     dig or nslookup user on a host to ask us questions with
  2216.     recursion-desired, where we are willing to recursively ask the
  2217.     nameserver on their host.  However, if a nameserver asks us something
  2218.     we will not recurse back to them.
  2219.     nslookup() in named/ns_forw.c checks for this and returns -1.
  2220.     ns_forw() and sysquery() notice this and return SERVFAIL.
  2221.  
  2222.     Moved the nsContainsUs functionality from a separate routine
  2223.     into nslookup().  No need to do the same tree walk several times.
  2224.  
  2225.     While trying to track down various problems, added detection
  2226.     and logging of errors in several syscalls in ns_main.c.
  2227.  
  2228.     Avoid integer overflow in roundtrip time calc in ns_resp.
  2229.     This needs a definition for INT_MAX.
  2230.  
  2231.     Fixed root zone transfer bug.  Also corrected some slightly misleading
  2232.     comments in the doaxfr() code, and added some more comments.
  2233.  
  2234. 4.9-ALPHA ---------------- January 5, 1993 -- Paul Vixie -- DECWRL
  2235.  
  2236. This one was built and tested on Ultrix 4.2 (SPIM, MIPS CC and GCC),
  2237. BSD/386 (Gamma.4), Sun SPARC (4.0.3, sorry, that's the latest I have),
  2238. 4.3BSD Reno (VAX, PCC), and Ultrix 3.0 (VAX PCC).
  2239.  
  2240. Moved res/defs.h to conf/portability.h; named/options.h to conf/options.h.
  2241.  
  2242. Portability changes for O_NDELAY.  SUNOS is really strange about this.
  2243.  
  2244. Removed some unneccessary goto's added to ns_main.c on 1jan.  Oops.
  2245.  
  2246. Art Harkin of HP sent in a number of small (read: obviously correct)
  2247. improvements, some related to portability, some to functionality.
  2248.  
  2249. 4.9-ALPHA ---------------- January 1, 1993 -- Paul Vixie -- DECWRL
  2250.  
  2251. Changed all O_NONBLOCK to O_NDELAY.  Changed all {r}index to str{r}chr.
  2252.  
  2253. Added some SysV support in the form of bcopy->memcpy, bzero->memset.
  2254.  
  2255. Added C_HS support to named-xfer (greg@duke.cs.unlv.edu).
  2256.  
  2257. Fixed a line-number problem in asp's "include" logic (asp@uunet.uu.net).
  2258.  
  2259. streamq's were being used after free().  bug report from fuat@ans.net
  2260. and jpe@ee.egr.duke.edu.  bug fix by vixie.
  2261.  
  2262. In the resolver, we now default to address 127.0.0.1 rather than 0.0.0.0.
  2263. There's a comment in the code that explains why.
  2264.  
  2265. In the resolver, arc@xingping.esg.sgi.com changed it to use inet_aton()
  2266. and included that function for those not running 4.4bsd.
  2267.  
  2268. arc@xingping.esg.sgi.com also provided lots of portability fixes and
  2269. general cleanups, in particular to nslookup which he maintains for CSRG.
  2270.  
  2271. 4.9-ALPHA ---------------- December 27, 1992 -- Paul Vixie -- DECWRL
  2272.  
  2273. Added strtoul() to libresolv.a since it's yet another neccessary function
  2274. that older systems don't have.  If we can stomach strcasecmp() we can sure
  2275. handle this.
  2276.  
  2277. Moved res/named/gethostnamadr.c to res/gethnamaddr.c (note basename change)
  2278. and res/named/sethostent.c to res/sethostent.c.  Since the host table stuff
  2279. isn't in separate files any more I saw no reason to retain the subdirectory.
  2280.  
  2281. Updated all the copyrights and applied the small lint changes that bring
  2282. the baseline of this version from "4.8.3 as seen on ucbarpa" up to "4.8.3
  2283. as released with net-2".  Thanks to the alpha testers for pointing this out
  2284. to me and for sending in the diffs.
  2285.  
  2286. With much howling and screaming, I ported this to UMIPS (MIPS System V).
  2287. There are a lot of really bad things going on in their libc.a, and now
  2288. they're going on in BIND as well.
  2289.  
  2290. I added a "res/defs.h" file and then proceeded to include it from all kinds
  2291. of files that aren't in res/.  I'm thinking of moving it but I'm also trying
  2292. to figure out where -- include/ is the wrong place.  res/defs.h has in it all
  2293. the ugly ifdef's needed to figure out whether this is a late-model BSD system,
  2294. a POSIX system, or just old.
  2295.  
  2296. All the "#endif" and "#else" cpp directives now have comments around their
  2297. annotations.  It turns out that System V CPP complains about "#endif DEBUG"
  2298. but has no problem with "#endif /*DEBUG*/".  In many cases where the #ifdef
  2299. was obviously visible and unambiguous, I simply removed the annotation.
  2300.  
  2301. The "l" is now a ";".  Thanks to all who replied :-).
  2302.  
  2303. There was a very bad bug in the named-xfer interface.  'nuff said.
  2304.  
  2305. AIX needs a 32-bit field for PID's.  I can't imagine.  But it's fixed.
  2306.  
  2307. The "domain" directive in named.boot is now an option, defaulting to off.
  2308.  
  2309. There was a benign bug in sqrm().
  2310.  
  2311. doaxfr() is now shorter and clearer.
  2312.  
  2313. There is an "include" directive in the named.boot file now.  Its syntax is
  2314. simple: "include somefile".  No quotes, no "#", no <brackets>.  This feature
  2315. was in 4.9-ALPHA as well, courtesy of Andrew Partan.  I forgot to document it.
  2316.  
  2317. 4.9-ALPHA ---------------- December 21, 1992 -- Paul Vixie -- DECWRL
  2318.  
  2319. This release incorporates fixes from a lot of people, including many from
  2320. DECWRL.  Some fixes are just lint; some are to avoid dumping core on non-VAX
  2321. computers; many are to fix promiscuity, corruption, and rudeness.
  2322.  
  2323. Various internal DEC programmers have ported the old 4.8.3 code to various
  2324. not-entirely-BSD-like platforms and turned up some interesting lint.  All
  2325. of this has been fixed.  Also, we fixed a bad bug in the handling of timeouts
  2326. and SERVFAIL's when forwarders and slave are both used.
  2327.  
  2328. I have made major changes to the code inside the ALLOW_UPDATES ifdef's, but
  2329. I don't use it and have never compiled with that option turned on so I don't
  2330. know if it still works.  Given that SNMP has come and there is an IETF WG for
  2331. SNMP management of the DNS, I am thinking very seriously of purging all of the
  2332. ALLOW_UPDATES code in 4.9.1.  I suspect that Mike Schwartz will let me know if
  2333. this is ok..
  2334.  
  2335. (interrim "KJB" notes) ------------------- March, 1992 -- Paul Vixie -- DECWRL
  2336.  
  2337. If we are about to forward a query for some zone for which we are one of the
  2338. servers, we send back a SERVFAIL instead.  If we don't have it, chances are
  2339. good that the other name servers won't have it either.  This is the major
  2340. cause of "network meltdown" when the root servers declare you as a name server
  2341. for some zone you don't know about and havn't configured yourself for.
  2342.  
  2343. Fixed a memory leak such that if db_update() fails to update the database
  2344. from a response packet, a databuf will no longer be orphaned.  Also fixed
  2345. what looks like a similar leak in the ALLOW_UPDATES code but I don't use it
  2346. that hasn't been tested.
  2347.  
  2348. Fixed a memory sponge such that if we forward a query to someone who is not
  2349. ever going to answer it, we will eventually expire it from our query queue.
  2350. Previously it would expire after N retries to N' different servers, which
  2351. could be a very long time.  Particularly in the case of lame delegations and
  2352. other forwarding loops, we feel that 90 seconds (two max-retry intervals) is
  2353. enough time for a query to be answered.  While we were into this code we made
  2354. several fields in the query structure into "short"'s since they were only
  2355. being used to store smallish integers.  The query list gets Very Long during
  2356. a forwarding loop -- even 90 seconds worth of queries is a lot of queries.
  2357.  
  2358. This version includes my hacks that assign a "credibility index" to each
  2359. <name,type> such that when more credible data arrives for a given
  2360. <name,type>, all old data is purged.  When equally-credible data arrives it
  2361. is aggregated in the way we all know and love; when less credible data
  2362. arrives it is completely ignored.  Credibility, from best to worst, is:
  2363.     1. zone files (primary or secondary)
  2364.     2. authoritative answers
  2365.     3. non-authoritative answers and authority records
  2366.     4. additional data
  2367.     5. zone files ("cache" or "bootstrap" information)
  2368. You need this version of bind if you still show any A RR's in network
  2369. 32.0.0.0 when you look up uucp-gw-1.pa.dec.com's A or adobe.com's NS.
  2370.  
  2371. I have also added some extra code to prevent pollution of the internal
  2372. "hint cache."  In all versions of BIND that I was able to test, any IN_A
  2373. response to any sysquery() would cause the IN_A RR to be added to the
  2374. fcachetab ("hint cache").  This resulted in lots of extra cruft in the hint
  2375. cache, that wasn't timed out properly, which in turn resulted in lots of
  2376. strange answers ('nuff said, take my word for it.)
  2377.  
  2378. Though changes have been made to make the Ultrix and GNU (2.1) C compilers
  2379. stop complaining about the source, it should still compile and run just
  2380. about anywhere.  In fact, after I cleaned up lots of old lint, this version
  2381. of BIND is known to compile and run on:
  2382.  
  2383.     Ultrix 4.2 (MIPS or VAX)
  2384.     SunOS 4.0.3
  2385.     BSD/386 (BSDi beta)
  2386.  
  2387. This was being released as King James Bind because, like KJ Sendmail, it is
  2388. a merge of every major variant of Bind that we know about.  It was
  2389. assembled and tested by Paul Vixie of DEC NSL/WRL, with generous donations
  2390. of code and advice from Win Treese of DEC CRL.  Changes from Don Lewis of
  2391. Harris, Andrew Partan of UUNET, and Piet Beertema of EUNet are also included.
  2392. See the OPTIONS file for a description of the changes you can control with
  2393. #ifdef's.
  2394.  
  2395. This server has been run on UUCP-GW-{1,2}.PA.DEC.COM, which are in the UUCP
  2396. Zone.  Our named.boot file has ~1900 lines in it.  Before we instituted the
  2397. changes in this release, our name server usually ran at about 16MB virtual,
  2398. 15MB physical, growing slowly but constantly until we restarted it.
  2399. Whenever a new zone was added to the NIC's root zone listing us as a name
  2400. server, our servers would kill themselves and eachother (and NS.UU.NET, one
  2401. of the other UUCP Zone name servers) with forwarding loops.  After these
  2402. changes, we run at a fairly constant 8MB virtual and physical size, and our
  2403. apparent CPU utilization is always 0.0% since we never finish a quantum and
  2404. the scheduler always sees us as waiting for I-O.  In other words, life is good.
  2405.  
  2406. Notes from UCB version 4.8.3 follow:
  2407.  
  2408. -------------------
  2409.  
  2410. This is version 4.8.3 of bind.  It is a test release that updates
  2411. versions 4.8 and 4.8.1 with fixes, and is essentially the same as
  2412. the version of named on the 4.3BSD Reno release.  Although it is
  2413. currently described as a test release, it is believed to be reasonably
  2414. stable and more usable than the previously-released versions.
  2415. Here are some of the more important changes:
  2416.  
  2417.   o A list of domains may be specified for searching in resolv.conf instead
  2418.     of just the local domain name.
  2419.  
  2420.   o gethostbyname() will accept a dotted quad.
  2421.  
  2422.   o Support has been added for the the T_TXT data type and for the class
  2423.     C_HS.  These are both used by Hesiod from Project Athena at MIT.
  2424.  
  2425.   o All of the pathnames have been put into one header file.  This
  2426.     makes it easier to change the location based upon your local
  2427.     configuration.
  2428.  
  2429.   o Responses are only accepted from an address to which we might of sent
  2430.     the request.  This might cause problems if some server is multihomed
  2431.     and is still running BIND 4.3, but it prevents attacks induced by
  2432.     sending responses from another address.
  2433.  
  2434.   o Numerous bugs have been fixed:  Adding a new authoritative zone now
  2435.     works when the server has a cached SOA record.  Comparisons in the
  2436.     db now look at type and class as well instead of dropping records
  2437.     with identical data.  Scheduling of maintenance interrupts has been
  2438.     moved to one routine avoid spurious ones.  Named goes into the background
  2439.     after more of the initialization is done.  Stream connection queue
  2440.     handling was cleaned up including a bug that caused data corruption
  2441.     and core dumps.  Sys5 no longer can have multiple transfers of the
  2442.     same zone occuring at the same time.  Handle CNAME -> CNAME loops
  2443.     more gracefully.  Avoid making one server never get queried.  Border
  2444.     conditions in resolver are checked more accurately.
  2445.  
  2446.   o Nslookup has been updated.
  2447.  
  2448. There are several bug reports that have yet to be integrated into this
  2449. version.  Hopefully they will be dealt with in the next release.  Please
  2450. send feedback on this release.
  2451.  
  2452. Notes from versions 4.8.1 and 4.8 follow:
  2453.  
  2454. ------------------
  2455.  
  2456. This is version 4.8.1 of bind.  It is a test release that includes
  2457. version 4.8 with fixes, asynchronous zone transfer and better reload
  2458. capabilities.  Although it is currently described as a test release,
  2459. it is believed to be reasonably stable and more usable than the currently-
  2460. released version, 4.8.  The changes of note are:
  2461.  
  2462.   o The asynchronous zone transfer code previously posted to the bind
  2463.     mailing list has been integrated, completed and tested.  There are
  2464.     a number of changes from the version posted, including fixes to
  2465.     allow top-level domains to work and a simplification of the timer
  2466.     code.
  2467.  
  2468.   o The code for reloading the server has been changed so that only
  2469.     primary zones master files that have changed are reloaded.  The
  2470.     cache and secondary zones are not flushed, and the sortlist, domain,
  2471.     etc. are reset to correspond to the boot file contents.
  2472.  
  2473.   o Several bugs have been fixed: the name "*" is not interpreted as
  2474.     a wildcard in cached zones, only in primary zones.  Secondary servers
  2475.     no longer decrement the time-to-live of records by the time since
  2476.     they verified the zone with the master; as a result, they never
  2477.     hand out nameserver referrals with too short a TTL to be usable.
  2478.     A bug was fixed that caused secondary servers with out-of-date
  2479.     zones to return empty answers between the actual expiration time
  2480.     and the next timeout.
  2481.  
  2482. There are several other bugs that have been reported but have not yet
  2483. been fixed.  In addition, the next regular release of named will
  2484. support negative caching, but this has not been integrated.
  2485.  
  2486. I would appreciate receiving feedback on this release; in particular,
  2487. problems (or lack of problems) when installing on various systems.
  2488. I attempted to update the SysV code when integrating the zone-transfer,
  2489. but haven't tested it.
  2490.  
  2491. The notes from version 4.8 follow.
  2492.  
  2493. ----------
  2494. Welcome to version 4.8 of bind.
  2495.  
  2496. There have been several changes to the named boot file (/etc/named.boot)
  2497. of which you should be aware.  The "domain" line for each zone is no longer
  2498. needed, but one such line may still be used to specify a default domain
  2499. to be used for queries containing names with only a single component.
  2500. The term "suffixes", which was added in version 4.7alpha, has been removed.
  2501.  
  2502. The manual page on named (named.8) has been updated to reflect all
  2503. these changes.  Please read this and look at the example files
  2504. before installation.  You should also note the changes in the
  2505. resolver code to support non-fully-qualified addresses and per-user
  2506. host aliases.  See hostname(7) for an overview.  Two new routines
  2507. have been added to the resolver library since the last test release:
  2508. res_query formulates a query, sends it, waits for a response and does
  2509. preliminary error checking; res_search implements the search rules
  2510. of gethostbyname using res_query.
  2511.  
  2512. The MX lookup routine in sendmail has been modified to use res_search.  
  2513. Also, dn_skip takes an additional parameter and has been renamed
  2514. to dn_skipname.  While old sendmail binaries will work with the new
  2515. version of bind, because of these changes, it is desirable to install
  2516. new sendmail sources and recompile sendmail.  Do not rebuild sendmail 
  2517. from old sources.   The new sendmail is on ucbarpa.Berkeley.EDU for
  2518. anonymous FTP from pub/4.3/sendmail.MX.tar and pub/4.3/sendmail.MX.tar.Z.
  2519.  
  2520. There have been numerous changes to named, fixing most of the known
  2521. bugs that can be fixed without major structural changes in the server.
  2522. Several server configurations that failed before should now work.
  2523. Certain robustness problems have been fixed, in particular bounds-
  2524. checking when processing incoming packets.  Two changes have been made
  2525. in preparation for negative caching: SOA records are sent in the authority
  2526. section in negative responses with NXDOMAIN set, and a bug was fixed that
  2527. caused confusion and repeated requests if a response had no error, no answer
  2528. and an SOA in the authority section.  As such responses are already sent
  2529. by other servers, and will be sent by the next release of BIND, it is
  2530. important that all sites upgrade to this version as quickly as possible.
  2531.  
  2532. The root "hint" cache and cache file remain the largest problem area,
  2533. along with named's naivete in accepting bogus server's data.
  2534. These will be addressed in the next release, along with asynchronous
  2535. zone transfers, intelligent reloading of zone files, faster startup,
  2536. and caching of negative responses.
  2537.  
  2538. This version (4.8) will replace the last officially released version (4.5).
  2539. Version 4.5 has a serious bug that causes the generation of a continuous
  2540. stream of bogons to the root domain servers (bogus queries with the query
  2541. response bit set and possibly garbage for nsid and rcode).  It is imperative
  2542. that these versions of named be replaced as fast as possible.  We urge you to
  2543. field 4.8 quickly, for the sake of the root domain servers.
  2544.  
  2545.     Mike Karels
  2546.     Jean Wood
  2547.     bind@ucbarpa.Berkeley.EDU
  2548.  
  2549. ## ++Copyright++
  2550. ## -
  2551. ## Copyright (c) 
  2552. ##    The Regents of the University of California.  All rights reserved.
  2553. ## 
  2554. ## Redistribution and use in source and binary forms, with or without
  2555. ## modification, are permitted provided that the following conditions
  2556. ## are met:
  2557. ## 1. Redistributions of source code must retain the above copyright
  2558. ##    notice, this list of conditions and the following disclaimer.
  2559. ## 2. Redistributions in binary form must reproduce the above copyright
  2560. ##    notice, this list of conditions and the following disclaimer in the
  2561. ##    documentation and/or other materials provided with the distribution.
  2562. ## 3. All advertising materials mentioning features or use of this software
  2563. ##    must display the following acknowledgement:
  2564. ##     This product includes software developed by the University of
  2565. ##     California, Berkeley and its contributors.
  2566. ## 4. Neither the name of the University nor the names of its contributors
  2567. ##    may be used to endorse or promote products derived from this software
  2568. ##    without specific prior written permission.
  2569. ## 
  2570. ## THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  2571. ## ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  2572. ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  2573. ## ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  2574. ## FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  2575. ## DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  2576. ## OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  2577. ## HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  2578. ## LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  2579. ## OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  2580. ## SUCH DAMAGE.
  2581. ## -
  2582. ## Portions Copyright (c) 1993 by Digital Equipment Corporation.
  2583. ## 
  2584. ## Permission to use, copy, modify, and distribute this software for any
  2585. ## purpose with or without fee is hereby granted, provided that the above
  2586. ## copyright notice and this permission notice appear in all copies, and that
  2587. ## the name of Digital Equipment Corporation not be used in advertising or
  2588. ## publicity pertaining to distribution of the document or software without
  2589. ## specific, written prior permission.
  2590. ## 
  2591. ## THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
  2592. ## WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
  2593. ## OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
  2594. ## CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  2595. ## DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  2596. ## PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  2597. ## ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  2598. ## SOFTWARE.
  2599. ## -
  2600. ## --Copyright--
  2601.