Mark Andrews
e8ebdf044d
2397. [bug] gssapi_functions had too many elements. [RT #18355 ]
2008-07-23 10:26:54 +00:00
Automatic Updater
1d16cf8bb8
update copyright notice
2008-07-22 23:47:04 +00:00
Mark Andrews
9de0f9b0ae
2396. [bug] Don't set SO_REUSEADDR for randomized ports.
...
[RT #18336 ]
2008-07-22 03:43:04 +00:00
Mark Andrews
ee6c0ce79e
2395. [port] Avoid warning and no effect from "files unlimited"
...
on Linux when running as root. [RT #18335 ]
2008-07-21 03:37:17 +00:00
Evan Hunt
2ca30c1774
Nested acls containing keys could trigger an assertion in acl.c. [rt18166]
2008-07-19 00:09:44 +00:00
Automatic Updater
321b1c0501
update copyright notice
2008-07-18 23:47:01 +00:00
Mark Andrews
61facaae4e
change 2390 leaked memory
2008-07-18 06:09:39 +00:00
Mark Andrews
8afedf9ec0
#ifdef EPROTO/#endif
2008-07-18 03:45:55 +00:00
Tatuya JINMEI 神明達哉
3d8b9b9956
2400 [port] hpux: cover additional recvmsg() error codes.
...
[RT #18301 ]
2008-07-18 02:43:31 +00:00
Tatuya JINMEI 神明達哉
2f76108082
2390 [bug] dispatch.c could make a false warning on 'odd socket'.
...
[RT #18301 ].
2008-07-18 02:35:42 +00:00
Automatic Updater
b6ba2af51b
update copyright notice
2008-07-15 23:47:21 +00:00
Mark Andrews
718106da14
update reference
2008-07-15 05:45:34 +00:00
Mark Andrews
d923262186
2387. [bug] Silence compiler warnings in lib/isc/radix.c.
...
[RT #18147 ] [RT #18258 ]
2008-07-15 00:21:16 +00:00
Automatic Updater
b0364f1f3c
update copyright notice
2008-07-11 23:47:09 +00:00
Tatuya JINMEI 神明達哉
eeb3e1e133
added some missing definitions
2008-07-11 23:10:09 +00:00
Tatuya JINMEI 神明達哉
158f256a14
2386. [bug] Add warning about too small 'open files' limit
...
[RT #18269 ].
2008-07-11 23:05:46 +00:00
Evan Hunt
64ecc88345
Several BSD-related fixes for port range:
...
- add param.h for NetBSD [rt18228]
- use correct sysctl strings on NetBSD [rt18230]
- use net.inet.ip.portrange.hiport/hilast instead of
first/last on FreeBSD [rt18234]
- define sysctl strings for DragonFly [rt18235]
- use sysctl() on OpenBSD because it doesn't support
sysctlbyname() [rt18231]
2008-07-04 05:52:31 +00:00
Evan Hunt
34350037a8
re-merged rt18194 after fixing problems
2008-07-03 00:13:25 +00:00
Automatic Updater
935c5b4fa2
update copyright notice
2008-07-01 23:47:17 +00:00
Evan Hunt
f41bd47802
merge rt18194 to enable windows build
2008-07-01 03:55:10 +00:00
Tatuya JINMEI 神明達哉
2a03c0af76
prevent null socket dereference in IPv6 interface address adjustment
...
[RT #18203 ]
2008-06-26 22:15:40 +00:00
Tatuya JINMEI 神明達哉
4462803b0d
minor resource leak in error handling of socket.c [RT #17968 ]
2008-06-25 23:13:51 +00:00
Tatuya JINMEI 神明達哉
7b0bb3bdc9
work around HP-UX UDP connect behavior [RT #18202 ]
2008-06-25 22:56:33 +00:00
Tatuya JINMEI 神明達哉
cc758fbc8f
typo
2008-06-25 00:09:50 +00:00
Mark Andrews
0d5cc4c53a
#include <config.h>, restore 'static inline'
2008-06-24 23:24:35 +00:00
Mark Andrews
391ac1cbfd
static inline -> inline
2008-06-24 21:44:11 +00:00
Tatuya JINMEI 神明達哉
1ef53a4a91
newline
2008-06-24 01:58:16 +00:00
Tatuya JINMEI 神明達哉
78576fe0db
include sys/sysctl.h only if HAVE_SYS_SYSCTL_H is defined
2008-06-24 01:40:25 +00:00
Automatic Updater
2cf81a3d8a
update copyright notice
2008-06-23 23:47:11 +00:00
Tatuya JINMEI 神明達哉
386d3a99c1
2375. [security] Fully randomize UDP query ports to improve
...
forgery resilience. [RT #17949 , #18098 ]
2008-06-23 19:41:20 +00:00
Tatuya JINMEI 神明達哉
0f39ff74a8
2383. [bug] named could double queries when they resulted in
...
SERVFAIL due to overkilling EDNS0 failure detection.
2008-06-17 22:35:08 +00:00
Mark Andrews
538a0a40a2
2380. [bug] dns_view_find() was not returning NXDOMAIN/NXRRSET
...
proofs which, in turn, caused validation failures
for insecure zones immediately below a secure zone
the server was authoritative for. [RT #18112 ]
2008-06-17 03:14:20 +00:00
Automatic Updater
97c432334e
update copyright notice
2008-06-04 23:47:11 +00:00
Jeremy Reed
b09318463a
Remove trailing (extra) comma in enum.
...
Fixes "Unexpected" error with AIX cc (and probably other old compilers).
As reported on bind-users and confirmed by original poster.
This is for bugs ticket #18151 .
2008-06-04 22:32:53 +00:00
Tatuya JINMEI 神明達哉
99a87dacc3
cleanup (removed meaningless condition) [RT #18144 ]
2008-06-04 01:11:05 +00:00
Automatic Updater
022b5c5a36
update copyright notice
2008-05-30 23:47:01 +00:00
Tatuya JINMEI 神明達哉
5cb56973ea
fixed a typo in comment [RT #18130 ]
2008-05-30 18:27:27 +00:00
Mark Andrews
58253bddc4
2375. [bug] Change #2144 was not complete.
2008-05-29 04:46:32 +00:00
Automatic Updater
11156f82ba
update copyright notice
2008-05-21 23:47:01 +00:00
Evan Hunt
080a964a3f
"blackhole" ACLs could cause named to segfault due to some
...
uninitialized memory. [rt18095]
2008-05-21 23:21:33 +00:00
Evan Hunt
5a17fe2916
Default values of zone ACLs were re-parsed each time a new zone was
...
configured, causing an overconsumption of memory. [rt18092]
2008-05-21 23:17:21 +00:00
Evan Hunt
d230b29aba
fixed incorrect TAG_HMACSHA256_BITS value [rt18047]
2008-05-15 00:50:26 +00:00
Automatic Updater
59b6d8259a
update copyright notice
2008-05-13 23:47:01 +00:00
Evan Hunt
c72279e756
"rndc freeze" could trigger an assertion in named when called on a
...
nonexistent zone. [rt18050]
2008-05-13 01:20:24 +00:00
Mark Andrews
e1aeb1569a
2369. [bug] libbind: Array bounds overrun on read in bitncmp().
...
[RT #18054 ]
2008-05-12 00:17:27 +00:00
Evan Hunt
69ec1b7eb3
Improve counting of dns_resstatscounter_retry [rt18030]
2008-05-06 01:12:55 +00:00
Mark Andrews
0dba2713de
add lock comment
2008-05-03 05:07:13 +00:00
Mark Andrews
816496b221
2366. [bug] Adb shutdown race. [RT #18021 ]
2008-05-02 04:40:12 +00:00
Tatuya JINMEI 神明達哉
5c024f7877
cleanups for LRU-caching code [RT #18018 ]
2008-05-01 18:23:07 +00:00
Evan Hunt
28ad0be64e
Fix a bug causing dns_acl_isany() to return spurious results [rt18000]
2008-04-29 01:01:42 +00:00