Evan Hunt
61a01f4860
[v9_9] 4496. [func] dig: add +idnout to control whether labels are
...
display in punycode or not. Requires idn support
to be enabled at compile time. [RT #43398 ]
(cherry picked from commit 42470b0b87 )
(cherry picked from commit 6552f33198 )
(cherry picked from commit 7aec46a5ef )
2016-10-31 23:01:38 -07:00
Mukund Sivaraman
05f676f3e6
Update assertions to be more correct, and also remove use of a reserved word ( #43090 )
...
Note: this doesn't actually fix #43090 .
(cherry picked from commit becac651e8 )
(cherry picked from commit ce78690029 )
(cherry picked from commit 0edca7b6cd )
2016-08-29 18:58:09 +05:30
Tinderbox User
e1f19f3b4b
update copyright notice / whitespace
2016-03-07 23:46:05 +00:00
Mark Andrews
0649f3a0c0
4329. [func] Warn about a common misconfiguration when forwarding
...
RFC 1918 zones. [RT #41441 ]
2016-03-08 10:12:02 +11:00
Tinderbox User
757b2400b8
update copyright notice / whitespace
2016-02-01 23:46:15 +00:00
Mukund Sivaraman
48915fab93
Use __built_expect() where available ( #41411 )
...
(cherry picked from commit d1dbf6b20f )
(cherry picked from commit 6e2e0f72b1 )
2016-02-01 09:13:28 +05:30
Tinderbox User
d9acbe311a
update copyright notice / whitespace
2015-12-11 23:47:08 +00:00
Evan Hunt
64fa79be37
[master] comments
...
(cherry picked from commit f21d2ee372 )
(cherry picked from commit f5f9dc0d83 )
2015-12-11 11:03:08 +05:30
Mukund Sivaraman
a28d8e8bf5
Improve performance of RBT ( #41165 )
...
(cherry picked from commit 5d79b60fc5 )
(cherry picked from commit 318158d66a )
2015-12-11 10:29:36 +05:30
Mark Andrews
79f23b271e
4191. [protocol] Accept DNS-SD non LDH PTR records in reverse zones
...
as per RFC 6763. [RT #37889 ]
(cherry picked from commit 5855fd79e3 )
2015-08-25 14:46:41 +10:00
Mark Andrews
fea8a9d56b
4190. [protocol] Accept Active Diretory gc._msdcs.<forest> name as
...
valid with check-names. <forest> still needs to be
LDH. [RT #40399 ]
(cherry picked from commit dc3912f3ca )
2015-08-22 15:28:16 +10:00
Tinderbox User
9bd61f393f
update copyright notice / whitespace
2015-04-28 23:46:12 +00:00
Mark Andrews
fdb83d87d6
4110. [bug] Address memory leaks / null pointer dereferences
...
on out of memory. [RT #39310 ]
(cherry picked from commit b292230ab8 )
2015-04-29 03:37:25 +10:00
Mark Andrews
6c34e1c183
3952. [bug] dns_name_fullcompare failed to set *nlabelsp when the
...
two name pointers were the same. [RT #37176 ]
(cherry picked from commit a266ab205b )
2014-09-27 11:47:17 +10:00
Mark Andrews
45a48c5338
state fw_copy is never used; n only needs to be set for fw_ordinary;
...
(cherry picked from commit d956d9689c13b093fff5faf6b10f06338354dcfc)
2014-07-04 08:52:33 +10:00
Francis Dupont
78a30f613f
fix char sign extension [ #35743 ]
...
(cherry picked from commit c80fef792a )
2014-04-14 09:13:17 +10:00
Evan Hunt
571c5eeb19
[v9_9] remove unnecessary test in name.c
2014-01-20 17:59:14 -08:00
Tinderbox User
864ca7ce33
update copyright notice
2014-01-09 23:45:53 +00:00
Evan Hunt
8c7ce6d3e6
[v9_9] replace memcpy() with memmove().
...
3698. [cleanup] Replaced all uses of memcpy() with memmove().
[RT #35120 ]
(cherry picked from commit ebe54c7d2221c6a0a4b3d96bcae3280c823a45e6)
2014-01-08 16:38:56 -08:00
Tinderbox User
a120d1ed3e
update copyright notice
2013-06-19 23:45:47 +00:00
Evan Hunt
7c2f548141
[v9_9] check for physical equivalence in names
...
3599. [tuning] Check for pointer equivalence in name comparisons.
[RT #18125 ]
2013-06-18 18:15:07 -07:00
Mark Andrews
037445e774
3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialise
...
buffers with constant data. [RT #32064 ]
Squashed commit of the following:
commit 3433b96bf11f8c90ccbe412f01d02a6d8bbc2d33
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:41:16 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit c22dbcc1122a0a44f7b46068e0ccbc25353a57d5
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:38:39 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit 900820416c45c1887d0d22d7a010df60a903bd56
Author: Mark Andrews <marka@isc.org >
Date: Sat Dec 8 12:24:19 2012 +1100
remove isc_buffer_reconstinit
commit f815711c17b05f9961786a90b9bae902d3c01494
Author: Mark Andrews <marka@isc.org >
Date: Wed Dec 5 15:42:57 2012 +1100
add isc_buffer_constinit
2012-12-08 12:51:42 +11:00
Mark Andrews
dfe6fe301e
workaround only needed for clang 3.1
2012-12-03 07:58:59 +11:00
Mark Andrews
da5c741e52
silence compiler warnings
2012-12-01 21:34:07 +11:00
Evan Hunt
2589af5868
[v9_9] silence coverity warnings
...
3401. [bug] Addressed Coverity warnings. [RT #31484 ]
(cherry picked from commit 47c5b8af92 )
2012-10-23 22:12:15 -07:00
Mark Andrews
bf6acccf9d
3390. [bug] Silence clang compiler warnings. [RT #30417 ]
2012-10-06 13:21:18 +10:00
Tinderbox User
5abefae88a
update copyright notice
2012-03-10 23:45:42 +00:00
Evan Hunt
c9481a4625
set $Id$
2012-03-07 08:18:58 -08:00
Mark Andrews
0874abad14
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 06:11:27 +00:00
Automatic Updater
9cee5bb028
update copyright notice
2011-01-13 04:59:26 +00:00
Mark Andrews
87708bde16
3008. [func] Response policy zones (RPZ) support. [RT #21726 ]
2011-01-13 01:59:28 +00:00
Evan Hunt
bf9b852c3e
2929. [bug] Improved handling of GSS security contexts:
...
- added LRU expiration for generated TSIGs
- added the ability to use a non-default realm
- added new "realm" keyword in nsupdate
- limited lifetime of generated keys to 1 hour
or the lifetime of the context (whichever is
smaller)
[RT #19737 ]
2010-07-09 05:13:15 +00:00
Automatic Updater
21d9ee0d73
update copyright notice
2010-05-12 23:51:13 +00:00
Mark Andrews
f083a44415
2884. [bug] Insufficient valadation in dns_name_getlabelsequence().
...
[RT #21283 ]
2010-05-12 05:40:32 +00:00
Tatuya JINMEI 神明達哉
44de0b1f7d
2666. [func] Added an 'options' argument to dns_name_fromstring()
...
(API change from 9.7.0a2). [RT #20196 ]
2009-09-01 17:36:51 +00:00
Tatuya JINMEI 神明達哉
307d208450
2660. [func] Add a new set of DNS libraries for non-BIND9
...
applications. See README.libdns. [RT #19369 ]
2009-09-01 00:22:28 +00:00
Automatic Updater
74f4bfde4a
update copyright notice
2009-03-11 23:47:35 +00:00
Evan Hunt
3f8be559f0
2575. [func] New functions dns_name_fromstring() and
...
dns_name_tostring(), to simplify conversion
of a string to a dns_name structure and vice
versa. [RT #19451 ]
2009-03-11 07:02:34 +00:00
Automatic Updater
e672951ed2
update copyright notice
2008-04-01 23:47:10 +00:00
Mark Andrews
cffe96e267
2346. [func] Memory statistics now cover all active memory contexts
...
in increased detail. [RT #17580 ]
2008-03-31 05:00:30 +00:00
Automatic Updater
70e5a7403f
update copyright notice
2007-06-19 23:47:24 +00:00
Automatic Updater
ec5347e2c7
update copyright notice
2007-06-18 23:47:57 +00:00
Mark Andrews
514aeac2ac
2118. [bug] Handle response with long chains of domain name
...
compression pointers which point to other compression
pointers. [RT #16427 ]
2006-12-07 06:57:46 +00:00
Mark Andrews
289ae548d5
2105. [func] GSS-TSIG support (RFC 3645).
2006-12-04 01:54:53 +00:00
Mark Andrews
45e1bd6358
1991. [cleanup] The configuration data, once read, should be treated
...
as readonly. Expand the use of const to enforce this
at compile time. [RT #15813 ]
2006-02-28 02:39:52 +00:00
Mark Andrews
9d34316481
update copyright notice
2006-01-10 23:50:42 +00:00
Mark Andrews
4cf50d58d6
style
2006-01-10 02:59:56 +00:00
Mark Andrews
216030f284
1930. [port] HPUX: ia64 support. [RT #15473 ]
...
1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
2005-10-14 01:18:47 +00:00
Mark Andrews
ed6ca94ad7
finetune isc_thread_key implementation [RT #15408 ]
2005-09-18 07:16:24 +00:00
Mark Andrews
72bdbe3c70
silence compiler warnings
2005-09-10 01:02:08 +00:00