Mark Andrews
3fdca50cc7
2646. [bug] Incorrect cleanup on error in socket.c. [RT #19987 ]
2009-08-13 02:19:39 +00:00
Automatic Updater
5dedc53c41
update copyright notice
2009-07-18 23:46:03 +00:00
Evan Hunt
2b7c68e9bb
2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
...
[RT #19716 ]
2009-07-18 21:13:55 +00:00
Automatic Updater
91dc88b434
update copyright notice
2009-07-16 23:46:08 +00:00
Mark Andrews
6e6859cb8f
2633. [bug] Handle 15 bit rand() functions. [RT #19783 ]
2009-07-16 06:01:32 +00:00
Automatic Updater
da2b2618ab
update copyright notice
2009-07-13 23:46:05 +00:00
Mark Andrews
151d0b5f91
silence gcc's unused warnings
2009-07-13 07:34:02 +00:00
Automatic Updater
4b1517c052
update copyright notice
2009-06-25 23:46:08 +00:00
Mark Andrews
6209c4a73e
Editorial nits. [RT #19815 ]
2009-06-25 05:33:47 +00:00
Mark Andrews
99446f94d5
2615. [bug] "__attribute__((unused))" was in the wrong place
...
for ia64 gcc builds. [RT #19854 ]
2009-06-24 02:24:13 +00:00
Automatic Updater
aa4e17f7aa
update copyright notice
2009-04-08 06:46:30 +00:00
Tatuya JINMEI 神明達哉
9d79c02e1f
2584. [bug] alpha: gcc optimization could break atomic operations.
...
[RT #19227 ]
2009-04-08 05:49:44 +00:00
Mark Andrews
558624c3ac
2400. [bug] Log if kqueue()/epoll_create()/open(/dev/poll) fails.
...
[RT #18297 ]
2009-02-18 00:54:25 +00:00
Automatic Updater
3741358929
update copyright notice
2009-02-16 23:46:03 +00:00
Mark Andrews
13598ff3b3
silence 'Different types treated as unsigned for >=.' warning
2009-02-16 03:17:57 +00:00
Mark Andrews
675cdfa1c4
2556. [cleanup] PCI compliance:
...
* new libisc log module file
* isc_dir_chroot() now also changes the working
directory to "/".
* additional INSISTs
* additional logging when files can't be removed.
2009-02-16 02:12:58 +00:00
Automatic Updater
7c3032def3
update copyright notice
2009-02-13 23:46:06 +00:00
Mark Andrews
c734562993
2549. [port] linux: define NR_OPEN if not currently defined.
...
[RT #19344 ]
2009-02-13 09:32:22 +00:00
Francis Dupont
5128226aa2
add isc__mem_reallocate()
2009-02-12 12:50:37 +00:00
Tatuya JINMEI 神明達哉
06f9e6d878
2547. [bug] openssl_link.c:mem_realloc() could reference an
...
out-of-range area of the source buffer. New public
function isc_mem_reallocate() was introduced to address
this bug. [RT #19313 ]
2009-02-11 03:11:39 +00:00
Automatic Updater
afc503cf92
update copyright notice
2009-02-04 23:46:04 +00:00
Mark Andrews
48c18f902f
silence comiler warning. [RT #18630 ]
2009-02-04 04:44:44 +00:00
Automatic Updater
ffeb8c81da
update copyright notice
2009-01-23 23:46:08 +00:00
Mark Andrews
cd9dfc6534
move formating out of msgcat
2009-01-23 01:30:03 +00:00
Automatic Updater
b457a2593e
update copyright notice
2009-01-22 23:46:01 +00:00
Mark Andrews
d5d5d1339b
2536. [cleanup] Silence some warnings when -Werror=format-security is
...
specified. [RT #19083 ]
2009-01-22 05:55:29 +00:00
Automatic Updater
2a6997e72c
update copyright notice
2009-01-19 23:46:17 +00:00
Mark Andrews
0f4ec602dd
spelling
2009-01-19 00:36:29 +00:00
Automatic Updater
f32008623e
update copyright notice
2009-01-06 23:45:57 +00:00
Automatic Updater
9a2ebc4415
update copyright notice
2009-01-05 23:46:21 +00:00
Tatuya JINMEI 神明達哉
42c20e9207
trivial comment cleanups (RT#19118)
2009-01-05 23:22:26 +00:00
Automatic Updater
81c141bbb1
update copyright notice
2008-12-03 23:45:59 +00:00
Mark Andrews
953260f21b
2504. [bug] Address race condition in the socket code. [RT #18899 ]
2008-12-03 02:28:42 +00:00
Automatic Updater
15f28578c0
update copyright notice
2008-12-01 23:45:57 +00:00
Mark Andrews
44fb95aeae
unsigned contants
2008-12-01 13:29:37 +00:00
Mark Andrews
604af0dafd
#undef inet_aton
2008-12-01 04:13:20 +00:00
Mark Andrews
6aadea52df
2503. [port] linux: improve compatibility with Linux Standard
...
Base. [RT #18793 ]
2008-12-01 04:03:18 +00:00
Mark Andrews
b094407aa5
out of memory condition could be missed. [RT #18970 ]
2008-12-01 00:18:14 +00:00
Tatuya JINMEI 神明達哉
e877787e52
2498. [bug] Removed a bogus function argument used with
...
ISC_SOCKET_USE_POLLWATCH: it could cause compiler
warning or crash named with the debug 1 level
of logging. [RT #18917 ]
2008-11-20 00:07:00 +00:00
Automatic Updater
030eef5cd6
update copyright notice
2008-11-12 23:45:57 +00:00
Mark Andrews
a1561fa740
9.4.3
2008-11-12 04:17:13 +00:00
Mark Andrews
2573ed2e6b
2490. [port] aix: work around a kernel bug where IPV6_RECVPKTINFO
...
is cleared when IPV6_V6ONLY is set. [RT #18785 ]
2008-11-12 03:58:36 +00:00
Tatuya JINMEI 神明達哉
3a651fdc82
2489. [port] solaris: Workaround Solaris's kernel bug about
...
/dev/poll:
http://bugs.opensolaris.org/view_bug.do?bug_id=6724237
Define ISC_SOCKET_USE_POLLWATCH at build time to enable
this workaround. [RT #18870 ]
2008-11-08 22:40:39 +00:00
Mark Andrews
30fa3b76f1
9.4.3rc1
2008-10-24 04:11:31 +00:00
Automatic Updater
0bcc9f830b
update copyright notice
2008-10-15 23:46:06 +00:00
Mark Andrews
92908e674c
evloop prototype. [RT #18196 ]
2008-10-15 03:41:19 +00:00
Mark Andrews
22e4dc084a
coverity analysis support. [RT #18196 ]
2008-10-15 03:31:03 +00:00
Mark Andrews
51ca8c9478
sig is only used if threads are in use. [RT #18196 ]
2008-10-15 03:20:45 +00:00
Mark Andrews
8e41c9e910
2444. [port] Linux, FreeBSD, AIX: Turn off path mtu discovery
...
(clear DF) for UDP responses and requests.
2008-09-23 02:35:25 +00:00
Evan Hunt
a2fa21340d
update api files for 9.4.3b3 release
2008-09-16 19:43:50 +00:00