Mark Andrews
daf8905bc3
add keyboard.h [RT #35887 ]
...
(cherry picked from commit c25d9da3f1 )
2014-05-02 10:19:48 +10:00
Tinderbox User
6ec060a1f9
update copyright notice
2014-04-29 23:46:03 +00:00
Evan Hunt
6ffed98d1e
[v9_9] use-after-free in isc_radix_remove()
...
3826. [bug] Corrected a use-after-free in isc_radix_remove().
(This function is not used in BIND, but could have
caused problems in programs linking to libisc.)
[RT #35870 ]
(cherry picked from commit 3e5743068c )
2014-04-29 15:22:16 -07:00
Mark Andrews
2fbed97055
3825. [bug] Address sign extension bug in isc_regex_validate.
...
[RT #35758 ]
(cherry picked from commit c11e46110b )
2014-04-29 14:36:37 +10:00
Tinderbox User
c7e4eb88a9
update copyright notice
2014-04-25 23:46:01 +00:00
Mark Andrews
f49e47739c
additional places:
...
3818. [bug] Stop lying to the optimizer that 'void *arg' is a
constant in isc_event_allocate.
(cherry picked from commit 39b5269577 )
2014-04-25 12:21:15 +10:00
Mark Andrews
71b15f9362
additional changes for:
...
3818. [bug] Stop lying to the optimizer that 'void *arg' is a
constant in isc_event_allocate.
2014-04-25 12:12:40 +10:00
Tinderbox User
1f841fabd2
update copyright notice
2014-04-24 23:46:02 +00:00
Mark Andrews
c10c7ddb6e
3819. [bug] NSEC3 hashes need to be able to be entered and
...
displayed without padding. This is not a issue for
currently defined algorithms but may be for future
hash algorithms. [RT #27925 ]
(cherry picked from commit 36e5ac0033 )
2014-04-24 19:12:08 +10:00
Mark Andrews
336c54e9ac
3818. [bug] Stop lying to the optimizer that 'void *arg' is a
...
constant in isc_event_allocate.
(cherry picked from commit e916c4f840 )
2014-04-24 13:44:48 +10:00
Mark Andrews
e53cc6ac4c
keyboard.h
...
(cherry picked from commit 2d1c1ee28a )
2014-04-08 10:39:37 +10:00
Tinderbox User
238d74b059
update copyright notice
2014-04-04 23:45:33 +00:00
Mark Andrews
7908a238dd
3802. [bug] Various header files were not being installed
...
(cherry picked from commit 866606b9c7 )
2014-04-04 22:06:24 +11:00
Evan Hunt
99d8ef6cd4
[v9_9] fix gssapi probing on freebsd
...
3801. [port] Fix probing for gssapi support on FreeBSD. [RT #35615 ]
(cherry picked from commit f0e9d6e905 )
2014-04-03 19:56:01 -07:00
Mark Andrews
a1a0be12f2
sigprocmask sets errno on error
...
(cherry picked from commit 1fa64087e7 )
2014-03-27 12:34:26 +11:00
Tinderbox User
0cda4c5638
update copyright notice
2014-03-19 23:45:28 +00:00
Mark Andrews
33a7161d27
3791. [bug] solaris: remove extraneous return. [RT #35589 ]
2014-03-20 07:40:29 +11:00
Evan Hunt
b469c7b50c
[v9_9] fix misuses of isc__buffer functions, update comment
2014-03-06 17:25:02 -08:00
Tinderbox User
9897222d78
update copyright notice
2014-03-04 23:45:33 +00:00
Evan Hunt
0ed727f405
[v9_9] use ANSI prototypes, clean up some casts
...
(cherry picked from commit b454c03196 )
2014-03-04 10:48:05 -08:00
Mark Andrews
ee20dec8dc
#include <inttypes.h>
2014-02-27 11:58:43 +11:00
Evan Hunt
57f8e1e386
[v9_9] enable windows python tools
...
3757. [port] Enable Python tools (dnssec-coverage,
dnssec-checkds) to run on Windows. [RT #34355 ]
(cherry picked from commit 3a01ded15d )
2014-02-26 08:47:25 -08:00
Francis Dupont
b73c17377c
more missing WIN32 docs
2014-02-22 02:59:34 +01:00
Evan Hunt
b603c50553
[v9_9] fixed win32 dig problem
...
3724. [bug] win32: Fixed a bug that prevented dig and
host from exiting properly after completing
a UDP query. [RT #35288 ]
(cherry picked from commit a8cdf2a2e7 )
2014-02-04 12:02:54 -08:00
Evan Hunt
f48c053bb5
[v9_9] silence coverity warnings
...
- remove dead code in server.c
- initialize a struct tm.c
(cherry picked from commit 48def18179 )
2014-01-31 09:40:11 -08:00
Mark Andrews
017451c87b
3718. [bug] A missing ISC_LINK_INIT in log.c. [RT #35260 ]
...
(cherry picked from commit fbc0e37e0c )
Conflicts:
CHANGES
2014-01-30 07:45:33 +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
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
Evan Hunt
0067977a3c
[v9_9] address compiler warnings
2014-01-15 09:39:48 -08: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
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
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
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