James Brister
c47b53250b
Use strings instead of dns_c_category_t.
...
Added token_to_keyword().
2000-03-02 03:57:32 +00:00
James Brister
79a857a5df
Use strings instead of dns_c_category_t.
...
Fixed error in one case in logginglist_empty().
2000-03-02 03:56:36 +00:00
James Brister
43f6bac400
Use strings instead of dns_c_category_t.
2000-03-02 03:54:09 +00:00
James Brister
1a14c6952a
Removed dns_c_category_t and use simple strings.
...
Stash table of predefined category names for parser to check against.
2000-03-02 03:53:29 +00:00
Andreas Gustafsson
a6535a2681
consistently use single quotes around quoted text in log messages
2000-03-01 22:41:59 +00:00
Andreas Gustafsson
6c4d03a6ab
disabled redundant default logging configuration code
2000-03-01 20:41:19 +00:00
Andreas Gustafsson
e0768b64e8
%type declaration for master_in_addr_list was repeated three times
2000-02-25 16:35:08 +00:00
Andreas Gustafsson
e7e3b748f8
missing NULL initialization before attach
2000-02-24 18:44:16 +00:00
James Brister
e323a667e0
Replace use of private config type user for server statement with new
...
dns_peer_t.
Support two forms of server key statement:
keys "blah";
keys { "foo" ; };
Non longer build confserv.c
2000-02-24 14:48:30 +00:00
Andreas Gustafsson
91a4c38fc9
removed newlines from log messages
2000-02-17 20:06:32 +00:00
Andreas Gustafsson
be1395f914
typo
2000-02-15 18:24:26 +00:00
James Brister
334e2ce758
Handle new dns_c_ipmatch_any type in address lists. Use (negated)
...
when parsing address 'none'.
Also make better use of localhost and localnets ipmatch elements.
2000-02-15 17:05:11 +00:00
James Brister
7d1c47756f
Support new ipmatch elements type: dns_c_ipmatch_any
...
Also handle address name 'none' to be same as '!any'
2000-02-15 17:01:50 +00:00
James Brister
cf8cd3a606
Removed acls that are now handled by ipmatch elements types.
2000-02-15 17:00:33 +00:00
James Brister
e0df4c98c8
Support parsing new allow-update-forwarding statement inside zones and
...
views.
2000-02-14 17:20:35 +00:00
James Brister
d47b32d4b9
Add allow-update-forwarding support to zones.
2000-02-14 17:18:40 +00:00
James Brister
83be31d86d
Add allow-update-forwarding supprt to views.
2000-02-14 17:16:35 +00:00
James Brister
0b73e4eb53
Corrected names of master zone bits checked in
...
dns_c_zone_getmaxtranstimeout() and dns_c_zone_getmaxtransidleout().
2000-02-12 09:38:08 +00:00
Bob Halley
34bbe03b5c
the bit test in dns_c_ctx_getforward() was backwards
2000-02-10 20:38:10 +00:00
James Brister
e02c75a5b2
Fixed some incorrect error messages.
...
Support transfer-source-v6 and query-source-v6
2000-02-09 16:50:21 +00:00
James Brister
06d958edb3
Put quotes around ordering name on output.
2000-02-09 16:48:04 +00:00
James Brister
51c7627c91
Support queyer-source-v6 and transfer-source-v6
...
Is now an error if a IPv6 address is used in a transfer-source or
query-source statement.
Ditto for an IPv4 address in *-v6 statement.
Cleaned up error messages.
2000-02-09 16:45:52 +00:00
James Brister
5e742c46a8
Store query-source address and port together.
...
Get them out together.
Support query-source-v6 dnd transfer-source-v6
2000-02-09 16:39:50 +00:00
Bob Halley
d01ac47e73
move up some forward declarations
2000-02-08 20:44:53 +00:00
James Brister
8561310bf9
Removed extraneous semi-colon.
2000-02-06 15:07:03 +00:00
James Brister
8e28ef828d
Use yacc (or bison) binary found by configure.
2000-02-06 15:06:21 +00:00
Bob Halley
0fffa9dcca
update copyright
2000-02-03 23:17:52 +00:00
Mark Andrews
be54c486fa
remove unnecessary break
2000-02-02 05:59:59 +00:00
Bob Halley
8c5039fd81
improve error message if zone callback fails; revise error levels
2000-02-02 00:38:11 +00:00
Andreas Gustafsson
515277c0e8
function was declared static but defined non-static
2000-01-31 22:06:09 +00:00
James Brister
f53365b930
Fixed printing of zones so they show up properly when nested inside a
...
view.
Fixed some typos that were causing incorrect bit-twiddeling.
2000-01-28 23:59:28 +00:00
James Brister
f49e3e960e
Implemented more fields in a view.
...
Proper output of views and their nested zones and fields.
2000-01-28 23:56:40 +00:00
James Brister
77ae2f2b32
Make ISC_R_EXISTS a possible return value in modifiers.
...
Added accessor/modifier for key-id list.
2000-01-28 23:55:20 +00:00
James Brister
3b94d5eaf9
Implement ALSO_NOTIFY and TRANSFER_SOURCE in options block.
...
Corrected type of FORWARDERS.
Implemented several new values in a VIEW.
2000-01-28 23:52:41 +00:00
James Brister
b402f83472
Change to printing of tkey lists.
2000-01-28 23:48:06 +00:00
James Brister
c0b1ee1cc5
Fixed probably with printing masked ip addresses.
...
Catch bogus mask values.
2000-01-28 23:47:18 +00:00
James Brister
d2935a05b8
Fixed printing for zones in views vs. zones not in any view.
...
Forwarders and some other option values were incorrectly
dns_c_ipmatchlist_t and a dns_c_iplist_t.
Implement missing ALSO_NOTIFY and TRANSFER_SOURCE option handling.
Fixed some errors in printing out option fields.
2000-01-28 23:45:27 +00:00
James Brister
38936c3774
Change to output of control statements.
2000-01-28 23:35:28 +00:00
James Brister
a9f1d8edb2
minor output change.
2000-01-28 23:34:52 +00:00
James Brister
c71fc7ffdd
Remove definition and use of dns_c_severity_t and replace with dns_severity_t.
2000-01-28 19:56:25 +00:00
Andreas Gustafsson
b4166f2452
if a maybe_wild_addr was wild, the port was not zeroed and
...
the length was not set
2000-01-28 01:14:41 +00:00
Andreas Gustafsson
bdb74ac309
needs #include <dns/result.h>
2000-01-20 01:13:12 +00:00
James Brister
6623fba695
Fixed error in printing max_transfer_* values in zones.
2000-01-17 14:46:20 +00:00
James Brister
6ca3b786b4
Support new 'tcp-clients' and 'recursive-clients' statements.
2000-01-17 14:41:24 +00:00
James Brister
4e7f42f159
Issue 'not implemented yet' warning when rfc2308-type-1 is used.
2000-01-12 15:05:03 +00:00
James Brister
ce38a4c8d0
Use in_port_t instead of short.
2000-01-06 16:15:29 +00:00
Michael Graff
3ddd814a97
dns_result_t is no more. s/dns_result_t/isc_result_t/ -- more later, when I need a break.
1999-12-23 00:09:04 +00:00
James Brister
ad62ba2e70
Do checks on some integers for size limits.
1999-12-17 18:32:38 +00:00
James Brister
4239a56ab2
Added new function dns_c_checkconfig .
1999-12-17 18:29:38 +00:00
Mark Andrews
e7340552be
missed a master xfer out change
1999-12-16 01:24:27 +00:00