Tinderbox User
a06917d08f
update copyright notice / whitespace
2016-11-02 23:51:39 +00:00
Evan Hunt
60814deed8
[v9_9] make uninstall
...
4503. [cleanup] "make uninstall" now removes file installed by
BIND. (This currently excludes Python files
due to lack of support in setup.py.) [RT #42912 ]
(cherry picked from commit 6087f87afb )
(cherry picked from commit 398f8c32f3 )
2016-11-01 20:22:35 -07:00
Mark Andrews
fa2ed4b627
update copyrights
2016-10-28 11:30:47 +11:00
Mark Andrews
9de8fa2535
4492. [bug] irs_resconf_load failed to initialise sortlistnxt
...
causing bad writes if resolv.conf contained a
sortlist directive. [RT #43459 ]
(cherry picked from commit 55b78fff62 )
2016-10-27 13:20:39 +11:00
Tinderbox User
addd839e4a
update copyright notice / whitespace
2016-05-26 23:46:02 +00:00
Mark Andrews
59300548a7
4373. [bug] Address undefined behaviour in getaddrinfo. [RT #42479 ]
...
(cherry picked from commit ede52ba98d )
2016-05-26 12:06:09 +10:00
Tinderbox User
4acf5216d7
update copyright notice / whitespace
2015-11-09 23:46:11 +00:00
Evan Hunt
7d984067ee
[v9_9] fix python script versions
...
4257. [cleanup] Python scripts reported incorrect version. [RT #41080 ]
2015-11-08 21:41:04 -08:00
Tinderbox User
2a074779d4
update copyright notice / whitespace
2015-09-18 23:46:09 +00:00
Mark Andrews
0ae238037c
4216. [cleanup] Silence static analysis warnings. [RT #40649 ]
...
(cherry picked from commit 705d56b47a )
2015-09-18 23:36:48 +10:00
Evan Hunt
fa43390ed9
[v9_9] prep 9.9.8rc1
2015-08-25 11:22:50 -07:00
Mukund Sivaraman
4abc820714
Fix double frees in getaddrinfo() in libirs ( #40209 )
...
(cherry picked from commit d7262e5c86 )
(cherry picked from commit cec7b98404 )
2015-08-14 14:10:14 +05:30
Mukund Sivaraman
5cfbc228ca
Bump api versions for 9.9.8b1
2015-07-31 19:42:23 +05:30
Tinderbox User
8780da5841
update copyright notice / whitespace
2015-06-29 23:46:07 +00:00
Mukund Sivaraman
ad0a9403c3
Fix race in getaddrinfo() in libirs ( #39873 )
...
(cherry picked from commit c44c77178e )
(cherry picked from commit 6141f501d9 )
Conflicts:
CHANGES
2015-06-29 19:51:23 +05:30
Tinderbox User
b644f1cdb8
update copyright notice / whitespace
2014-12-19 23:46:10 +00:00
Mark Andrews
6e140f9d04
4025. [port] bsdi: failed to build. [RT #38047 ]
...
(cherry picked from commit 00bb9b88cecf7e2c365c9f008c049da3802ac415)
2014-12-19 12:04:41 +11:00
Evan Hunt
38398c590a
[v9_9] [rt36786] use INSTALL_PROGRAM for shared libs
...
3947. [cleanup] Set the executable bit on libraries when using
libtool. [RT #36786 ]
(cherry picked from commit f687e639f0 )
2014-09-05 10:28:57 -07:00
Evan Hunt
08f092cc6f
[v9_9] prep 9.9.6b1
2014-06-18 23:59:48 -07:00
Mark Andrews
854e0dc55b
silence clang compiler warnings
...
(cherry picked from commit d26c36b1d9 )
2014-05-02 10:03:23 +10:00
Mark Andrews
5ca8e16412
install context.h dnsconf.h; resconf.h types.h were not being installed when cross compiling
...
(cherry picked from commit 8058292627 )
2014-03-14 11:43:00 +11: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
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
e5f3300a39
[v9_9] prep 9.9.5rc2
2014-01-16 18:58:09 -08: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
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
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
94a726d4b7
[v9_9] prep 9.9.5rc1
2014-01-10 09:20:32 -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
515586b369
update copyright notice
2013-04-11 23:45:37 +00:00
Mark Andrews
53f675154c
silence coverity warnings
...
(cherry picked from commit 45b727f651 )
2013-04-11 17:25:44 +10:00
Evan Hunt
995be5454c
[v9_9] prepare 9.9.3rc1
2013-03-26 19:07:10 -07:00
Mark Andrews
adec2b7a0e
9.9.3b2
2013-03-07 12:28:11 +11:00
Tinderbox User
826ded55ec
update copyright notice
2013-02-28 23:45:46 +00:00
Mark Andrews
1f83863b9b
silence clang warning
...
(cherry picked from commit 33c14ca653 )
2013-02-28 16:50:02 +11:00
Tinderbox User
1a963ae410
update copyright notice
2012-12-08 23:45:39 +00: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
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
Tinderbox User
c82a4a383d
update copyright notice
2012-10-03 23:46:00 +00:00
Evan Hunt
8c18302d8b
fix coverity issues
...
3388. [bug] Fixed several Coverity warnings. [RT #30996 ]
2012-10-02 23:46:15 -07:00
Tinderbox User
03565e899d
update copyright notice
2012-06-29 23:45:45 +00:00
Mark Andrews
cb421b69c3
reverse bad copyright update
2012-06-29 11:41:43 +10:00
Tinderbox User
cd24b114bf
update copyright notice
2012-06-29 01:22:07 +00: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