- 14 Jun, 2000 1 commit
-
-
James Brister authored
comments (anywhere in line, not just as the beginning). 252. [bug] resolv.conf parser mishandled masks on sortlists. It slso aborted when an unrecognised keyword was seen, now it silently ignores the entire line.
-
- 13 Jun, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 12 Jun, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 09 Jun, 2000 6 commits
-
-
James Brister authored
representation. max-cache-size config option now takes a size-spec like 'datasize', except 'default' is not allowed.
-
James Brister authored
written out.
-
James Brister authored
type to be strict integer (no 'default' or 'unlimited')..
-
James Brister authored
-
James Brister authored
to view statement.
-
Brian Wellington authored
sufficiently long, dns_name_fromwire should return DNS_R_FORMERR, not ISC_R_NOSPACE.
-
- 08 Jun, 2000 1 commit
-
-
James Brister authored
New cachesize option for named.conf Fixed incorrect warning about auth-nxdomain usage.
-
- 07 Jun, 2000 3 commits
-
-
James Brister authored
-
Mark Andrews authored
dns_master_*() arguement lists.
-
Mark Andrews authored
and stub.
-
- 06 Jun, 2000 2 commits
-
-
Brian Wellington authored
whether messages are printed or not.
-
David Lawrence authored
+ missing sigwait prototype on BSD/OS 4.0/4.0.1 + PTHREAD_ONCE_INIT unbraced initializer warnings on Solaris 2.8. + IN6ADDR_ANY_INIT unbraced initializer warnings on BSD/OS 4.*, Linux and Solaris 2.8.
-
- 05 Jun, 2000 5 commits
-
-
Andreas Gustafsson authored
initiating a TCP query, the socket didn't get destroyed, and the server did not shut down cleanly. [RT #107]
-
James Brister authored
Consider it a config file error if a listen-on statement has an IPv6 address in it, or a listen-on-v6 statement has an IPv4 address in it.
-
James Brister authored
an unquoted string, instead of requiring a quoted string.
-
James Brister authored
(isc_uint32_t) to match grammer.
-
Mark Andrews authored
-
- 04 Jun, 2000 1 commit
-
-
James Brister authored
'listen-on', 'masters' and 'also-notify' statements to use its value instead of default (53).
-
- 02 Jun, 2000 5 commits
-
-
Brian Wellington authored
-
Andreas Gustafsson authored
-
James Brister authored
Support config file sig-validity-interval statement in options, views and zone statements (master zones only). Logging messages in config module stripped of trailing period.
-
David Lawrence authored
dns_rcode_*, dns_opcode_*, and dns_trust_* are also now cast to their appropriate types.
-
Andreas Gustafsson authored
even when omit_final_dot is true
-
- 01 Jun, 2000 7 commits
-
-
David Lawrence authored
cast to dns_rdatatype_t via macros of their same name so that they are of the proper integral type wherever a dns_rdatatype_t is needed. (And a few prototypes that I recently bogusly changed to take "int" parameters in place of "dns_rdatatype_t" to accomodate the type of an enum identifier have been reverted to again properly take a dns_rdatatype_t.)
-
David Lawrence authored
-Wcast-qual and -Wwrite-strings warnings enabled, which is now the default when using gcc. (Warnings from confparser.c, because of yacc's code, are unfortunately to be expected.) 223. [func] Several functions were reprototyped to qualify one or more of their arguments with "const". Similarly, several functions that return pointers now have those pointers qualified with const.
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
are now supported in view statements (it said 'supported in config files', which is true but not a recent change)
-
Andreas Gustafsson authored
-
Michael Graff authored
-
Brian Wellington authored
-
- 31 May, 2000 2 commits
-
-
Brian Wellington authored
validity period.
-
James Brister authored
-
- 26 May, 2000 5 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
the assertion INSIST(client->lockview == NULL) to be triggered
-
Andreas Gustafsson authored
formatting network addresses in log messages.
-
Brian Wellington authored
present in the old zone.
-
Brian Wellington authored
Added dns_message_get/settsigkey to deuglify tsig key handling in message code.
-