Mark Andrews
716cb5acca
notify would only be returned from named.conf if dialup was also set.
2000-04-20 12:43:05 +00:00
James Brister
212cbe386c
Fixed case of checking for allow-update and update-policy together.
...
log message change
2000-04-05 15:21:07 +00:00
James Brister
f2af22c3e0
- Provide routine to check all zone definitions. Currently just looking
...
for allow-update and update-policy being used together. allow-update
definition is removed in this case.
- Provide zonelist iterator functions.
2000-03-30 17:21:16 +00:00
James Brister
da47a1b896
Removed listen-on from views.
...
Changed syntax of grant/deny statements so they now must be inside an
'update-policy' block.
quote rr types when printing grant/deny statements as they can
clash with config file keywords.
Added rcs Id inside comment.
2000-03-28 22:58:25 +00:00
James Brister
0e858455d8
Make sure ssuauth table only goes in master zones.
2000-03-07 21:16:38 +00:00
Brian Wellington
6fcfd0c35d
ssutables are now attached/detached; zones get ssutables from config structs
2000-03-06 19:06:07 +00:00
James Brister
017e3665ee
Handle new ssutable data in a zone structure.
2000-03-02 20:42:00 +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
James Brister
d47b32d4b9
Add allow-update-forwarding support to zones.
2000-02-14 17:18:40 +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
James Brister
e02c75a5b2
Fixed some incorrect error messages.
...
Support transfer-source-v6 and query-source-v6
2000-02-09 16:50: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
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
c71fc7ffdd
Remove definition and use of dns_c_severity_t and replace with dns_severity_t.
2000-01-28 19:56:25 +00:00
James Brister
6623fba695
Fixed error in printing max_transfer_* values in zones.
2000-01-17 14:46:20 +00:00
Mark Andrews
e7340552be
missed a master xfer out change
1999-12-16 01:24:27 +00:00
Mark Andrews
2ea83bcfe5
Stub zones do not transfer out.
...
Master zones do transfer out.
1999-12-13 05:24:13 +00:00
James Brister
0b8e472452
Support new max-transfer-time-out, max-transfer-idle-in and
...
max-transfer-idle-out statements in options block and zone statements.
1999-12-11 13:44:46 +00:00
James Brister
0e0be28c8b
Added some extra REQUIREs and fixed up some magic number handling.
1999-12-06 18:25:40 +00:00
James Brister
1ce5dcf1c8
Change config API to not take a isc_log_t but use dns_lctx extern.
1999-12-06 12:40:39 +00:00
James Brister
29bf8316a3
- Hold list of pubkeys instead of a single pubkey in zones.
...
- Change dns_zone_copy to use pubkey list.
- MAGIC-number related fixes and miscellaneous defensive programing issues.
1999-12-01 16:29:00 +00:00
James Brister
17c551bed1
Attach (instead of straight pointer copy) a returned dns_c_ipmatchlist
...
when pulled from a zone.
1999-11-17 22:28:52 +00:00
James Brister
292031c9fc
- Removed config *_delete functions on structures that use reference
...
counting and replaced with *_detach.
- Changed config *_attach functions to return the new attached value through
the paramater list rather than as a return value.
- Changed config *_delete functions to no longer allow deletion of a null
pointer
- Changed calls to the config *_delete functions to make sure no null
pointers were passed in.
- Changed use of the config *_attach function to match new signature.
1999-11-17 21:52:32 +00:00
James Brister
e42197260c
Support forward and forwarders values inside master, slave and stub zones.
1999-11-02 15:49:44 +00:00
James Brister
1a9dbcf032
Save port numbers in host-byte order.
...
memset unused areas of isc_sockaddr_t
1999-10-28 17:53:16 +00:00
Bob Halley
c03e11d62f
eliminate \n in calls to isc_log_write()
1999-10-25 18:51:54 +00:00
James Brister
285ae3ab80
Minor changes to config file generators.
...
Added a lookup function for server lists.
1999-10-25 09:52:42 +00:00
James Brister
0a3e4adbbc
Don't bump reference count when putting a zone in a zonelist.
1999-10-13 17:58:36 +00:00
James Brister
f7a00c14fd
Misc changes due to views
1999-10-10 17:16:07 +00:00
David Lawrence
9e0c6fc4c1
The return value of zone_delete is isc_reuslt_t, so compare with ISC_R_SUCCESS,
...
not with NULL.
Do not need string.h, because confcommon.h includes it.
Ditto isc/net.h.
Do not need sys/types.h.
1999-10-08 23:12:00 +00:00
James Brister
9e12c99099
Use logging system.
1999-10-02 21:23:11 +00:00
David Lawrence
35b63cc1a3
use type in_port_t instead of unsigned int for ports,
...
include string.h for memset prototype,
include isc/net.h instead of arpa/inet.h, netinet/in.h and sys/socket.h
1999-10-02 02:59:35 +00:00
James Brister
7c337a9ca9
IPv6 fixes.
...
Removed config specific address type and replced with isc_sockaddr_t
1999-09-17 14:22:06 +00:00
James Brister
67d3afc471
Renamed many identifiers to match coding guidelines.
1999-09-03 20:48:22 +00:00
James Brister
0eb5c95878
Config library implementation files.
1999-07-19 13:25:18 +00:00