David Lawrence
1a69a1a78c
Megacommit of dozens of files.
...
Cleanup of redundant/useless header file inclusion.
ISC style lint, primarily for function declarations and standalone
comments -- ie, those that appear on a line without any code, which
should be written as follows:
/*
* This is a comment.
*/
2000-05-08 14:38:29 +00:00
Michael Graff
c90f5e8d1e
Split dns_log_init() into dns_log_init() which sets up module and category names, and dns_log_setcontext() which sets the logging context. Call isc_log_setcontext(), dns_log_init(), and dns_log_setcontext().
2000-05-03 21:11:40 +00:00
James Brister
e2cf9c2db3
support 'disabled' statement in zone config (causes
...
zone to be parsed and then ignored). Currently must
come after the 'type' clause.
support optional ports in masters and also-notify
statements:
masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
removed some unused arguments.
stop issuing some warnings about some features that
were not implemented, but now are.
2000-05-03 19:29:43 +00:00
Brian Wellington
7df0472d8a
Added isc/util.h
2000-04-28 02:12:16 +00:00
James Brister
9d612f10ec
Change for new log api.
2000-03-02 03:52:28 +00:00
Bob Halley
ca41b452ed
update copyrights
2000-02-03 23:08:31 +00:00
Andreas Gustafsson
67d762bfc4
need #include <dns/log.h>
2000-01-20 01:12:08 +00:00
James Brister
9ff3698b6d
Change destination of generated config file.
2000-01-17 15:12:14 +00:00
James Brister
c8ca2bc590
Use proper logging in test.
1999-12-17 18:28:03 +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
Bob Halley
4a73cf8ee0
update copyrights
1999-10-31 18:42:01 +00:00
Mark Andrews
3449209bf6
Suppress benign error message about unused parameter 'view'
1999-10-25 11:19:22 +00:00
James Brister
1c3cf2dbe6
Use new function signature for config parsing.
1999-10-13 17:51:28 +00:00
James Brister
c2ea2b433c
Changed API to config data structure functions.
1999-10-02 21:12:44 +00:00
James Brister
91cf68b183
Config file parser tester.
1999-09-17 14:29:20 +00:00