Mark Andrews
40f86d3cca
3430. [bug] win32: isc_time_formatISO8601 was missing the
...
'T' between the date and time. [RT #32044 ]
2012-12-04 15:00:55 +11:00
Mark Andrews
3f2f6ca891
sock is potentially unused in use_min_mtu
2012-11-01 15:27:56 +11:00
Tinderbox User
24e43a2f52
update copyright notice
2012-10-31 23:45:23 +00:00
Mark Andrews
243a19abb1
More coverity fixes:
...
3410. [bug] Addressed Coverity warnings. [RT #31626 ]
Squashed commit of the following:
commit 6fec07bbb69ead784063052f2099674f8b52c6b3
Author: Mark Andrews <marka@isc.org >
Date: Tue Oct 30 18:14:35 2012 +1100
use strl{cat,cpy}
commit 19a5d3766f3dbc8a2944b21640a8226a89aae7ba
Author: Mark Andrews <marka@isc.org >
Date: Tue Oct 30 14:38:55 2012 +1100
address unchecked xmlTextWriter* calls
Conflicts:
bin/named/statschannel.c
lib/dns/cache.c
lib/dns/include/dns/cache.h
lib/isc/task.c
2012-11-01 10:27:36 +11:00
Mark Andrews
99aee14d6e
3411. [tuning] Use IPV6_USE_MIN_MTU or equivalent with TCP in addition to UDP. [RT #31690 ]
...
Squashed commit of the following:
commit bcbe9ae7a99e1f7f4236a22739a793b51ace8684
Author: Mark Andrews <marka@isc.org >
Date: Wed Oct 31 15:10:53 2012 +1100
Use IPV6_USE_MIN_MTU for TCP as well as UDP
2012-11-01 08:43:56 +11:00
Tinderbox User
90afcdf252
update copyright notice
2012-09-26 23:45:43 +00:00
Mark Andrews
2bfedd89d7
3379. [bug] isc_interval_zero and isc_time_epoch should be
...
"const (type)* const". [RT #31069 ]
2012-09-26 15:01:10 +10:00
Evan Hunt
ff3c2231e1
handle nonexistent managed-keys-directory
...
3378. [bug] Handle missing 'managed-keys-directory' better.
[RT #30625 ]
2012-09-25 18:28:39 -07:00
Mark Andrews
9dea0dbf15
O_BINARY -> _O_BINARY
2012-09-12 13:53:22 +10:00
Mark Andrews
276a5d9e25
3373. [bug] win32: open raw files in binary mode. [RT #30944 ]
2012-09-12 12:02:22 +10:00
Mark Andrews
24d93f177d
windows fixes
2012-07-20 18:11:33 +10:00
Mark Andrews
ac6f11a584
3353. [bug] Use a single task for task exclusive operations.
...
[RT #29872 ]
2012-07-19 23:59:28 +10:00
Evan Hunt
c0d7ef3afd
warn when changing mode on .private files
...
3347. [bug] dnssec-settime: Issue a warning when writing a new
private key file would cause a change in the
permissions of the existing file. [RT #27724 ]
2012-07-05 18:04:53 -07:00
Tinderbox User
599cf7175e
update copyright notice
2012-06-29 23:45:32 +00:00
Mark Andrews
c0b8f1a675
reverse bad copyright update
2012-06-29 11:43:12 +10:00
Tinderbox User
4106b0caeb
update copyright notice
2012-06-29 01:21:53 +00:00
Tinderbox User
1ceec0a211
update copyright notice
2012-03-10 23:45:31 +00:00
Evan Hunt
c95beeb07f
set $Id$
2012-03-07 08:19:24 -08:00
Tinderbox User
91f0609aae
regen v9_8
2012-03-07 01:54:34 +00:00
Evan Hunt
3997b6bcbf
add gitignore, remove cvsignore
2012-03-03 23:33:18 -08:00
Automatic Updater
377fb6580d
update copyright notice
2011-11-01 23:46:34 +00:00
Mark Andrews
721a486d67
3187. [port] win32: support for Visual Studio 2008. [RT #26356 ]
2011-10-30 23:41:48 +00:00
Automatic Updater
b145384404
update copyright notice
2011-07-28 23:47:16 +00:00
Mark Andrews
db19bf041c
3138. [bug] Address memory leaks and out-of-order operations when
...
shutting named down. [RT #25210 ]
2011-07-28 04:30:55 +00:00
Scott Mann
5ed57781a8
9.8.1b3
2011-07-08 22:57:26 +00:00
Mark Andrews
af19cac9eb
isc_file_isplainfile
2011-04-08 05:35:14 +00:00
Automatic Updater
d1b1f7ca64
update copyright notice
2011-03-18 23:47:15 +00:00
Francis Dupont
7d264d8cf6
introduce STDTIME_ON_32BITS
2011-03-18 09:05:29 +00:00
Automatic Updater
b7f0a015a5
update copyright notice
2011-03-12 04:59:19 +00:00
Mark Andrews
ac6edf67d5
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 06:47:09 +00:00
Scott Mann
d31b2fb85d
Ensure that log files are plain files. (RT #22771 )
2011-03-04 14:10:13 +00:00
Automatic Updater
09bde3103b
update copyright notice
2011-02-28 01:20:05 +00:00
Mark Andrews
3f07721e3a
3015. [port] win32: fix IN6_IS_ADDR_LINKLOCAL and
...
IN6_IS_ADDR_SITELOCAL macros. [RT #22724 ]
2011-02-03 08:16:30 +00:00
Mark Andrews
000439ae98
isc_netaddr_getzone
2011-01-13 07:20:14 +00:00
Mark Andrews
c3e9221f3b
prototype mismatch
2011-01-13 06:36:04 +00:00
Mark Andrews
98455e2090
missing semi-colon
2011-01-13 06:21:15 +00:00
Automatic Updater
135bcc2e42
update copyright notice
2011-01-11 23:47:14 +00:00
Mark Andrews
433e06a25c
3006. [func] Allow dynamically generated TSIG keys to be preserved
...
across restarts of named. Initially this is for
TSIG keys generated using GSSAPI. [RT #22639 ]
2011-01-10 05:32:04 +00:00
Mark Andrews
187d99dc53
s/dev/sdev/
2010-12-09 06:08:05 +00:00
Evan Hunt
e78c2b856b
2979. [bug] named could deadlock during shutdown if two
...
"rndc stop" commands were issued at the same
time. [RT #22108 ]
2010-12-03 22:05:19 +00:00
Automatic Updater
bc7051ee3f
update copyright notice
2010-11-18 00:59:43 +00:00
Mark Andrews
5a636f9951
2972. [bug] win32: address windows socket errors. [RT #21906 ]
2010-11-18 00:24:00 +00:00
Automatic Updater
2b43d1d8c5
update copyright notice
2010-08-13 23:47:04 +00:00
Francis Dupont
7641867b4c
fix win32 build
2010-08-13 14:33:31 +00:00
Francis Dupont
bcb444aed0
remove connection aborted error message
2010-08-13 10:45:32 +00:00
Mark Andrews
ed30e0358b
9.7.1b1
2010-05-18 06:14:32 +00:00
Evan Hunt
12178c8652
2805. [bug] Fixed namespace problems encountered when building
...
external programs using non-exported BIND9 libraries
(i.e., built without --enable-exportlib). [RT #20679 ]
2009-12-05 23:31:41 +00:00
Evan Hunt
5857247dbb
2758. [bug] win32: Added a workaround for a windows 2008 bug
...
that could cause the UDP client handler to shut
down. [RT #19176 ]
2009-11-10 18:31:47 +00:00
Evan Hunt
5b72cda36b
update API and def files for 9.7.0b2 release
2009-10-28 18:13:24 +00:00
Automatic Updater
edb08fdf7b
update copyright notice
2009-10-01 23:48:08 +00:00