Mark Andrews
736db05eb6
doxygen markup
...
(cherry picked from commit bc28371004d70b17f0ca872da8bd84e70591eaf4)
2014-01-28 09:13:06 +11:00
Tinderbox User
afbf97392d
update copyright notice
2014-01-24 23:45:45 +00:00
Evan Hunt
f0f4bda44a
[v9_9] correct copyrights and attributions
...
see RT #35423 for details; highlights:
- remove license clauses 3 and 4 from NetBSD code
- remove advertising clause from historical BSD code
2014-01-24 09:51:53 -08:00
Mark Andrews
928163b7d9
remove src files not available for 'make depend'
2014-01-22 10:48:42 +11:00
Tinderbox User
91e8058ab5
update copyright notice
2014-01-21 23:45:43 +00:00
Mark Andrews
ded0ff274b
s/gai_sterror.c/gai_strerror.c/
...
(cherry picked from commit 395a4c7f6f )
2014-01-22 10:11:23 +11:00
Evan Hunt
571c5eeb19
[v9_9] remove unnecessary test in name.c
2014-01-20 17:59:14 -08:00
Evan Hunt
e5f3300a39
[v9_9] prep 9.9.5rc2
2014-01-16 18:58:09 -08:00
Mark Andrews
7ff6680c5a
cast to unsigned char
...
(cherry picked from commit 64819a98a9 )
2014-01-16 11:46:57 +11:00
Tinderbox User
b94f70ab8d
update copyright notice
2014-01-15 23:45:46 +00:00
Mark Andrews
bf96f5fe38
initalize ret
...
(cherry picked from commit 636c2f488c )
2014-01-16 09:23:36 +11:00
Evan Hunt
181b35c220
[v9_9] typo
2014-01-15 11:18:22 -08:00
Evan Hunt
0067977a3c
[v9_9] address compiler warnings
2014-01-15 09:39:48 -08:00
Mark Andrews
05f59e68ad
add tm.c tm.@O@
2014-01-15 20:10:50 +11:00
Evan Hunt
6f3e1f7dbe
[v9_9] portable strptime/timegm
...
3709. [port] Use built-in versions of strptime() and timegm()
on all platforms to avoid portability issues.
[RT #35183 ]
2014-01-14 23:17:21 -08:00
Mark Andrews
0c3a129e61
3708. [bug] Address a portentry locking issue in dispatch.c.
...
[RT #35128 ]
(cherry picked from commit 702958d202 )
2014-01-15 15:55:59 +11:00
Mark Andrews
9f137000c4
3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND
...
on a missing resolv.conf file and initializes the
structure as if it had been configured with:
nameserver ::1
nameserver 127.0.0.1
Note: Callers will need to be updated to treat
ISC_R_FILENOTFOUND as a qualified success or else
they will leak memory. The following code fragment
will work with both only and new versions without
changing the behaviour of the existing code.
resconf = NULL;
result = irs_resconf_load(mctx, "/etc/resolv.conf",
&resconf);
if (result != ISC_SUCCESS) {
if (resconf != NULL)
irs_resconf_destroy(&resconf);
....
}
[RT #35194 ]
(cherry picked from commit cd7f8d18f8 )
2014-01-15 15:24:58 +11:00
Mark Andrews
741592b07e
silence compiler warning
...
(cherry picked from commit d8b83f0e2b )
2014-01-15 12:40:36 +11:00
Tinderbox User
e5ac85796f
update copyright notice
2014-01-14 23:45:43 +00:00
Mark Andrews
b9c050cb9c
3704. [protocol] Accept integer timestamps in RRSIG records. [RT #35185 ]
2014-01-14 16:06:45 +11:00
Tinderbox User
ba3a0473b5
update copyright notice
2014-01-13 23:45:42 +00:00
Evan Hunt
65510ca0d7
[v9_9] See ticket 35140 for details.
...
Install some include files:
dns/client.h
dns/compress.h
dns/tsec.h
irs/resconf.h
irs/types.h
(I noticed these when building DHCP using installed BIND9.)
This was okayed during the 2014-01-02 BIND9 phone meeting.
(cherry picked from commit c55b7dce48 )
2014-01-13 15:18:29 -08:00
Evan Hunt
f7a59390e6
[v9_9] fix win32 isc_time_set()
...
- also, mark XSL files as cacheable
2014-01-11 22:01:06 -08:00
Evan Hunt
590ffb7a4d
[v9_9] missing prototype in time.h
2014-01-10 20:19:30 -08:00
Evan Hunt
27f1c9ff52
[v9_9] portable replacement for timegm()
2014-01-10 19:22:15 -08:00
Mark Andrews
14d98f724e
update copyrights
2014-01-11 07:10:14 +11:00
Evan Hunt
5391fdab91
[v9_9] one more win32 build error
2014-01-10 11:21:25 -08:00
Evan Hunt
942006313c
[v9_9] missing prototypes
2014-01-10 11:17:19 -08:00
Evan Hunt
348979ec7e
[v9_9] fix win32 build problems
2014-01-10 10:58:51 -08:00
Evan Hunt
94a726d4b7
[v9_9] prep 9.9.5rc1
2014-01-10 09:20:32 -08:00
Mark Andrews
a89f89f11b
add unit test for isc_time_parsehttptimestamp
...
(cherry picked from commit fd0f3e7cd8 )
2014-01-11 00:33:45 +11:00
Mark Andrews
0e9a84c025
add ISC_PLATFORM_NEEDSTRCASESTR
2014-01-10 23:56:25 +11:00
Mark Andrews
7928d1c998
strptime returns time in the local time zone so use mktime
...
(cherry picked from commit 429ab67296 )
2014-01-10 23:46:17 +11:00
Mark Andrews
81a8977eeb
3701. [func] named-checkconf can now suppress the printing of
...
shared secrets by specifying '-x'. [RT #34465 ]
(cherry picked from commit ff6de396a9 )
2014-01-10 17:39:39 +11:00
Evan Hunt
de6f4dbceb
[v9_9] add isc_string_strcasestr for portability
...
(cherry picked from commit 765ed22a844416f29253f5130548fef77f31881c)
2014-01-09 22:03:44 -08:00
Evan Hunt
43ace844b2
[v9_9] Merge branch 'v9_9' of ssh://repo/proj/git/prod/bind9 into v9_9
2014-01-09 19:06:08 -08:00
Evan Hunt
712839e4d2
[v9_9] stats improvements (newstats only)
...
3699. [bug] Improvements to statistics channel XSL stylesheet:
the stylesheet can now be cached by the browser;
section headers are omitted from the stats display
when there is no data in those sections to be
displayed; counters are now right-justified for
easier readability. [RT #35117 ]
2014-01-09 18:41:21 -08:00
Tinderbox User
864ca7ce33
update copyright notice
2014-01-09 23:45:53 +00:00
Mark Andrews
72512a6031
silence compiler warning
...
(cherry picked from commit 109f477ed7 )
2014-01-09 15:59:18 +11: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
Evan Hunt
88601d331d
[v9_9] dispatch.c race
...
3695. [bug] Address a possible race in dispatch.c. [RT #35107 ]
(cherry picked from commit 2b258a1f5b )
2013-12-23 09:50:49 -08:00
Evan Hunt
2354181226
[v9_9] warn if key-directory doesn't exist
...
3694. [bug] Warn when a key-directory is configured for a zone,
but does not exist or is not a directory. [RT #35109 ]
(cherry picked from commit c14ba71070 )
2013-12-20 14:57:58 -08:00
Tinderbox User
5d52bae338
update copyright notice
2013-12-16 23:45:41 +00:00
Mark Andrews
9337f965f6
sort and one file per line
2013-12-17 10:38:00 +11:00
Mark Andrews
485380894a
3692. [bug] Two calls to dns_db_getoriginnode were fatal if there
...
was no data at the node. [RT #35080 ]
(cherry picked from commit 161e803a56 )
2013-12-17 09:13:18 +11:00
Evan Hunt
06614edc44
[v9_9] correct dispatch address/port check
...
3690. [bug] Iterative responses could be missed when the source
port for an upstream query was the same as the
listener port (53). [RT #34925 ]
2013-12-12 22:46:21 -08:00
Evan Hunt
0c0ce5f9a4
[v9_9] fix insecure delegation across static-stub zones
...
3689. [bug] Fixed a bug causing an insecure delegation from one
static-stub zone to another to fail with a broken
trust chain. [RT #35081 ]
(cherry picked from commit 9b895f30f1 )
2013-12-12 22:20:21 -08:00
Mark Andrews
cf3decc59c
3688. [bug] loadnode could return a freed node on out of memory.
...
[RT #35106 ]
2013-12-12 12:50:12 +11:00
Tinderbox User
c75c9ee78e
update copyright notice
2013-12-11 23:46:56 +00:00
Mark Andrews
e6c64b453f
3687. [bug] Address null pointer dereference in zone_xfrdone.
...
[RT #35042 ]
2013-12-12 10:39:33 +11:00