Evan Hunt
6c6d0c3ef7
increase table size for mutex profiling
2012-04-24 16:53:12 -07:00
Evan Hunt
9bf892ead1
prep for 9.7.5 release
2012-03-22 12:14:04 -07:00
Tinderbox User
cc31c8e443
update copyright notice
2012-03-10 23:45:19 +00:00
Mark Andrews
eba040d9c6
3295. [bug] Adjust isc_time_secondsastimet range check to be more
...
portable. [RT # 26542]
2012-03-08 15:35:39 +11:00
Tinderbox User
e7c7209af8
regen v9_7
2012-03-07 01:49:52 +00:00
Evan Hunt
534a885953
added gitignore, removed cvsignore
2012-03-04 09:00:44 -08:00
Automatic Updater
2b0333407e
update copyright notice
2012-02-29 23:45:44 +00:00
Evan Hunt
36b36dc9e5
3291. [port] Fixed a build error on systems without ENOTSUP.
...
[RT #28200 ]
2012-02-29 21:27:21 +00:00
Automatic Updater
3f26cd737a
update copyright notice
2012-02-28 23:45:38 +00:00
Mark Andrews
fbeaef0fb0
3290. [bug] <isc/hmacsha.h> was not being installed. [RT #28169 ]
2012-02-28 21:37:23 +00:00
Automatic Updater
291f63ced1
update copyright notice
2012-01-27 23:46:06 +00:00
Mark Andrews
79650d87c6
9.7.5
2012-01-27 07:35:41 +00:00
Mark Andrews
0b62ea07dd
3267. [bug] Memory allocation failures could be mis-reported as
...
unexpected error. New ISC_R_UNSET result code.
[RT #27336 ]
2012-01-27 01:27:30 +00:00
Evan Hunt
8c7ba5a7f8
update for 9.7.5rc1
2011-12-23 07:11:33 +00:00
Mark Andrews
2b92da1288
3257. [bug] Do not generate a error message when calling fsync()
...
in a pipe or socket. [RT #27109 ]
2011-12-22 08:52:24 +00:00
Automatic Updater
f33395b687
update copyright notice
2011-12-02 23:45:51 +00:00
Mark Andrews
3335f10b81
errno2result now reports caller when unable to convert errno
2011-12-02 07:16:30 +00:00
Mark Andrews
67c71db8b3
silence Division by zero warning
2011-12-01 01:31:35 +00:00
Automatic Updater
1a02cf771e
update copyright notice
2011-11-30 23:45:37 +00:00
Mark Andrews
dd13cbb093
#include <isc/print.h>
2011-11-30 06:11:20 +00:00
Evan Hunt
c89e5fd4c8
add print.h
2011-11-30 06:10:23 +00:00
Mark Andrews
9530453877
move declaration to start of block
2011-11-30 06:07:52 +00:00
Evan Hunt
039f179f7e
3228. [tuning] Dynamically grow symbol table to improve zone
...
loading performance. [RT #26523 ]
2011-11-30 04:26:23 +00:00
Evan Hunt
a416e52fb7
update api for 9.7.5b1
2011-11-10 01:55:40 +00:00
Automatic Updater
c282d8a75b
update copyright notice
2011-11-01 23:46:12 +00:00
Mark Andrews
d0cf4c7802
3190. [bug] Underflow in error handling in isc_mutexblock_init.
...
[RT #26397 ]
2011-11-01 22:04:18 +00:00
Automatic Updater
f0cc58ba10
update copyright notice
2011-10-31 23:46:12 +00:00
Mark Andrews
c94694bfd7
3187. [port] win32: support for Visual Studio 2008. [RT #26356 ]
2011-10-30 23:43:48 +00:00
Automatic Updater
1e112f85f6
update copyright notice
2011-10-25 23:46:16 +00:00
Mark Andrews
62ccc1a14c
Correctly invalidate the sha2/hmac2 contexts. This was already done in practice, but this makes it zero out the whole structure rather than just the first 4 bytes + the key. sha2.c did not always zero out the full sha2 state in invalidate, but will now.
2011-10-25 03:13:54 +00:00
Automatic Updater
35973584f3
update copyright notice
2011-09-05 23:45:33 +00:00
Evan Hunt
cad1ee5fde
3152. [cleanup] Some versions of gcc and clang failed due to
...
incorrect use of __builtin_expect. [RT #25183 ]
2011-09-05 18:01:30 +00:00
Evan Hunt
c5d451695e
removed Makefile that shouldn't have been committed
2011-09-05 17:41:19 +00:00
Mark Andrews
da45cf7d9f
add
2011-09-04 13:02:11 +00:00
Evan Hunt
3365971166
3139. [test] Added tests from RFC 6234, RFC 2202, and RFC 1321
...
for the hashing algorithms (md5, sha1 - sha512, and
their hmac counterparts). [RT #25067 ]
2011-09-02 22:23:08 +00:00
Evan Hunt
2533514b8b
3149. [tuning] Improve scalability by allocating one zone
...
task per 100 zones at startup time. (The
BIND9_ZONE_TASKS_HINT environment variable
which was established as a temporary measure
in change #3132 is no longer needed or
used.) [rt25541]
2011-09-02 20:22:27 +00:00
Mark Andrews
a60c4bb0c8
remove isc_os_minprivs call accidently committed
2011-08-25 10:26:17 +00:00
Mark Andrews
ef7186adef
cltfd is only needed when select is being used
2011-08-25 08:11:31 +00:00
Mark Andrews
cafd42ef9d
missing isc__strerror on error paths
2011-07-29 02:19:49 +00:00
Automatic Updater
dfefcdbc5d
update copyright notice
2011-07-28 23:46:45 +00:00
Mark Andrews
2bc71862f6
3138. [bug] Address memory leaks and out-of-order operations when
...
shutting named down. [RT #25210 ]
2011-07-28 04:37:35 +00:00
Automatic Updater
60383f3479
update copyright notice
2011-07-21 23:46:46 +00:00
Mark Andrews
f79d8d3e0a
9.7.4
2011-07-21 02:43:44 +00:00
Mark Andrews
bf31eeeee8
3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
...
See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
[RT #24950 ]
2011-07-21 01:46:17 +00:00
Mark Andrews
c802ba3785
isc_file_isplainfile
2011-04-08 05:30:55 +00:00
Mark Andrews
bb4175dc30
9.7.4b1
2011-04-08 00:22:19 +00:00
Automatic Updater
abcb1ed6e5
update copyright notice
2011-03-18 23:46:46 +00:00
Francis Dupont
89a68a7d46
introduce STDTIME_ON_32BITS
2011-03-18 09:07:02 +00:00
Automatic Updater
88a65863a5
update copyright notice
2011-03-12 04:58:33 +00:00
Mark Andrews
526b51ec93
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 07:12:03 +00:00