Commit Graph

135 Commits

Author SHA1 Message Date
Danny Mayer
7a665402a5 Added support for win32. 2001-07-19 06:26:12 +00:00
Andreas Gustafsson
b6a370c37f regenerated man pages 2001-07-17 19:48:57 +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
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
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
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
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
Andreas Gustafsson
8de7014e56 removed CVS Id from machine-generated man page files -- it is no longer needed
now that they are ignored by update_copyrights
2001-06-11 19:02:45 +00:00
Andreas Gustafsson
841179549b 889. [port] Eliminated blank lines before .TH in nroff man
pages since they cause problems with some versions
                        of nroff. [RT #1390]
2001-06-08 19:33:02 +00:00
Brian Wellington
53aba5065d man pages were not properly installed in separate-object-dir builds 2001-06-01 00:45:04 +00:00
Brian Wellington
1969ab5360 copyright updates 2001-05-30 20:31:08 +00:00
Andreas Gustafsson
e5a9067ab2 regenerated 2001-05-10 16:30:13 +00:00
Brian Wellington
5f539d5fc6 822. [bug] Sending nxrrset prerequisites would crash nsupdate.
[RT #1248]
2001-05-05 01:19:45 +00:00
Andreas Gustafsson
2eaad63a37 regenerated with docbook2man-spec.pl bug fixes 2001-05-04 00:51:29 +00:00
Brian Wellington
f5c1382fdf Don't leak memory when failing to parse an rdata in the prereq section. 2001-04-20 21:10:36 +00:00
Andreas Gustafsson
07c9d1dee5 'failed to' -> 'could not' 2001-04-16 17:09:00 +00:00
Brian Wellington
6d88b27c89 yet another shutdown race condition 2001-04-13 01:32:14 +00:00
Brian Wellington
32147eb26f refer to RFC 3007, not RFC 2137. 2001-04-13 00:48:57 +00:00
Brian Wellington
5d40dcc081 improved error message 2001-04-13 00:45:19 +00:00
Brian Wellington
d4ef65050f copyright updates
(note - this doesn't touch lib/bind at all.  Mark, whenever you're done with
lib/bind, make sure to do the copyright magic)
2001-04-10 21:52:17 +00:00
Brian Wellington
eb9c4c217f When creating the dispatch manager, pass in the entropy manager. Otherwise
query ids are completely predictable.
2001-04-10 18:45:05 +00:00
Brian Wellington
edac761923 updates 2001-03-31 02:39:52 +00:00
Andreas Gustafsson
9c49c394b4 manpage docbook conversion 2001-03-31 02:31:16 +00:00
Andreas Gustafsson
803b50652f manpage docbook conversion 2001-03-31 02:23:18 +00:00
Brian Wellington
3efd690413 801. [bug] nsupdate should treat lines beginning with ';' as
comments. [RT #1139]
2001-03-30 22:48:35 +00:00
Brian Wellington
e0b9690a0a fix format strings 2001-03-30 00:38:27 +00:00
Brian Wellington
2c9db93149 798. [bug] nsupdate should be able to reject bad input lines
and continue. [RT #1130]
2001-03-29 23:51:36 +00:00
Brian Wellington
668f8d91db 795. [func] Add the +multiline option to dig.
(which requires dns_message_totext(), etc. to take a style parameter)
2001-03-28 02:42:56 +00:00
Brian Wellington
734ae1f7c6 isc_{base64|hex}_decodestring took an unused mctx. Remove the mctx. 2001-03-22 00:07:07 +00:00
Brian Wellington
70aa25d018 isc_app_block() could be called twice with no _unblock() between them. 2001-03-09 18:18:42 +00:00
Brian Wellington
abf25eafee - update get_address() match the one in dig
- remove the call to get_address when parsing the 'local' statement,
  since it can't be a hostname.
2001-02-24 21:02:38 +00:00
Brian Wellington
f91dc72b42 725. [bug] Installing man pages could fail. 2001-02-04 15:52:44 +00:00
Stephen Jacob
524222cfb8 Added purify support (${PURIFY} to link lines) to remaining
Makefile.in's in bin/*
2001-02-02 18:53:05 +00:00
Andreas Gustafsson
6a3b882115 #ifndef USE_GETADDRINFO, not #ifdef USE_GETADDRINFO 2001-01-23 19:55:04 +00:00
Brian Wellington
3aac1558c3 delete name operations were broken by the change allowing ttls in delete
commands.
2001-01-22 20:00:56 +00:00
Brian Wellington
4d30acbac5 698. [bug] Aborting nsupdate with ^C would lead to several
race conditions.
2001-01-21 21:54:32 +00:00
Brian Wellington
131d5feb05 697. [bug] nsupdate was not compatible with the undocumented
BIND 8 behavior of ignoring TTLs in "update delete"
                        commands. [RT #693]
2001-01-21 19:52:06 +00:00
Brian Wellington
703e1c0bb6 692. [bug] Deal with systems that have getaddrinfo() but not
gai_strerror(). [RT #679]
2001-01-18 22:21:31 +00:00
Brian Wellington
01b8865b14 689. [doc] man pages are now installed. [RT #210] 2001-01-18 01:33:54 +00:00
Brian Wellington
499b34cea0 copyright update 2001-01-09 22:01:04 +00:00
Brian Wellington
b9df530c81 There is no ${srcdir}/include, so don't tell make to look there. 2001-01-05 23:54:00 +00:00
Mark Andrews
88a6fef494 init dns_rdata_t's 2000-12-11 23:09:47 +00:00
Brian Wellington
2de31518c3 607. [bug] nsupdate would fail if it encountered a CNAME or
DNAME in a response to an SOA query. [RT #515]
2000-12-11 20:53:25 +00:00
Brian Wellington
78838d3e0c 8 space -> tab conversion 2000-12-11 19:24:30 +00:00
Brian Wellington
09de21079e 601. [func] Return a non-zero exit code if an update fails
in nsupdate.
2000-12-07 20:05:29 +00:00