Mark Andrews
18900ef649
update copyright notice
2006-01-06 00:01:42 +00:00
Mark Andrews
44836dbc6d
fixed typos in error messages
2006-01-05 01:40:45 +00:00
Mark Andrews
50403af68a
further changes for
...
1848. [bug] Improve SMF integration. [RT #13238 ]
2005-04-29 01:04:48 +00:00
Mark Andrews
1df3129bf6
1849. [doc] All forms of the man pages (docbook, man, html) should
...
have consistant copyright dates.
2005-04-07 03:22:52 +00:00
Mark Andrews
324fce9bcb
1848. [bug] Improve SMF integration. [RT #13238 ]
2005-04-05 02:13:09 +00:00
Mark Andrews
d466ad91a5
1848. [bug] Improve SMF integration. [RT #13238 ]
2005-04-05 01:29:31 +00:00
Mark Andrews
465ad8b3ab
1848. [bug] Improve SMF integration. [RT #13238 ]
2005-04-05 01:13:45 +00:00
Mark Andrews
d9ddceacd1
1752. [port] Move isc_app_start() to after ns_os_daemonise()
...
as some fork() implementations unblock the signals
that are blocked by isc_app_start(). [RT #12810 ]
2004-10-25 00:42:54 +00:00
Mark Andrews
cc42aaa3f1
1709. [port] solaris: add SMF support from Sun.
2004-09-01 07:18:30 +00:00
Mark Andrews
3439d14ec1
silence compiler
2004-07-01 02:01:34 +00:00
Mark Andrews
dc151b15e5
1616. [compat] Ensure that named's version is visible in the core
...
dump. [RT #11127 ]
2004-04-20 06:53:26 +00:00
Mark Andrews
4d7d1933cb
add -4 and -6 to usage.
2004-03-15 12:27:47 +00:00
Mark Andrews
a09e55f624
update copyrights
2004-03-06 10:22:54 +00:00
Mark Andrews
08a1ad875f
1564. [func] Attempt to provide a fallback entropy source to be
...
used if named is running chrooted and named is unable
to open entropy source within the chroot area.
[RT #10133 ]
2004-01-27 02:30:32 +00:00
Mark Andrews
5cad37ef17
1551. [port] Open "/dev/null" before calling chroot().
2004-01-12 04:28:43 +00:00
Mark Andrews
d15739dec3
1550. [port] Call tzset(), if available, before calling chroot().
2004-01-07 05:53:16 +00:00
Mark Andrews
25a60b1d80
sync with HEAD
2003-10-15 05:32:25 +00:00
Mark Andrews
4ce7c52616
1514. [bug] named: isc_hash_destroy() was being called to early.
...
[RT #9160 ]
2003-09-24 23:37:15 +00:00
Mark Andrews
4154634631
1412. [func] You can now specify servers to be tried if a nameserver
...
has IPv6 address and you only support IPv4 or the
reverse. See dual-stack-servers.
2003-08-26 03:24:14 +00:00
Mark Andrews
e2ac00112c
misc cleanups
2003-08-14 03:22:38 +00:00
Mark Andrews
53fcc33633
pullup:
...
Reimplemented the built-in CHAOS zones using sdb.
2003-08-13 03:58:12 +00:00
Mark Andrews
96e8abc92a
996. [func] Issue warning if the configuration filename contains
...
the chroot path.
2003-08-04 00:53:02 +00:00
Mark Andrews
9db3cd9779
982. [func] If "memstatistics-file" is set in options the memory
...
statistics will be written to it.
2003-08-02 00:15:13 +00:00
Mark Andrews
a09a00456c
982. [func] If "memstatistics-file" is set in options the memory
...
statistics will be written to it.
2003-08-01 23:56:14 +00:00
Mark Andrews
1d04b5105d
1495. [cleanup] Replace hash functions with universal hash.
2003-07-25 03:31:45 +00:00
Mark Andrews
891c424e56
update_copyrights
2002-08-05 06:57:16 +00:00
Mark Andrews
3e4d38c0b1
reviewed: bwelling
...
1277. [bug] Failure to write pid-file should not be fatal on
reload. [RT #2861 ]
2002-07-10 04:27:30 +00:00
Andreas Gustafsson
76c8294c81
format string bugs and improved format string checking [RT #1578 ]
2001-08-08 22:54:55 +00:00
Andreas Gustafsson
569caae79d
don't remove ns_g_autorndckeyfile - it no longer exists
2001-08-08 20:36:13 +00:00
Andreas Gustafsson
7dd2d8b1ff
use isc_file_absolutepath()
2001-07-16 17:32:49 +00:00
Mark Andrews
fa10bed228
remove "gross hack" as per request.
2001-06-28 01:08:24 +00:00
Mark Andrews
f08378699a
gross hack to set isc_mem_debugging as it needs to be set before any
...
isc_mem_create() calls.
2001-06-27 23:50:50 +00:00
Mark Andrews
235839b7ef
All memory debugging flags to be set from the command line.
2001-06-27 23:30:22 +00:00
David Lawrence
6112718b0d
896. [bug] If a configuration file is set on named's command line
...
and it has a relative pathname, the current directory
(after any possible jailing resulting from named -t)
will be prepended to it so that reloading works
properly even when a directory option is present.
2001-06-08 23:52:21 +00:00
David Lawrence
a0a8ffd8c3
Remove the named.key file on server shutdown.
2001-05-31 10:37:08 +00:00
Mark Andrews
89d03d4715
Redo:
...
839. [func] Dump packets for which there was no view or that the
class could not be determined to category "unmatched".
2001-05-28 05:17:05 +00:00
Mark Andrews
2ae4dd0dbd
839. [func] Dump packets for which there was no view or that the
...
class could not be determined to file, (-e filename).
2001-05-25 07:39:48 +00:00
Andreas Gustafsson
c3ebcedbe5
Add isc_file_progname(), with trivial POSIX implementation, and
...
call it from main(). A separate WIN32 implementation will be needed.
2001-05-08 19:47:55 +00:00
Andreas Gustafsson
532989b206
initate command channel shutdown from the server task, not the
...
main task, to avoid race conditions; eliminate global variables in
controlconf.c
2001-05-08 03:42:34 +00:00
Andreas Gustafsson
b18aa36ef0
removed extraneous space
2001-03-29 04:23:51 +00:00
Brian Wellington
1d92d8a245
792. [cleanup] Replace the OMAPI command channel protocol with a
...
simpler one.
2001-03-27 00:44:59 +00:00
Brian Wellington
5966e86744
Oops, revert an inadvertent checkin.
2001-03-06 02:40:13 +00:00
Brian Wellington
e43b9a2005
move compression context create/delete into the caller of the message
...
rendering functions. This reduces the size of the message object.
2001-03-05 21:15:47 +00:00
Brian Wellington
6b8ab03dc8
Implement the random-device option, and log a message if there is no entropy.
2001-01-11 23:46:12 +00:00
Brian Wellington
499b34cea0
copyright update
2001-01-09 22:01:04 +00:00
Brian Wellington
51cccc493a
If running in single-threaded mode, set ns_g_cpus to 1 explicitly.
2000-12-29 22:31:04 +00:00
Brian Wellington
a0eb4941ff
Remove #if ISC_MUTEX_PROFILE ; it should work now.
2000-12-29 18:25:33 +00:00
Andreas Gustafsson
f1fb5d1b0b
compilation failed due to call to nonexistent function isc_mutex_stats();
...
made call conditional on ISC_MUTEX_PROFILE to make it compile but the issue of
the function being undefined even when ISC_MUTEX_PROFILE is set must still be
resolved
2000-12-29 18:09:31 +00:00
Brian Wellington
3f160155da
ISC_MUTEX_PROFILE can be set to enable basic mutex profiling. Running named
...
with -s prints the results.
2000-12-29 01:29:56 +00:00
Brian Wellington
58082ab8a8
The "cachefile" option now loads the file on startup. The "temporary" -x
...
option to named is no more.
2000-12-12 23:05:59 +00:00