Mark Andrews
4b87939256
strerror() -> isc__strerror() [RT #1689 ]
2001-08-31 05:57:58 +00:00
Andreas Gustafsson
7edac4480f
added colon to log message
2001-08-31 00:35:18 +00:00
Mark Andrews
452b30ddb3
973. [bug] Failed to log the question name when logging:
...
"bad zone transfer request: non-authoritative zone
(NOTAUTH)".
2001-08-30 23:51:45 +00:00
Mark Andrews
06a960c681
971. [func] 'try-edns' can be use to disable edns on all queries.
2001-08-30 05:52:18 +00:00
Mark Andrews
cc0a5f7142
journal-size can now be set from named.conf
2001-08-30 05:23:00 +00:00
Danny Mayer
91be5c8cce
Remove shutdown privilege-enabling code. Installer should not be shutting down the system.
2001-08-30 04:23:43 +00:00
Andreas Gustafsson
cad3210bb9
969. [func] dig now supports the undocumented dig 8 feature
...
of allowing arbitrary labels, not just dotted
decimal quads, with the -x option. This can be
used to conveniently look up RFC2317 names as in
"dig -x 10.0.0.0-127". [RT #827 , #1576 , #1598 ]
2001-08-29 18:57:28 +00:00
Andreas Gustafsson
f462b9aed2
Revert change 966. Brian says user-level programs should not include
...
any headers under asm.
2001-08-29 18:03:36 +00:00
Andreas Gustafsson
5f5b407b19
regenerated
2001-08-29 17:20:00 +00:00
Mark Andrews
b885fd1d53
966. [port] #include <asm/unistd.h> is required on some Linux
...
ports. [RT #1670 ]
2001-08-29 04:21:51 +00:00
Mark Andrews
71bfe170e1
Explain the interaction of -u and -t.
2001-08-29 03:27:57 +00:00
Andreas Gustafsson
a0766ff416
cut-and-paste-o
2001-08-28 18:00:37 +00:00
Andreas Gustafsson
259b1b8c03
added rndc-confgen man page
2001-08-28 17:29:35 +00:00
Mark Andrews
28fc90e6c8
#857 was incomplete, ISC_MAGIC was not being used everwhere it should have been.
...
'magic' was not being declared consistantly.
some #include <isc/magic.h> were missing from other include files.
NS_SERVER_VALID was not using ISC_MAGIC_VALID.
2001-08-28 03:58:29 +00:00
Andreas Gustafsson
31f4d4ac63
removed -P (pseudorandom) option
2001-08-27 23:55:16 +00:00
Andreas Gustafsson
187bf10eb5
eliminated arbitrary limit on formatted rdata size in 'host' [RT #1557 ]
2001-08-27 21:31:29 +00:00
Andreas Gustafsson
135c1c53b8
don't INSIST() that calling dns_db_find() on the root hints
...
only binds the rdataset when returning ISC_R_SUCCESS, because that's not the case -
for example, if the root hints are '. 300 IN CNAME .', DNS_R_CNAME is returned and
the rdataset is bound
2001-08-27 17:20:10 +00:00
Mark Andrews
89555ff443
965. [bug] Using non root hints caused a rbtdb node reference
...
leak. [RT #1581 , RT #1618 ]
2001-08-27 06:10:17 +00:00
Mark Andrews
d20b7d6bea
silence compiler warnings
2001-08-23 04:39:31 +00:00
Danny Mayer
7bda91f314
updated to add path for include files
2001-08-09 23:45:12 +00:00
Danny Mayer
b9eaebe882
ns_g_autorndckeyfile had been renamed to ns_g_keyfile
2001-08-09 23:44:13 +00:00
Andreas Gustafsson
f504adce37
duplicated CVS ID line
2001-08-09 17:21:06 +00:00
Danny Mayer
51ac5c28de
Changed win32 code to remove references to named.key
2001-08-09 02:55:41 +00:00
Andreas Gustafsson
b4636f4587
update_copyrights
2001-08-09 00:33:47 +00:00
Andreas Gustafsson
33682c92e9
regenerated docs
2001-08-09 00:19:44 +00:00
Andreas Gustafsson
f4909f01a7
the test outcome should not depend on the dig version printed
2001-08-09 00:10:56 +00:00
Andreas Gustafsson
f30cab801a
spacing
2001-08-08 23:27:03 +00:00
Andreas Gustafsson
b1600c0b02
spacing; no newline at end of file
2001-08-08 23:26:58 +00:00
Andreas Gustafsson
c961e08413
spacing
2001-08-08 23:13:16 +00:00
Andreas Gustafsson
76c8294c81
format string bugs and improved format string checking [RT #1578 ]
2001-08-08 22:54:55 +00:00
Andreas Gustafsson
5439bb1725
removed unused variable ns_g_autorndckeyfile
2001-08-08 20:37:31 +00:00
Andreas Gustafsson
569caae79d
don't remove ns_g_autorndckeyfile - it no longer exists
2001-08-08 20:36:13 +00:00
Andreas Gustafsson
73a9f8ec94
need <isc/print.h> for snprintf on OSF/1 4
2001-08-08 19:42:53 +00:00
Andreas Gustafsson
eae21e533a
declaring progname as a char pointer in util.c
...
and a char array in rndc-confgen.c doesn't work
2001-08-08 05:13:47 +00:00
Mark Andrews
de9833be77
955. [bug] When using views, the zone's class was not being
...
inherited from the view's class. [RT #1583 ]
2001-08-07 01:58:59 +00:00
Andreas Gustafsson
0a77211c80
Wrapped long lines in an error message, and fixed two bugs:
...
1) rndc would crash if rndc.conf could not be read
2) rndc running in named.key mode required a working
DNS to resolve the default server name "localhost",
causing a chicken-and-egg problem when using rndc
to fix a broken DNS. Fixed by changing the default
to 127.0.0.1. This will probably offend some IPv6
people.
2001-08-06 11:40:46 +00:00
Andreas Gustafsson
b199e25ab7
spacing
2001-08-06 11:28:21 +00:00
Mark Andrews
4e400cb7a2
954. [bug] dig, host, nslookup: AXFR / IXFR are inherently
...
non-recursive, do not set RD. [RT #1575 ]
2001-08-06 05:50:20 +00:00
Danny Mayer
e5656b4aeb
Added support for win32
2001-08-06 05:35:16 +00:00
Danny Mayer
66352c0a05
Added support for key for win32
2001-08-06 05:34:26 +00:00
Danny Mayer
3571e1bda4
Added Copyright Statement
2001-08-06 05:33:17 +00:00
Mark Andrews
a769eca4e3
cleanup
...
document "rndc -k"
2001-08-06 04:25:08 +00:00
Mark Andrews
8173a963d2
#if (result) should have been #if (result == ISC_R_SUCCESS) otherwise we
...
would fail to replace the keys if they changed.
Add the IPv4 any control before the IPv6 any control.
2001-08-06 01:03:53 +00:00
Mark Andrews
d8ec3078d4
relax safe_create().
2001-08-04 08:15:02 +00:00
Mark Andrews
ee8a5c01e2
only call get_key_info() in update_listener() if control != NULL.
2001-08-04 07:49:38 +00:00
Mark Andrews
9bac746a3c
keyless inet controls triggered assertion. [RT#1566]
2001-08-04 07:38:06 +00:00
Andreas Gustafsson
4c69379d79
don't print empty lines until we can figure out
...
how to print them only when actually using keyboard
entropy. The existing code was clearly wrong, as it used
an enumerated value as a boolean
2001-08-03 23:44:49 +00:00
Andreas Gustafsson
b769845105
improved comments
2001-08-03 23:06:46 +00:00
Andreas Gustafsson
7dacac1909
added .cvsignore file
2001-08-03 22:35:06 +00:00
Andreas Gustafsson
0094faa6e0
Reduced code duplication. Code duplication is evil.
2001-08-03 22:33:02 +00:00