Commit Graph

3284 Commits

Author SHA1 Message Date
Danny Mayer
78346b6670 Added make file 2001-07-22 06:04:35 +00:00
Danny Mayer
7d4e4d4984 Minor bug fixes to support win32 2001-07-22 06:03:06 +00:00
Danny Mayer
1fac3f0e70 Build Script modifications 2001-07-22 06:01:52 +00:00
Andreas Gustafsson
3cb3f6867c Portions Copyright (C) 2001 Internet Software Consortium. 2001-07-19 17:38:51 +00:00
Danny Mayer
4645932212 Added support for win32 2001-07-19 06:35:09 +00:00
Danny Mayer
7a665402a5 Added support for win32. 2001-07-19 06:26:12 +00:00
Danny Mayer
9dec38d1ee Added support for win32 2001-07-19 06:22:52 +00:00
Brian Wellington
3dba71207f The greeting and stats were printed in some cases when +short was used. 2001-07-18 21:03:54 +00:00
Andreas Gustafsson
9bf5a10fbd coding style 2001-07-18 18:42:48 +00:00
Andreas Gustafsson
9fe9eb9ee5 coding style; removed unused static function 2001-07-18 18:42:13 +00:00
Danny Mayer
01c7700793 Install Support for BIND 9 on win32 2001-07-18 05:04:46 +00:00
Danny Mayer
8423783bd0 Initial win32 support 2001-07-18 03:43:18 +00:00
Andreas Gustafsson
07dcadc6e2 update_copyrights 2001-07-17 20:29:36 +00:00
Andreas Gustafsson
b6a370c37f regenerated man pages 2001-07-17 19:48:57 +00:00
Andreas Gustafsson
6529f9ffb6 use isc_file_ischdiridempotent() 2001-07-16 18:33:30 +00:00
Andreas Gustafsson
cda18e7813 don't throw an assertion failure when cfg_check_namedconf() returns
failure
2001-07-16 17:53:22 +00:00
Andreas Gustafsson
7dd2d8b1ff use isc_file_absolutepath() 2001-07-16 17:32:49 +00:00
Brian Wellington
72568ce039 lower the priority of debug messages printed at shutdown 2001-07-14 20:17:48 +00:00
Brian Wellington
f46b1b2329 regen 2001-07-14 18:30:02 +00:00
Brian Wellington
fb173de212 fix the xml 2001-07-14 18:29:10 +00:00
Brian Wellington
18a71db562 document 'send' and 'show' 2001-07-14 18:26:38 +00:00
Andreas Gustafsson
25525110c1 fixed and simplified 2001-07-13 18:29:00 +00:00
Andreas Gustafsson
699095b077 regenerated docs 2001-07-13 01:50:31 +00:00
Brian Wellington
db5d9614fe @server can be an IPv6 address. 2001-07-12 16:29:11 +00:00
Brian Wellington
5e664afb95 don't send mesages with empty update sections, even if they have prereqs. 2001-07-12 04:13:39 +00:00
Brian Wellington
20d13d8975 remove generated file 2001-07-12 01:20:56 +00:00
Brian Wellington
828bd291c6 Only remove generated files. 2001-07-12 00:20:57 +00:00
Brian Wellington
710b0d6a8b oops. check that a message has either updates or prerequisites, not that it
has both.
2001-07-11 23:50:43 +00:00
Brian Wellington
9f5423a840 If the server was built without openssl, ignore trusted keys. 2001-07-11 22:22:37 +00:00
Brian Wellington
17f04ff2e7 don't test dst if configured without openssl 2001-07-11 21:46:32 +00:00
Brian Wellington
f4d26dbdb6 fix redirection 2001-07-11 19:02:16 +00:00
Brian Wellington
bd6504aa9a 928. [bug] nsupdate would send empty update packets if the
send (or empty line) command was run after
                        another send but before any new updates or
                        prerequisites were specified.  It should simply
                        ignore this command.
2001-07-11 06:30:54 +00:00
Brian Wellington
1a8002871e require a build with openssl to run dnssec & tkey tests 2001-07-10 21:41:14 +00:00
Brian Wellington
cda383abe0 don't call dst_algorithm_supported(), an unsupported algorithm will be caught
anyway.
2001-07-10 18:53:09 +00:00
Andreas Gustafsson
7c66a4555d spacing 2001-07-09 22:39:27 +00:00
Andreas Gustafsson
b233a7b9bb include <isc/netdb.h>, not <netdb.h>, as the latter one
may not exist on all platform
2001-07-09 22:02:15 +00:00
Brian Wellington
ed3418751e The 'stopping command channel on 127.0.0.1#953' message could be printed
multiple times on shutdown.
2001-07-05 18:39:14 +00:00
Andreas Gustafsson
8ee6b68d4f brace style 2001-07-05 17:01:40 +00:00
Brian Wellington
c2da4f9d8a The controls statement didn't support multiple keys (in 9.2). It does now,
although it's suboptimal - since the control message doesn't have a key
name, it just tries each key until it finds one that successfully decodes
the message.
2001-07-04 03:54:55 +00:00
Andreas Gustafsson
f0b6aa146e avoid using .orig as a filename extension, as it will be ignored by cvs import 2001-07-03 00:05:15 +00:00
Andreas Gustafsson
cf67a374a9 consistent error message style 2001-07-02 18:56:58 +00:00
Andreas Gustafsson
0af994c26f avoid capitalizing command name at beginning of sentence;
regenerate docs
2001-07-02 18:48:27 +00:00
Mark Andrews
ea2a4bbc5d 918. [func] nsupdate: TSIG errors are not immediately fatal.
917.   [func]          nsupdate: keys can now be specified inline with
                        with all other commands.
2001-07-02 06:09:28 +00:00
Brian Wellington
bfafdac061 defining program as a 'char []' in rndc.c and 'exterm char *' in util.c
doesn't work.
2001-07-02 00:07:09 +00:00
Brian Wellington
1744ed4042 add ISC_FORMAT_PRINTF to notify() also 2001-07-02 00:06:22 +00:00
Brian Wellington
22cc4b4e0d fix broken comment 2001-07-01 23:47:49 +00:00
Brian Wellington
e1d05d3235 fix a call to fatal() where the entire mesage wasn't printed due to an
extra comma; add ISC_FORMAT_PRINTF() to the declaration of fatal.
[RT #1460]
2001-07-01 17:36:47 +00:00
Danny Mayer
90947ef585 isc_buffer_putuint16 requires the second arguement to be isc_uint16_t, casting required 2001-06-30 04:43:47 +00:00
Danny Mayer
f5f40ad6c4 parse_int returns isc_uint32_t, casting required 2001-06-30 04:29:25 +00:00
Andreas Gustafsson
4a0b9bb051 signed/unsigned int pointer mismatch caused compiler warning on Tru64 2001-06-29 23:34:40 +00:00