2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00
Commit Graph

7135 Commits

Author SHA1 Message Date
Brian Wellington
4b809ba346 415. [bug] The logging code leaked file descriptors. 2000-08-31 20:58:15 +00:00
Andreas Gustafsson
a69cebac84 414. [bug] Server did not shut down until all incoming zone
transfers were finished.
2000-08-31 17:48:47 +00:00
Andreas Gustafsson
04cec6dc5b comment style 2000-08-31 17:10:58 +00:00
Andreas Gustafsson
50a3152b70 clarified comment 2000-08-31 16:58:28 +00:00
Andreas Gustafsson
d9ec31a329 use brackets, not parentheses, around reference to RT ticket number 2000-08-31 16:37:15 +00:00
Mark Andrews
7523838d84 make error message more informative. 2000-08-31 13:38:55 +00:00
Mark Andrews
4a30ede93d add overmem method 2000-08-31 13:04:47 +00:00
Mark Andrews
ce0c777a38 overmem was out of order 2000-08-31 13:00:57 +00:00
Mark Andrews
3a34b87c87 Add cache cleaning support (disabled). 2000-08-31 12:15:17 +00:00
Mark Andrews
a21fbfdd30 413. [bug] notify could attempt to use the zone database after
it had been unloaded. (RT#267)
2000-08-31 06:16:42 +00:00
Andreas Gustafsson
4e0ab18258 added note about BIND 8 incorrectly accepting unquoted line breaks 2000-08-31 01:38:20 +00:00
Mark Andrews
5ebcf506a1 remove unneccessary call to notify_createmessage() 2000-08-31 00:31:38 +00:00
Brian Wellington
5a842a6fc3 The non-threaded version does a better job avoiding starvation. 2000-08-30 23:47:16 +00:00
Brian Wellington
2310b7964d test getipnodebyname/getipnodebyaddr/freehostent 2000-08-30 23:35:34 +00:00
Andreas Gustafsson
1ff6c73dac update forwarding given to Mark 2000-08-30 22:20:56 +00:00
Mark Andrews
e2595b7bd8 add entru 2000-08-30 21:46:28 +00:00
Mark Andrews
b4790c80f2 Add forward zone. 2000-08-30 21:43:36 +00:00
Mark Andrews
68e32e13a5 #include <isc/platform.h> 2000-08-30 21:24:57 +00:00
Brian Wellington
e5d0f6d61e 412. [bug] named -v didn't print the version. 2000-08-30 20:46:57 +00:00
Brian Wellington
a437acf787 Add -v 2000-08-30 20:43:28 +00:00
Brian Wellington
5b02858d4e named -v prints the version number. 2000-08-30 20:40:04 +00:00
Andreas Gustafsson
9696c70ce8 added stuff 2000-08-30 20:33:01 +00:00
Andreas Gustafsson
0ba23b0a24 fixed copyright URL 2000-08-30 19:20:50 +00:00
Andreas Gustafsson
ec965b4201 .css files are not C files; files of random data removed 2000-08-30 19:20:01 +00:00
Andreas Gustafsson
0d1dc10cc8 added brief copyright message 2000-08-30 19:18:12 +00:00
Andreas Gustafsson
f5b503abb8 update copyrights 2000-08-30 19:17:46 +00:00
Andreas Gustafsson
d0c7293bc8 added copyright message 2000-08-30 19:13:30 +00:00
Andreas Gustafsson
003b1f94e8 merge_copyrights 2000-08-30 19:11:20 +00:00
Andreas Gustafsson
82493dc831 run check-instincludes as part of altbuild.sh 2000-08-30 17:04:55 +00:00
Brian Wellington
aa3f41bafc signals were broken in the non-threaded version 2000-08-30 01:43:59 +00:00
Brian Wellington
bf7c02293f use DESTROYLOCK() 2000-08-30 01:35:42 +00:00
Brian Wellington
743add946b Comment out calls to flockfile() and funlockfile(), since it's not
evident that they're needed, and they don't work on all platforms without
threads.
2000-08-30 01:28:10 +00:00
Brian Wellington
5ae91ef876 #include <stddef.h> 2000-08-30 01:24:20 +00:00
Brian Wellington
5aa95f94c9 don't need <pthread.h> or <isc/platform.h> 2000-08-30 01:11:37 +00:00
Brian Wellington
ae8b7e02a8 Non threaded isc_app_* - basically an event loop that calls into the
task, timer, and socket modules.
2000-08-30 00:58:28 +00:00
Brian Wellington
e489c8c653 added non-threaded libisc private header files 2000-08-30 00:09:34 +00:00
Brian Wellington
efafe4fa7f Non-threaded socket manager. 2000-08-29 23:58:17 +00:00
Brian Wellington
8dd5562555 #include <isc/platform.h> 2000-08-29 22:55:57 +00:00
Brian Wellington
0c4887513b add copyright 2000-08-29 22:53:59 +00:00
Brian Wellington
3be0a4382d ALlow the task manager to run without threads. This doesn't handle fairness
too well.
2000-08-29 22:30:14 +00:00
Andreas Gustafsson
335a459989 stub zones are implemented 2000-08-29 21:50:45 +00:00
Brian Wellington
8ec174ad4e Allow the timer code to run without threads. 2000-08-29 21:30:03 +00:00
Brian Wellington
352cb92ac2 DNS_KEYALG_MD5RSA -> DNS_KEYALG_RSAMD5 2000-08-29 19:45:33 +00:00
Brian Wellington
5e872705df condition.c needs to be added 2000-08-29 19:22:34 +00:00
Andreas Gustafsson
e389838d7a isc_buffer_used() does *not* return the beginning of the used
region - it returns the *end*
2000-08-29 19:07:11 +00:00
Brian Wellington
65e218048d When --disable-threads is passed, use "nothreads" instead of "pthreads" in
the build process
2000-08-29 18:25:08 +00:00
Brian Wellington
fafb62400d When --disable-threads is passed, use "nothreads" instead of "pthreads" in
the build process.
2000-08-29 18:24:01 +00:00
Brian Wellington
f05941692e Add an empty lib/isc/nothreads/condition.c, since it greatly simplifies
the build process.
2000-08-29 18:19:29 +00:00
Andreas Gustafsson
35b61b8fb1 added section on Handling of Configuration File Errors 2000-08-29 17:57:29 +00:00
Brian Wellington
51e0ad287f Hopefully make the linux-specific stuff work when threads are not used. 2000-08-29 17:54:23 +00:00