Tinderbox User
cc31c8e443
update copyright notice
2012-03-10 23:45:19 +00: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
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
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
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
Mark Andrews
c802ba3785
isc_file_isplainfile
2011-04-08 05:30:55 +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
Automatic Updater
871a3ebc69
update copyright notice
2011-03-05 23:51:39 +00:00
Scott Mann
71986a4364
Ensure that log files are plain files. (RT #22771 )
2011-03-04 14:17:50 +00:00
Automatic Updater
8ce32752e6
update copyright notice
2011-02-03 12:17:23 +00:00
Mark Andrews
7c051497fa
3015. [port] win32: fix IN6_IS_ADDR_LINKLOCAL and
...
IN6_IS_ADDR_SITELOCAL macros. [RT #22724 ]
2011-02-03 08:18:01 +00:00
Mark Andrews
390213c7e4
s/dev/adev/
2010-12-09 11:41:11 +00:00
Evan Hunt
b1627aebb8
2979. [bug] named could deadlock during shutdown if two
...
"rndc stop" commands were issued at the same
time. [RT #22108 ]
2010-12-03 22:04:49 +00:00
Automatic Updater
2dbcb34643
update copyright notice
2010-11-18 00:59:15 +00:00
Mark Andrews
e013e99c1c
2972. [bug] win32: address windows socket errors. [RT #21906 ]
2010-11-18 00:29:02 +00:00
Mark Andrews
b45ded3b33
9.7.2rc1
2010-08-17 00:51:33 +00:00
Mark Andrews
4facc02671
2940. [port] Remove connection aborted error message on
...
Windows. [RT #21549 ]
2010-08-16 22:55:17 +00:00
Evan Hunt
4b186490dd
Added function definitions and moved a variable declaration for win32 build.
2010-07-12 18:52:23 +00:00
Mark Andrews
8438d8e0b4
9.7.1b1
2010-05-18 06:16:05 +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
Mark Andrews
cf7432f747
2697. [port] win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
...
S_IFREG are defined after including <isc/stat.h>.
[RT #20309 ]
2009-10-01 04:43:30 +00:00
Automatic Updater
61dd99bfae
update copyright notice
2009-09-29 23:48:04 +00:00
Francis Dupont
debd489a44
noreturn RT #20257
2009-09-29 15:06:07 +00:00
Mark Andrews
1e733ffc11
2792. [port] win32: 32/64 bit cleanups. [RT #128244 ]
2009-09-29 04:38:23 +00:00
Automatic Updater
627f3e0805
update copyright notice
2009-09-25 23:48:13 +00:00
Mark Andrews
ff850b81c8
2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
...
[RT #20315 ]
2009-09-25 05:48:17 +00:00
Mark Andrews
ef830a7750
use (char *) for {get,set}sockopt argument
2009-09-25 02:44:06 +00:00
Automatic Updater
d8b801bd19
update copyright notice
2009-09-08 23:41:50 +00:00
Francis Dupont
e7de5dcef6
typo, cf RT20219
2009-09-08 13:04:29 +00:00
Evan Hunt
c164f233b4
s/isc__mem_reallocate/isc___mem_reallocate/
2009-09-02 23:51:55 +00:00
Automatic Updater
d7201de09b
update copyright notice
2009-09-02 23:48:03 +00:00
Evan Hunt
e7c38ca963
- define isc_mem_reallocate() in the abstract API for export lib [rt20208]
...
- define BIND9 in config.h.win32
- fix problems in mem.h caused by the win32 preprocessor failing to
expand macros used within macros
- silence a win32 compiler warning in hip_55.c
2009-09-02 23:43:54 +00:00
Evan Hunt
41e251fad0
add backtrace.c, backtrace.h, backtrace-emptytbl.c, backtrace-emptytbl.h
...
to win32 build
2009-09-02 19:01:49 +00:00
Evan Hunt
f0eecd4d62
changes needed for win32 build
2009-09-02 18:32:25 +00:00
Evan Hunt
0c1326fa62
add /D "BIND9" for win32 builds
...
(we'll probably need a different project file for creating an exportable DLL)
2009-09-02 18:00:51 +00:00
Evan Hunt
e30d8c5a47
missing include needed for win32 build
2009-09-02 17:58:06 +00:00
Evan Hunt
a21cde0291
update win32 libisc.def
2009-09-02 17:23:45 +00:00
Tatuya JINMEI 神明達哉
307d208450
2660. [func] Add a new set of DNS libraries for non-BIND9
...
applications. See README.libdns. [RT #19369 ]
2009-09-01 00:22:28 +00:00
Evan Hunt
747abb4993
2658. [bug] dnssec-settime and dnssec-revoke didn't process
...
key file paths correctly. [RT #20078 ]
2009-08-28 03:13:08 +00:00
Mark Andrews
ece6c39dd8
missing semicolon
2009-08-14 07:51:08 +00:00
Mark Andrews
1d9958c6cc
2648. [port] win32: isc_time_seconds() was broken. [RT #19900 ]
2009-08-13 03:34:10 +00:00