Mark Andrews
c04ad8ac8a
4519. [port] win32: handle ERROR_MORE_DATA. [RT #43534 ]
...
(cherry picked from commit a611e44f9a )
2016-11-29 11:31:06 +11:00
Tinderbox User
ff69a0423e
update copyright notice / whitespace
2016-11-08 23:57:34 +00:00
Mark Andrews
964e19cea8
4497. [port] Add support for OpenSSL 1.1.0. [RT #41284 ]
2016-11-09 09:59:32 +11:00
Evan Hunt
1671fc195c
[v9_9] typo in comment
2016-11-08 09:06:40 -08:00
Tinderbox User
a06917d08f
update copyright notice / whitespace
2016-11-02 23:51:39 +00:00
Francis Dupont
187c8c80cc
Fixed IP_PMTUDISC_OMIT typos
2016-11-02 09:22:58 +01:00
Mark Andrews
2a6337f7bf
4505. [port] Use IP_PMTUDISC_OMIT if available. [RT #35494 ]
...
(cherry picked from commit a61f252391 )
2016-11-02 17:41:59 +11:00
Evan Hunt
bd97809fdf
[v9_9] restore dropped #else block
2016-11-01 22:34:59 -07: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
Tinderbox User
f90ff76872
update copyright notice / whitespace
2016-11-01 23:51:11 +00:00
Mark Andrews
efb91beba1
4500. [bug] Support modifier I64 in isc__print_printf. [RT #43526 ]
...
(cherry picked from commit e200da5044 )
2016-11-02 08:46:52 +11:00
Evan Hunt
f1c484217a
[v9_9] use arc4random_stir() when available
...
4499. [port] MacOSX: silence deprecated function warning
by using arc4random_stir() when available
instead of arc4random_addrandom(). [RT #43503 ]
(cherry picked from commit 3fb62a5a4e )
2016-11-01 14:01:05 -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
0e5efd5369
update copyright notice / whitespace
2016-10-05 23:47:17 +00:00
Mark Andrews
7416c4c181
4473. [bug] Only call fsync / _commit on regular files. [RT #43196 ]
...
(cherry picked from commit fe4d0fbc7c )
2016-10-05 12:20:59 +11:00
Tinderbox User
481a84d8ab
update copyright notice / whitespace
2016-10-04 23:48:50 +00:00
Witold Krecicki
61a9e9108b
[master] Fix a minor bug in isc_netaddr_masktoprefixlen
...
(cherry picked from commit f78603b534 )
2016-10-05 09:07:30 +11:00
Mark Andrews
120de36b05
4466. [bug] Interface scanning didn't work on a Windows system
...
without a non local IPv6 addresses. [RT #43130 ]
(cherry picked from commit 61ca100b80 )
2016-09-08 14:26:56 +10:00
Tinderbox User
7e8f6348fc
update copyright notice / whitespace
2016-09-07 23:46:39 +00:00
Mark Andrews
867ddf62f4
4461. [bug] win32: not all external data was properly marked
...
as external data for windows dll. [RT #43161 ]
2016-09-07 14:53:02 +10:00
Mark Andrews
c2c51d71fa
silence unused variable 'pollstate' warning [RT #43109 ]
...
(cherry picked from commit 9d11e46714 )
2016-08-30 14:26:34 +10: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
9da1040540
update copyright notice / whitespace
2016-08-18 23:46:51 +00:00
Mark Andrews
12f7b04f08
install isc/errno.h
...
(cherry picked from commit dec17fb662 )
2016-08-18 22:16:20 +10:00
Mark Andrews
a72ccc709d
4448. [bug] win32: ::1 was not being found when iterating
...
interfaces. [RT #42993 ]
(cherry picked from commit 6e4788dd12 )
2016-08-18 22:01:29 +10:00
Tinderbox User
65588217fc
update copyright notice / whitespace
2016-08-17 23:46:55 +00:00
Evan Hunt
65e144e0de
[v9_9] isc_errno_toresult()
...
4445. [cleanup] isc_errno_toresult() can now be used to call the
formerly private function isc__errno2result().
[RT #43050 ]
(cherry picked from commit ddef16e1d9 )
2016-08-17 11:37:51 -07:00
Mark Andrews
69d239f1c9
4443. [func] Set TCP_MAXSEG in addition to IPV6_USE_MIN_MTU on
...
TCP sockets. [RT #42864 ]
(cherry picked from commit 7872d4d1c0 )
2016-08-16 07:45:56 +10:00
Tinderbox User
ca8077627b
update copyright notice / whitespace
2016-07-19 23:48:19 +00:00
Evan Hunt
c7954358a4
[v9_9] fix isc_atomic_xadd() on MIPS
...
4414. [bug] Corrected a bug in the MIPS implementation of
isc_atomic_xadd(). [RT #41965 ]
Submitted by Lamont Jones (lamont@debian.org ). Closes Debian issue #406409 .
2016-07-19 11:12:19 -07:00
Tinderbox User
e52e476295
update copyright notice / whitespace
2016-07-14 23:54:00 +00:00
Mark Andrews
f4052d6e8f
Windows doesn't like LLU use ULL instead
...
(cherry picked from commit 6b5d6472cdbdb57ee7d8247d85f07c42fb347663)
2016-07-14 11:14:09 +10:00
Tinderbox User
6fe5304a51
update copyright notice / whitespace
2016-07-13 23:47:37 +00:00
Mukund Sivaraman
01ccf0d480
Make fixes for GCC 6 ( #42721 )
...
(cherry picked from commit 4116177ac4 )
(cherry picked from commit 2d5581de6e )
(cherry picked from commit 48ed0dec09 )
2016-07-13 14:04:23 +05:30
Tinderbox User
3bb1ed07fa
update copyright notice / whitespace
2016-07-11 23:49:12 +00:00
Mark Andrews
e92db5f0a0
4409. [bug] DNS64 should exlude mapped addresses by default when
...
a exclude acl is not defined. [RT #42810 ]
2016-07-11 14:18:21 +10:00
Tinderbox User
0d801f20ce
update copyright notice / whitespace
2016-06-29 23:46:06 +00:00
Mark Andrews
5ccb7b6341
4403. [bug] Rename variables and arguments that shadow: basename,
...
clone and gai_error.
(cherry picked from commit ecfa005085 )
(cherry picked from commit c8f34dbca6 )
2016-06-29 11:28:50 +10:00
Mark Andrews
899d7319a5
4397. [bug] Update Windows python support. [RT #42538 ]
...
(cherry picked from commit 9f5443280f )
2016-06-24 16:13:50 +10:00
Tinderbox User
282335ccbc
update copyright notice / whitespace
2016-06-22 23:45:59 +00:00
Mark Andrews
27740e8f15
seed is not always used rt42703
...
(cherry picked from commit a3a12fa575 )
2016-06-22 11:13:18 +10:00
Mark Andrews
bf63e12b83
add isc_sha224_data, isc_sha224_end, v isc_sha384_end, isc_sha512_data and isc_sha512_end
...
(cherry picked from commit 3d1b4bf278 )
2016-05-31 14:31:59 +10:00
Tinderbox User
c88775524d
update copyright notice / whitespace
2016-05-05 23:47:00 +00:00
Evan Hunt
a1f4c3c55c
[v9_9] nanosecond-accurate file modification times
...
4361. [cleanup] Where supported, file modification times returned
by isc_file_getmodtime() are now accurate to the
nanosecond. [RT #41968 ]
2016-05-05 12:22:55 -07:00
Tinderbox User
6047fd2256
update copyright notice / whitespace
2016-04-15 04:53:25 +00:00
Evan Hunt
6b4d6a9979
[v9_9] fix build error on x86_64 solaris
2016-04-14 19:23:47 -07:00
Evan Hunt
529734f9fc
[v9_9] prep 9.9.9b2
2016-03-24 12:42:54 -07:00
Evan Hunt
0a6e7e9c62
[v9_9] windows: copy missing HTML man pages into zips
2016-03-24 12:27:24 -07:00
Tinderbox User
42b854e5dd
update copyright notice / whitespace
2016-03-23 23:46:03 +00:00