Mark Andrews
1f369c2581
update copyright notice
2007-02-01 23:55:21 +00:00
Mark Andrews
fd276c2493
remove SO_BSDCOMPAT reference
2007-02-01 04:40:32 +00:00
Mark Andrews
00499ae65e
update copyright notice
2007-01-12 00:14:51 +00:00
Michael Graff
de4f679a17
revert changes accidently committed to mainline
2007-01-10 18:56:20 +00:00
Mark Andrews
f8574167b2
update copyright notice
2007-01-09 23:49:38 +00:00
Mark Andrews
92f56936fb
update copyright notice
2007-01-09 03:11:16 +00:00
Mark Andrews
ca48338b3d
#ifdef HAVE_LIBXML2 statenames declaration
2007-01-05 07:24:51 +00:00
Mark Andrews
edf8e79280
update copyright notice
2007-01-04 00:01:13 +00:00
Michael Graff
ca21196249
implement statistics for sockets. Need to port this to the win32 build too.
2007-01-03 20:57:07 +00:00
Michael Graff
69da4348da
add some basic statistics to task.c
2007-01-03 20:23:46 +00:00
Mark Andrews
74d6235d13
isc_time_seconds
2006-12-22 05:26:26 +00:00
Mark Andrews
0aef230aba
remove duplicate function
2006-12-22 05:18:53 +00:00
Mark Andrews
4b6f61ea34
cleanup
2006-12-22 04:20:52 +00:00
Michael Graff
b015e6b3e1
make changes on HEAD, not on a branch.
2006-12-22 03:07:57 +00:00
Mark Andrews
ed954ce73b
9.5.0a1
2006-12-22 02:32:59 +00:00
Mark Andrews
148f27aee6
update copyright notice
2006-12-22 01:59:44 +00:00
Mark Andrews
29747dfe5e
2123. [func] Use Doxygen to generate internal documention.
...
[RT #11398 ]
2006-12-22 01:46:19 +00:00
Mark Andrews
3b31d6634f
don't use C90 constructs
2006-12-21 10:06:17 +00:00
Mark Andrews
186e7f37c9
2122. [func] Experimental http server and statistics support
...
for named via xml.
2006-12-21 06:03:37 +00:00
Mark Andrews
f2b2de10ce
0 => 0U
2006-12-08 05:09:16 +00:00
Mark Andrews
e60f01cdd2
2116. [bug] 'rndc reload' could cause the cache to continually
...
be cleaned. [RT #16401 ]
2006-12-07 06:27:34 +00:00
Mark Andrews
cfcb0881d1
2111. [bug] Fix a number of errors reported by Coverity.
...
[RT #16507 ]
2006-12-07 04:46:27 +00:00
Mark Andrews
377231eb95
update copyright notice
2006-12-05 00:13:48 +00:00
Mark Andrews
289ae548d5
2105. [func] GSS-TSIG support (RFC 3645).
2006-12-04 01:54:53 +00:00
Michael Graff
20f1bc4434
somehow, new files got committed to mainline, and changes to my branch. Remove them from the mainline for now.
2006-11-13 20:38:06 +00:00
Michael Graff
ea964e3e20
update to mainline's bind9, and make a new branch for it.
2006-11-13 20:07:57 +00:00
Mark Andrews
91ddbb6e4f
update copyright notice
2006-10-03 23:50:52 +00:00
Mark Andrews
bc8711b148
win32
2006-10-02 07:03:05 +00:00
Mark Andrews
5cf0c55948
2090. [port] win32: Visual C++ 2005 command line manifest support.
...
[RT #16417 ]
2006-10-02 02:27:41 +00:00
Mark Andrews
53d3679913
2087. [port] libisc failed to compile on OS's w/o a vsnprintf.
...
[RT #16382 ]
2006-10-02 01:29:27 +00:00
Mark Andrews
896e6a0e44
update copyright notice
2006-08-25 05:25:52 +00:00
Mark Andrews
c781727055
2076. [bug] Several files were missing #include <config.h>
...
causing build failures on OSF. [RT #16341 ]
2006-08-24 00:17:54 +00:00
Mark Andrews
02ced31b6a
2072. [bug] We were not generating valid HMAC SHA digests.
...
[RT #16320 ]
2006-08-16 03:15:09 +00:00
Mark Andrews
f07fe5a1ac
2067. [bug] 'rndc' could close the socket too early triggering
...
a INSIST under Windows. [RT #16317 ]
2006-08-04 02:55:37 +00:00
Mark Andrews
78ff0e94ea
2044. [port] add support for atomic operations for Itanium.
...
[RT #16179 ]
2006-06-21 03:40:34 +00:00
Mark Andrews
ea5775a7fd
silence: large integer implicitly truncated to unsigned type
2006-06-21 01:21:59 +00:00
Mark Andrews
03f65be27b
update copyright notice
2006-06-07 00:29:46 +00:00
Mark Andrews
9a482d1fce
2039. [func] Check that all buffers passed to the socket code
...
have been retrieve when the socket event is freed.
[RT #16122 ]
2038. [bug] dig/nslookup/host was unlinking from wrong list
when handling errors. [RT #16122 ]
2006-06-06 00:53:36 +00:00
Mark Andrews
472460e05f
update copyright notice
2006-06-06 00:11:42 +00:00
Mark Andrews
cd18f34923
checkpoint
2006-05-30 04:18:36 +00:00
Mark Andrews
529035492e
2026. [port] linux: socket.c compatability for old systems.
...
[RT #16015 ]
2006-05-19 02:47:18 +00:00
Mark Andrews
4b3f3cc671
update copyright notice
2006-04-15 01:30:16 +00:00
Michael Graff
80a63e1574
Documentation changes; no functional changes. Some variables were renamed from 'i' to 'index' in heap.h so documentation can be nicer.
2006-04-10 16:28:04 +00:00
Mark Andrews
069a2ad007
update copyright notice
2006-04-03 00:00:42 +00:00
Michael Graff
8c9c09dacf
add <string.h> since we call strlen() here
2006-03-21 15:34:02 +00:00
Mark Andrews
ecffc3aae3
win32
2006-03-10 03:49:57 +00:00
Mark Andrews
b6d199bd6a
1998. [bug] Restrict handling of fifos as sockets to just SunOS.
...
This allows named to connect to entropy gathering
daemons that use fifos instead of sockets. [RT #15840 ]
2006-03-02 23:25:05 +00:00
Mark Andrews
641f68d427
update copyright notice
2006-03-02 00:37:23 +00:00
Mark Andrews
7042126e8a
1993. [bug] Log messsage, via syslog, were missing the space
...
after the timestamp if "print-time yes" was specified.
[RT #15844 ]
2006-03-01 02:20:41 +00:00
Mark Andrews
45e1bd6358
1991. [cleanup] The configuration data, once read, should be treated
...
as readonly. Expand the use of const to enforce this
at compile time. [RT #15813 ]
2006-02-28 02:39:52 +00:00