Mark Andrews
82107a8889
reference after free in error path.
2001-12-19 05:44:54 +00:00
Danny Mayer
13f20ab1fa
Update isc_time_formattimestamp to use the 12-Dec-2001 style of datestamp. Fix badtime to be 99-Bad-9999
2001-12-19 03:46:57 +00:00
Mark Andrews
66291de206
1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
2001-12-18 23:23:32 +00:00
Brian Wellington
0118965e19
fix large DH key generation, hopefully for the last time.
2001-12-18 06:05:41 +00:00
Mark Andrews
6c06bc591a
1164. [bug] Empty masters clauses in slave / stub zones were not
...
handled gracefully. [RT #2262 ]
2001-12-17 22:56:58 +00:00
Mark Andrews
486e212005
new rev
2001-12-17 21:11:49 +00:00
Mark Andrews
58d9437115
grammar
2001-12-17 03:15:25 +00:00
Mark Andrews
c36f45e354
1163. [func] isc_time_formattimestamp() will now reports the year.
...
The format matches BIND 8 date stamp.
2001-12-17 02:55:06 +00:00
Andreas Gustafsson
07caa8f1f9
correct Latin plural
2001-12-14 18:29:10 +00:00
Andreas Gustafsson
9cec4ca6ca
1162. [bug] The allow-notify option was not accepted in slave
...
zone statements.
2001-12-13 06:31:00 +00:00
Brian Wellington
19f0d00107
check that allow-notify is only specified for slave zones
2001-12-13 06:20:40 +00:00
Mark Andrews
23fb770906
1161. [bug] named-checkzone looped on unbalanced brackets.
...
[RT #2248 ]
2001-12-13 06:13:44 +00:00
Andreas Gustafsson
793711f26e
added
2001-12-12 17:25:18 +00:00
Brian Wellington
1898837a5e
Add the well-known 1536 bit prime from draft-ietf-dnsext-rfc2539bis-dhk-01.txt
2001-12-12 17:18:52 +00:00
Brian Wellington
9af8851b85
whitespace style
2001-12-12 17:09:39 +00:00
Brian Wellington
0cb27602e5
1160. [bug] Generating Diffie-Hellman keys longer than 1024
...
bits could fail. [RT #2241 ]
2001-12-12 16:43:24 +00:00
Andreas Gustafsson
3e86caf335
added
2001-12-12 16:24:52 +00:00
Mark Andrews
2c63b97c09
update tests for MD and MF know longer being loadable
2001-12-12 06:24:11 +00:00
Mark Andrews
0d6f70f1db
reword 1154
2001-12-12 00:10:37 +00:00
Mark Andrews
11dbb6dc6b
silently reject MD and MF updates.
2001-12-11 23:53:13 +00:00
Mark Andrews
5af6873693
tag slave zones when loading
2001-12-11 20:52:41 +00:00
Mark Andrews
ff1b064f5e
1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
2001-12-11 20:37:16 +00:00
Mark Andrews
8e40433e34
1158. [func] Report the client's address when logging notify
...
messages.
2001-12-10 23:09:24 +00:00
Brian Wellington
23924b681e
updates
2001-12-10 04:49:32 +00:00
Mark Andrews
5157792c8d
Q. I have Freebsd 4.4 and "rndcconfgen -a" just sits there.
2001-12-09 16:55:13 +00:00
Brian Wellington
efc01ed4ad
fix comment
2001-12-08 02:14:46 +00:00
Brian Wellington
e57e32e575
restructuring - build the nxt chain independently from the signing process
2001-12-08 00:38:40 +00:00
Brian Wellington
708f3fd049
Added the DNS_DBFIND_FORCENXT flag to dns_db_find, which causes the lookup
...
to search for NXT records, even if the zone is not marked as secure.
2001-12-08 00:37:07 +00:00
Mark Andrews
192cd0c440
new rev
2001-12-07 07:10:24 +00:00
Brian Wellington
8740bb8af0
remove #defines that shouldn't be there.
2001-12-07 01:55:42 +00:00
Brian Wellington
68d9a8bddf
Fix a typo (I hope) in marka's keys-in-match-* patch.
2001-12-07 01:34:08 +00:00
Mark Andrews
b01b0bb771
Add a multiview zone transfer key based solution.
2001-12-06 23:10:22 +00:00
Andreas Gustafsson
1b1f3fca3a
spacing
2001-12-06 18:55:52 +00:00
Mark Andrews
880723fb13
1157. [func] match-clients and match-destinations now accept
...
keys. [RT #2045 ]
2001-12-06 04:38:51 +00:00
Brian Wellington
e128be1387
track the size of memory blocks when debugging is enabled.
2001-12-05 19:13:26 +00:00
Mark Andrews
e23cb8a303
RUNTIME_CHECK(dns_rdata_tostruct())
...
if isc_time_add() fails, issue warning message and retry with a half interval,
this should only happen if we are approaching time wrap around (2038 for UNIX
systems).
2001-12-05 03:21:23 +00:00
Andreas Gustafsson
ee515ce130
commented
2001-12-05 03:05:30 +00:00
Andreas Gustafsson
dd7c36abb9
spelling
2001-12-05 02:28:12 +00:00
Andreas Gustafsson
8f44fd4f8d
document configure.in 1.316:
...
1156. [port] The configure test for strsep() incorrectly
succeeded on certain patched versions of
AIX 4.3.3. [RT #2190 ]
2001-12-05 02:19:52 +00:00
Mark Andrews
09de14b4e6
add entry on prerequisite failure messages
2001-12-05 01:40:42 +00:00
Mark Andrews
fefbb64a75
1155. [func] Recover from master files being removed from under
...
us.
2001-12-04 05:17:53 +00:00
Mark Andrews
772ef7e815
updates
2001-12-04 02:06:09 +00:00
Brian Wellington
41e50ece38
add dns_name_hashbylabel() and make the rbt use it.
2001-12-04 01:32:44 +00:00
Andreas Gustafsson
4de7f30751
regenerated
2001-12-03 21:52:34 +00:00
Andreas Gustafsson
ba1549060f
test for strsep() using AC_TRY_LINK() instead of AC_CHECK_FUNC() to deal with AIX braindamage [RT #2190 ]
2001-12-03 21:52:07 +00:00
Andreas Gustafsson
5d727330e4
brace style
2001-12-03 19:44:08 +00:00
Mark Andrews
111e3433d2
1154. [bug] When scanning interfaces skip the interface
...
if address no address is configured. [RT #2176 ]
2001-12-03 04:41:42 +00:00
Mark Andrews
3acadb07f4
wrong test to see if snprintf had a too small buffer.
2001-12-01 00:39:22 +00:00
Mark Andrews
cf300e03de
1153. [func] 'rndc {stop|halt} -p' now reports the process id
...
of the instance of named being shutdown.
2001-12-01 00:34:27 +00:00
Andreas Gustafsson
439a2f855b
regenerated
2001-11-30 23:15:28 +00:00