Commit Graph

5187 Commits

Author SHA1 Message Date
Brian Wellington
cc0c9a92d6 remove unused base64 <--> binary conversion functions 2001-04-03 00:48:09 +00:00
Brian Wellington
9a28507cde regenerate 2001-04-03 00:29:18 +00:00
Brian Wellington
9bd186cd9a Remove dnssafe, cylink, and the broken dst random generator. 2001-04-03 00:28:16 +00:00
Brian Wellington
7b1ab9e210 don't do 0.0.0.0 -> 127.0.0.1 conversion for netmasks. 2001-04-02 23:05:14 +00:00
Brian Wellington
765eb27068 call inet_aton, not inet_pton when parsing resolv.conf 2001-04-02 22:33:31 +00:00
Mark Andrews
9de63e99af char array index 2001-04-02 09:42:20 +00:00
Mark Andrews
94803c4a46 MIN and MAX 2001-04-02 08:06:18 +00:00
Mark Andrews
d091280d77 MAXHOSTNAMELEN 2001-04-02 07:56:05 +00:00
Mark Andrews
12a7ea1c51 make structures private 2001-04-02 07:53:19 +00:00
Mark Andrews
68a1ce3cee private structures 2001-04-02 07:52:33 +00:00
Mark Andrews
5d989a8b8b checkpoint 2001-04-02 07:23:56 +00:00
Mark Andrews
87c7112365 sync 2001-04-02 07:05:00 +00:00
Mark Andrews
ba980b2c1e checkpoint 2001-04-02 07:03:56 +00:00
Mark Andrews
25ddc215c4 new 2001-04-02 06:42:17 +00:00
Mark Andrews
8122657ebf sync 2001-04-02 06:39:06 +00:00
Mark Andrews
28454712ae checkpoint 2001-04-02 06:38:19 +00:00
Mark Andrews
10e9ae3676 checkpoint 2001-04-02 06:29:21 +00:00
Mark Andrews
8e59dace1f sync 2001-04-02 05:57:53 +00:00
Mark Andrews
8d7927f73a checkpoint 2001-04-02 05:57:11 +00:00
Mark Andrews
2eb2d69130 sync checkpoint 2001-04-02 01:25:32 +00:00
Mark Andrews
ca05034308 checkpoint 2001-04-02 01:24:32 +00:00
Andreas Gustafsson
dcd3db4310 install man page aliases by linking 2001-03-31 00:34:16 +00:00
Andreas Gustafsson
ddccd5811f man page docbook conversion 2001-03-31 00:08:23 +00:00
Bob Halley
907620b5e0 The ADB didn't find AAAA glue in a zone unless A6 glue was also present. 2001-03-30 17:27:29 +00:00
Brian Wellington
414d289686 oops, cut-and-paste-o 2001-03-30 00:34:52 +00:00
Brian Wellington
e0bab4386b Treat a zone as secure only if it has a zone key and a signed NXT at the apex. 2001-03-30 00:33:39 +00:00
Brian Wellington
5684e37a3a #ifdef HAVE_SA_LEN 2001-03-29 23:19:51 +00:00
Mark Andrews
6475a59ca4 make/* need to be created _before_ the Makefiles are created. 2001-03-29 07:01:32 +00:00
Mark Andrews
d380990548 Initial pull over from BIND 8 2001-03-29 06:31:59 +00:00
Andreas Gustafsson
4b01d45a49 first cut at mandoc -> docbook conversion 2001-03-29 02:43:28 +00:00
Brian Wellington
672056d560 797. [func] Issue a warning if the 'directory' option contains
a relative path. [RT #269]
2001-03-29 02:33:48 +00:00
Andreas Gustafsson
9ffbbce6a6 first cut at mandoc -> docbook conversion 2001-03-29 02:23:11 +00:00
Brian Wellington
ec56b96c79 log sending of notifies at info level, and include the serial number. Also
clean up some weird code. [RT #1088]
2001-03-28 23:36:53 +00:00
Brian Wellington
c996e500f1 remove the errno handling code, which was only used by readsymtab/writesymtab 2001-03-28 23:11:41 +00:00
Brian Wellington
0368474a75 remove isccc_cc_readsymtab/isccc_cc_writesymtab 2001-03-28 23:10:39 +00:00
David Lawrence
2a86ee1f54 simplify the test about whether to roll; one expression was redundant 2001-03-28 05:48:16 +00:00
David Lawrence
9027e1bcf1 796. [func] When a size limit is associated with a log file,
only roll it when the size is reached, not every
			time the log file is opened. [RT #1096]
2001-03-28 04:16:32 +00:00
Brian Wellington
caa55a6557 When printing KEY records with COMMENT and MULTILINE, the line would often
be too long.
2001-03-28 02:57:26 +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
Andreas Gustafsson
bed7a35293 dns_master_questiontotext() needs a style argument after all 2001-03-28 00:58:15 +00:00
Andreas Gustafsson
bfe313722d dns_masterfile_style_debug -> dns_master_style_debug 2001-03-28 00:54:40 +00:00
Andreas Gustafsson
531eafa302 use dns_master_rdatasettotext() &co; removed unused flag
DNS_MESSAGETEXTFLAG_OMITDOT
2001-03-28 00:50:05 +00:00
Andreas Gustafsson
421551db8a new functions dns_master_rdatasettotext() and dns_master_questiontotext(),
replacing dns_rdataset_totext()
2001-03-28 00:22:16 +00:00
Brian Wellington
d7ba3622ff 794. [func] Implement the "port" and "default-port" statements
in rndc.conf.
2001-03-28 00:16:09 +00:00
Brian Wellington
45e22378fc dns_name_tofilenametext() now downcases the name, which means the callers
don't need to.
2001-03-27 23:43:15 +00:00
Brian Wellington
7d7215baf8 Add dns_name_tofilenametext(), and use it in the dnssec tools. 2001-03-27 22:57:48 +00:00
Brian Wellington
cb3e854e18 oops, use the nominum copyright for lib/isccc. Also fix the update_copyrights
script to do @YEARS@ expansion on 2 lines.
2001-03-27 20:08:15 +00:00
Andreas Gustafsson
9d2d409333 removed unused function isccc_ccmsg_keepbuffer();
fixed incorrect header multi-inclusion protection macros;
changed comment referring to 'DNS message' to say 'command channel message'
2001-03-27 18:34:56 +00:00
Brian Wellington
2999a3a988 remove erroneously added copyright 2001-03-27 02:25:34 +00:00
Brian Wellington
022d19c138 copyright updates 2001-03-27 02:06:13 +00:00