Tinderbox User
c0dd9cb1b8
update copyright notice
2013-10-25 23:45:15 +00:00
Mark Andrews
be4c5c3810
address memory leak in change #3662 , force format matching, attempt to address coverity false positives
...
(cherry picked from commit 938aea1dc4 )
(cherry picked from commit dc44093efc )
2013-10-26 10:11:12 +11:00
Mark Andrews
690e894997
3663. [bug] Address bugs in dns_rdata_fromstruct and
...
dns_rdata_tostruct for WKS and ISDN types. [RT #34910 ]
2013-10-25 13:06:38 +11:00
Tinderbox User
c0cdf5517d
update copyright notice
2013-09-18 23:45:14 +00:00
Mark Andrews
3a93dc9e59
3644. [protocol] Check that EDNS subnet client options are well forme
...
[RT #34718 ]
(cherry picked from commit 3ad8f24ddd )
Conflicts:
lib/dns/tests/rdata_test.c
2013-09-18 11:50:28 +10:00
Evan Hunt
6f9e900823
[v9_6] change 3630 incomplete--needed to check fromtext too
...
(cherry picked from commit 5f630b9417 )
2013-08-14 17:25:07 -07:00
Tinderbox User
688b375048
update copyright notice
2013-08-13 23:45:12 +00:00
Evan Hunt
ad74027862
[v9_6] fix md5 key id computation
...
3630. [bug] Ensure correct ID computation for MD5 keys. [RT #33033 ]
(cherry picked from commit 5d4343a998 )
(cherry picked from commit 70858bf974 )
2013-08-13 16:23:51 -07:00
Mark Andrews
de63c98904
silence signed/unsigned warning
2013-04-29 16:58:51 +10:00
Tinderbox User
9b74f91ae1
update copyright notice
2013-04-28 23:45:10 +00:00
Tinderbox User
e7c19ac871
update copyright notice
2013-04-26 23:45:14 +00:00
Mark Andrews
a2e22141db
3007. [bug] Named failed to preserve the case of domain names in
...
rdata which is no compressable when writing master
files. [RT #22863 ]
2013-04-26 21:52:32 +10:00
Mark Andrews
71a076b64c
2565. [func] Add support for HIP record. Includes new functions
...
dns_rdata_hip_first(), dns_rdata_hip_next()
and dns_rdata_hip_current(). [RT #19384 ]
Conflicts:
CHANGES
bin/tests/system/genzone.sh
2013-04-26 21:48:43 +10:00
Mark Andrews
8145bfee7e
3056. [func] Added support for URI resource record. [RT #23386 ]
2013-04-26 13:34:22 +10:00
Tinderbox User
4af84ed4ca
update copyright notice
2013-04-04 23:45:10 +00:00
Mark Andrews
792bf32389
3546. [func] Add EUI48 and EUI64 types. [RT #33082 ]
...
(cherry picked from commit 3a6d62c59f )
2013-04-05 09:09:50 +11:00
Tinderbox User
3d145d5061
update copyright notice
2013-01-15 23:45:10 +00:00
Mark Andrews
fbe1c2cfd9
silence compiler warning: Value stored to '?' is never used
2013-01-16 07:14:12 +11:00
Mark Andrews
4e290bf392
remove methods not used in 9.6.x
2013-01-10 18:07:55 +11:00
Tinderbox User
55d5562536
update copyright notice
2013-01-09 23:45:13 +00:00
Mark Andrews
15dba50013
3457. [protocol] Add ILNP records (NID, LP, L32, L64). [RT #31836 ]
2013-01-10 08:38:13 +11:00
Mark Andrews
087cf7aa6c
use known length for known algorithns in fromtext_dlv cf fromtext_ds
2013-01-09 21:08:38 +11:00
Mark Andrews
2f74870f49
RETTOK -> RETERR
2012-12-09 07:46:35 +11:00
Mark Andrews
c35c678e1a
3438. [bug] Don't accept unknown data escape in quotes. [RT #32031 ]
...
Squashed commit of the following:
commit 7ad3daade513c94a1c92ee7c91c112f161d13ef4
Author: Mark Andrews <marka@isc.org >
Date: Mon Dec 3 15:03:44 2012 +1100
look at the second token to determine if a TXT record in of unknown format or not
commit 7df32138462646f6aee84ffa56d02ac24ec8d672
Author: Mark Andrews <marka@isc.org >
Date: Mon Dec 3 12:42:18 2012 +1100
'"\#"' was incorrectly being treated as a unknown data escape sequence.
2012-12-08 14:14:04 +11:00
Mark Andrews
8a8b37d36f
remove redundant UNUSED(callbacks)
2012-10-19 16:29:47 +11:00
Mark Andrews
9f519425b2
missing space before other len after change #3389
2012-10-17 12:50:30 +11:00
Mark Andrews
be6c81b03e
3389. [bug] Always return NOERROR (not 0) in TSIG. [RT #31275 ]
2012-10-05 06:58:52 +10:00
Mark Andrews
0992569f34
remove casecompare_tlsa as it is only needed in [C9.7 and later
2012-04-26 18:27:54 +10:00
Mark Andrews
967fa276cf
3313. [protocol] Add TLSA record type. [RT #28989 ]
2012-04-26 12:41:39 +10:00
Tinderbox User
a3bf29d6c8
update copyright notice
2012-03-10 23:45:08 +00:00
Tinderbox User
d5c5ac0dbb
regen v9_6
2012-03-07 01:45:20 +00:00
Automatic Updater
6c6b7e5383
update copyright notice
2011-11-30 23:45:15 +00:00
Mark Andrews
1fafeebcb2
3227. [bug] Interim fix to make WKS's use of getprotobyname()
...
and getservbyname() self thread safe. [RT #26232 ]
2011-11-30 01:23:38 +00:00
Automatic Updater
88235b10c1
update copyright notice
2011-11-02 23:45:18 +00:00
Mark Andrews
65c5197de9
3191. [bug] Print NULL records using unknown format. [RT #26392 ]
2011-11-02 01:16:32 +00:00
Automatic Updater
6e2d98a971
update copyright notice
2011-08-16 23:45:14 +00:00
Mark Andrews
1adce64730
3142. [bug] NAPTR is class agnostic. [RT #25429 ]
2011-08-16 02:46:06 +00:00
Automatic Updater
166b841b92
update copyright notice
2011-01-13 04:48:23 +00:00
Mark Andrews
b41db83139
3007. [bug] Named failed to preserve the case of domain names in
...
rdata which is no compressable when writing master
files. [RT #22863 ]
2011-01-13 02:14:46 +00:00
Mark Andrews
0219620a50
3007. [bug] Named failed to preserve the case of domain names in
...
rdata which is no compressable when writing master
files. [RT #22863 ]
2011-01-13 02:06:13 +00:00
Tatuya JINMEI 神明達哉
194d3c5a10
2681. [bug] IPSECKEY RR of gateway type 3 was not correctly
...
decoded [RT #20269 ].
BIND 9.7.0, 9.6.2, 9.5.2, 9.4.4
2009-09-18 21:55:48 +00:00
Mark Andrews
9c19f7fb52
silence 'Different types treated as unsigned for <=.' warning
2009-02-17 05:54:12 +00:00
Automatic Updater
b996c77e49
update copyright notice
2009-02-16 23:47:15 +00:00
Mark Andrews
5c4a9f33ca
2556. [cleanup] PCI compliance:
...
* new libisc log module file
* isc_dir_chroot() now also changes the working
directory to "/".
* additional INSISTs
* additional logging when files can't be removed.
2009-02-16 02:04:06 +00:00
Automatic Updater
99b63ca8e5
update copyright notice
2009-01-18 23:47:41 +00:00
Mark Andrews
d7900926bf
spelling
2009-01-18 23:25:18 +00:00
Automatic Updater
3398334b3a
update copyright notice
2008-09-25 04:02:39 +00:00
Mark Andrews
6098d364b6
2448. [func] Add NSEC3 support. [RT #15452 ]
2008-09-24 02:46:23 +00:00
Automatic Updater
b6ba2af51b
update copyright notice
2008-07-15 23:47:21 +00:00
Mark Andrews
718106da14
update reference
2008-07-15 05:45:34 +00:00