Jeroen Ruigrok van der Werven
a16a1bed6d
This commit was generated by cvs2svn to compensate for changes in r68396,
...
which included commits to RCS files with non-trunk default branches.
2000-11-06 16:10:57 +00:00
Jeroen Ruigrok van der Werven
3051954cb4
Resolve conflicts.
2000-10-31 14:19:55 +00:00
Jeroen Ruigrok van der Werven
015944e3a5
Virgin import of BIND v8.2.3-T6B
2000-10-31 14:17:05 +00:00
Jeroen Ruigrok van der Werven
da1b4bb715
This commit was generated by cvs2svn to compensate for changes in r68073,
...
which included commits to RCS files with non-trunk default branches.
2000-10-31 14:17:05 +00:00
Jeroen Ruigrok van der Werven
bc3a71005f
Resolve conflicts.
2000-10-31 12:38:22 +00:00
Jeroen Ruigrok van der Werven
0fa5b6b1ab
Virgin import of BIND v8.2.3-T6B
2000-10-31 12:35:45 +00:00
Jeroen Ruigrok van der Werven
054caa0371
This commit was generated by cvs2svn to compensate for changes in r68068,
...
which included commits to RCS files with non-trunk default branches.
2000-10-31 12:35:45 +00:00
Kris Kennaway
4635a6924f
Fix for buffer overflow in command-line arguments to dnsquery(1) which
...
will be appearing in 8.2.3
Approved by: Paul A Vixie <vixie@mibh.net>
2000-08-23 09:25:05 +00:00
Kris Kennaway
4fbd047fee
This commit was generated by cvs2svn to compensate for changes in r65016,
...
which included commits to RCS files with non-trunk default branches.
2000-08-23 09:25:05 +00:00
Jeroen Ruigrok van der Werven
a63f91247a
Resolve conflicts.
2000-05-26 07:24:14 +00:00
Jeroen Ruigrok van der Werven
a1f80258eb
Virgin import of BIND v8.2.3-T5B
2000-05-26 07:17:19 +00:00
Jeroen Ruigrok van der Werven
6be735eb30
This commit was generated by cvs2svn to compensate for changes in r60940,
...
which included commits to RCS files with non-trunk default branches.
2000-05-26 07:17:19 +00:00
Jeroen Ruigrok van der Werven
3664462f40
Virgin import of BIND v8.2.3-T5B
2000-05-18 07:08:31 +00:00
Jeroen Ruigrok van der Werven
b3b7116fa3
This commit was generated by cvs2svn to compensate for changes in r60679,
...
which included commits to RCS files with non-trunk default branches.
2000-05-18 07:08:31 +00:00
David E. O'Brien
8a579d74bf
Since this has left the vendor branch, sort this incredably disorganized
...
manpage.
2000-01-02 11:13:23 +00:00
Peter Wemm
d5756b2599
Oops. HAVE_INET6_STRUCTS was supposed to be HAS_INET6_STRUCTS. Luckily
...
it was implicitly on because we had AF_INET6 defined.
1999-12-13 15:43:32 +00:00
Peter Wemm
95a3c8199b
Hardwire HAVE_INET6_STRUCTS rather than probe at compile time. -current
...
has the structures that probe_ipv6 tested for, so this will always be
defined if the standard tests are run.
1999-11-30 04:24:01 +00:00
Peter Wemm
7b3b89d671
Files not in 8.2.2.p5
1999-11-30 03:44:02 +00:00
Peter Wemm
bf49e5ccac
Files gone from 8.2.2.p5
1999-11-30 03:41:17 +00:00
Peter Wemm
0e460bd389
Files removed in 8.2.2.p5
1999-11-30 03:40:06 +00:00
Peter Wemm
c91c657ae2
Merge changes from vendor branch onto HEAD.
1999-11-30 02:52:56 +00:00
Peter Wemm
6b6ac9438f
Import bind v8.2.2.p5, minus the crypto for the time being. The bind
...
package does have BXA export approval, but the licensing strings on the
dnssafe code are a bit unpleasant. The crypto is easy to restore and bind
will run without it - just without full dnssec support.
Obtained from: The Internet Software Consortium (www.isc.org)
1999-11-30 02:43:11 +00:00
Peter Wemm
4485638716
This commit was generated by cvs2svn to compensate for changes in r53910,
...
which included commits to RCS files with non-trunk default branches.
1999-11-30 02:43:11 +00:00
Matthew N. Dodd
43d79ae9ef
Use el_source() so we pick up .editrc
1999-08-19 04:10:33 +00:00
Matthew N. Dodd
1950bb45f3
Add support for command line editing and history.
...
Remove src/contrib/bind/bin/nslookup/commands.c as it is generated by lex
from commands.l.
Submitted by: lpc/cdcontrol patches originally by msmith.
Reviewed by: msmith (in theory)
1999-08-19 03:29:15 +00:00
Nik Clayton
80ea937ef4
.sp -> .Pp
...
"... Pa /etc/resolv.conf" -> "...\n.Pa /etc/resolv.conf"
.Po and .Pc reported as broken, replaced with "(" and ")"
PR: docs/7819
Submitted by: yohta@bres.tsukuba.ac.jp
1999-04-10 20:38:17 +00:00
Bill Fumerola
2a520986b3
mdoc fixes
...
PR: docs/7864
Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
1999-03-20 04:46:58 +00:00
Daniel O'Callaghan
2cb140c3e7
y2k nit: date +%y -> date +%Y
1999-01-16 10:57:01 +00:00
Alexander Langer
0a46a99270
Typo fixes.
...
PR: 7904
Submitted by: Issei Hirayama <iss@mail.wbs.ne.jp>
1998-09-12 16:39:32 +00:00
John Birrell
d8a6b1e31e
Add #include string.h to get prototypes.
1998-08-18 01:47:44 +00:00
John Birrell
87e904fdcf
Add #include string.h to get prototypes.
...
Cast a pointer to u_long instead of u_int32_t to avoid a warning. This
is cosmetic because the code is just looking for the remainder.
1998-08-18 01:46:58 +00:00
Bruce Evans
bb6ae0a4a9
Fixed printf format errors.
1998-08-02 16:44:18 +00:00
Peter Wemm
d9c3ce847c
Merge conflicting changes (all 1 line! :-) from 8.1.2.
1998-06-11 05:09:53 +00:00
Peter Wemm
15f7f56992
Import final bind-8.1.2 release.
...
Obtained from: ftp.isc.org
1998-06-11 05:01:49 +00:00
Peter Wemm
81359de8ea
This commit was generated by cvs2svn to compensate for changes in r36882,
...
which included commits to RCS files with non-trunk default branches.
1998-06-11 05:01:49 +00:00
Bruce Evans
1a7d467f57
Removed generated files. named used the wrong version of ns_parser.h.
1998-06-04 07:55:55 +00:00
Peter Wemm
0a9a40935e
Update for some -current quirks, and some other things taken from the
...
*bsd bind-8 ports.
(our setpwent() was changed to return void, but our setgrent() returns
int still!)
1998-05-03 04:55:44 +00:00
Peter Wemm
2cc7b06671
Old files moved/replaced/obsoleted by bind-8
1998-05-03 04:44:20 +00:00
Peter Wemm
4e0ffe0bae
Import (trimmed) ISC bind-8.1.2-t3b. This will be updated to 8.1.2 on
...
final release.
Obtained from: ftp.isc.org
1998-05-03 04:11:49 +00:00
Peter Wemm
a5593547cb
This commit was generated by cvs2svn to compensate for changes in r35629,
...
which included commits to RCS files with non-trunk default branches.
1998-05-03 04:11:49 +00:00
Peter Wemm
e2f1a81473
Import ISC bind v4.9.7-T1B as a reference. We may need this if we update
...
-stable to 4.9.7 instead of 8.1.2 for whatever reason.
1998-05-02 11:04:44 +00:00
Peter Wemm
6b82cbaf57
This commit was generated by cvs2svn to compensate for changes in r35618,
...
which included commits to RCS files with non-trunk default branches.
1998-05-02 11:04:44 +00:00
Peter Wemm
0bf958b1eb
Clean (trimmed down) import of bind-4.9.6 onto vendor branch. This is
...
to buy time to allow v8.1.1 to be done right rather than rushing it.
1997-06-27 07:25:32 +00:00
Peter Wemm
11e226045a
This commit was generated by cvs2svn to compensate for changes in r26971,
...
which included commits to RCS files with non-trunk default branches.
1997-06-27 07:25:32 +00:00
Peter Wemm
e945c6e614
These are gone in 4.9.5
1997-01-01 09:29:03 +00:00
Peter Wemm
e5167894d1
Import Paul Vixie/ISC's bind-4.9.5-patch1 onto the vendor branch.
...
This has some (all?) of the DNSSEC key management/distribution mechanism
in place. (The SIG and KEY RR's)
Obtained from: Paul Vixie / ISC / ftp.isc.org
1996-12-31 19:51:17 +00:00
Peter Wemm
d6da9453b6
Take #2 . Import bind-4.9.4-P1 into the intended directory!
...
This has most of the non-essential stuff removed (ie: what is not built)
bmake glue to follow.
1996-08-29 19:20:22 +00:00