Mark Andrews
f2faf893e0
1601. [bug] Silence spurious warning 'both "recursion no;" and
...
"allow-recursion" active' warning from view "_bind".
[RT# 10920]
2004-04-10 05:02:59 +00:00
Mark Andrews
c3055950d5
1603. [bug] nsupdate: set interactive based on isatty().
...
[RT# 10929]
2004-04-10 04:07:09 +00:00
Mark Andrews
1443c00aa9
1607. [bug] dig, host and nslookup were still using random()
...
to generate query ids. [RT# 11013]
2004-04-08 01:25:23 +00:00
Mark Andrews
53cd3c3c7e
1593. [bug] rndc should return "unknown command" to unknown
...
commands. [RT# 10642]
2004-04-06 01:38:47 +00:00
Mark Andrews
477d655426
1604. [bug] A xfrout_ctx_create() failure would result in
...
xfrout_ctx_destroy() being called with a
partially initialized structure.
2004-04-06 00:27:29 +00:00
Mark Andrews
70212b791d
copyright
2004-03-15 04:45:07 +00:00
Mark Andrews
3273a2c975
remove unused variables: dispatchv4, dispatchv6.
2004-03-14 23:02:32 +00:00
Mark Andrews
a2f0a8f3d7
1592. [bug] configure_view() could leak a dispatch.
2004-03-14 22:52:16 +00:00
Mark Andrews
7e03842941
1584. [bug] "make test" failed with a readonly source tree.
...
[RT #10461 ]
2004-03-10 01:05:06 +00:00
Mark Andrews
9e4db62a34
update copyrights
2004-03-09 06:12:49 +00:00
Mark Andrews
15665adc1e
pullup:
...
lookup SOA record w/o TSIG if initial SOA lookup w/ TSIG fails due
to TSIG err. Required for nsupdate to discover the zone when using
a server which is forwarding updates but doesn't share the secret.
2004-03-08 12:19:48 +00:00
Mark Andrews
4dde0b92f1
regen
2004-03-04 12:21:52 +00:00
Mark Andrews
299f75ea0e
1585. [bug] allow-v6-synthesis was not performing lookups under
...
IP6.INT. allow-v6-synthesis now performs a nibble
lookups under IP6.ARPA rather than a bitstring lookups.
[RT #10497 ]
NOTE: allow-v6-synthesis has been deprecated.
2004-03-04 03:10:32 +00:00
Mark Andrews
061cbbfcc7
1568. [bug] nsupdate now reports that the update failed in
...
interative mode. [RT# 10236]
2004-03-04 01:22:50 +00:00
Mark Andrews
e61ba5c30d
1570. [bug] nsupdate failed to handle classes other than IN.
...
New keyword 'class' which sets the default class.
[RT #10202 ]
2004-03-03 23:42:43 +00:00
Mark Andrews
6c41f035c6
1559. [port] named should ignore SIGFSZ.
2004-03-03 23:07:05 +00:00
Mark Andrews
66c44f5b2e
1572. [bug] nsupdate: sign the soa query to find the enclosing
...
zone if the server is specified. [RT #10148 ]
2004-03-03 22:55:58 +00:00
Mark Andrews
0217d247a4
1544. [bug] Named would logged a single entry to a file despite it
...
being over the specified size limit.
1543. [bug] Logging using "versions unlimited" did not work.
2004-03-03 05:39:27 +00:00
Mark Andrews
f8b36cce10
1574. [bug] Don't attempt to open the controls socket(s) when
...
running tests. [RT #9091 ]
2004-03-02 02:00:43 +00:00
Mark Andrews
aa3598d85c
1556. [bug] nsupdate now treats all names as fully qualified.
...
[RT #6427 ]
2004-03-02 00:58:11 +00:00
Mark Andrews
6f1d931437
1533. [func] Warn if both "recusion no;" and "allow-recursion"
...
are active. [RT# 4389]
2004-02-24 03:38:19 +00:00
Mark Andrews
585a44e69b
1573. [port] linux: update to libtool 1.5.2 so that
...
"make install DESTDIR=/xx" works with
"configure --with-libtool". [RT #9941 ]
2004-02-24 02:35:05 +00:00
Mark Andrews
29fec1301e
create/destroy hash
2004-01-27 04:43:21 +00:00
Mark Andrews
a780addfd8
update wording
2004-01-27 00:58:15 +00:00
Mark Andrews
ab936f4781
1563. [bug] Gracefully fail when unable to obtain neither a IPv4
...
or a IPv6 dispatch. [RT #10230 ]
2004-01-26 23:55:26 +00:00
Mark Andrews
155e396543
1561. [bug] It was possible to release the same name twice if
...
named ran out of memory. [RT #10197 ]
2004-01-22 15:34:01 +00:00
Mark Andrews
e9e172ca97
1551. [port] Open "/dev/null" before calling chroot().
2004-01-07 06:30:44 +00:00
Mark Andrews
828f0672ae
1550. [port] Call tzset(), if available, before calling chroot().
2004-01-07 06:03:23 +00:00
Mark Andrews
e3764d516d
1539. [bug] Open UDP sockets for notify-source and transfer-source
...
that use reserved ports at startup. [RT #9475 ]
2004-01-05 07:21:33 +00:00
Mark Andrews
42650d79cf
1535. [bug] dig -x of a partial IPv4 address broken. [RT# 9949]
2003-11-10 15:38:57 +00:00
Mark Andrews
7d50be7221
repeated words
2003-11-02 23:00:32 +00:00
Mark Andrews
48cfc9344f
update_copyrights
2003-10-09 07:32:57 +00:00
Mark Andrews
116f29a5e9
1514. [bug] named: isc_hash_destroy() was being called to early.
...
[RT #9160 ]
2003-09-25 03:42:36 +00:00
Mark Andrews
3ef0cdb28f
patch misplaced a hunk
2003-09-19 13:40:42 +00:00
Mark Andrews
5bf66f7c0f
1509. [bug] Hint zones should accept delegation-only. Forward
...
zone should not accept delegation-only.
1508. [bug] Don't apply delegation-only checks to answers from
forwarders.
1507. [bug] Handle BIND 8 style returns to NS queries to parents
when making delegation-only checks.
2003-09-19 06:17:54 +00:00
Mark Andrews
bfe6a0f3b4
1504. [func] New zone type "delegation-only".
2003-09-17 05:20:04 +00:00
Mark Andrews
af7ee16bef
1503. [port] win32: install libeay32.dll outside of system32.
2003-09-09 03:47:31 +00:00
Mark Andrews
b0b280b6a4
typo: s/baliwick/bailiwick/
2003-09-02 02:27:53 +00:00
Mark Andrews
aa9dd675af
1499. [bug] isc_random need to be seeded better if arc4random()
...
is not used.
1405. [func] Use arc4random() if available.
2003-08-05 00:42:55 +00:00
Mark Andrews
e3505662b5
add mfc70.dll
2003-08-01 04:36:04 +00:00
Mark Andrews
597e257fdf
1498. [port] bsdos: 5.x support.
2003-07-30 02:00:52 +00:00
Mark Andrews
10f78228b6
remove redundant check [RT #8539 ]
2003-07-30 00:42:25 +00:00
Mark Andrews
1e2d992eaf
hide change #969 till 9.3
2003-07-29 04:50:52 +00:00
Mark Andrews
da204aa8be
1496. [protocol] dig, nslookup and host now perform nibble lookups
...
under IP6.ARPA, use -i for IP6.INT (dig and host).
lwres now uses IP6.ARPA.
2003-07-25 04:36:46 +00:00
Mark Andrews
1d04b5105d
1495. [cleanup] Replace hash functions with universal hash.
2003-07-25 03:31:45 +00:00
Mark Andrews
c1df871a18
silence compiler warnings (HPUX/11i)
2003-07-23 06:57:59 +00:00
Mark Andrews
faf21a64b8
regen
2003-07-23 02:23:06 +00:00
Mark Andrews
6e9055672c
add msvcr70.dll
2003-07-23 02:03:30 +00:00
Mark Andrews
f4d86cfcea
update_copyrights
2003-07-22 04:03:54 +00:00
Mark Andrews
6d5f0c1947
1490. [bug] Accept reading state as well as working state in
...
ns_client_next(). [RT #6813 ]
2003-07-18 06:14:30 +00:00