summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--README.dns5
2 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 31948be5b..32de30915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@
23 - (djm) Configure glue for DNS support (code doesn't work in portable yet) 23 - (djm) Configure glue for DNS support (code doesn't work in portable yet)
24 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support) 24 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
25 - (djm) Tidy Makefile clean targets 25 - (djm) Tidy Makefile clean targets
26 - (djm) Adapt README.dns for portable
26 27
2720030514 2820030514
28 - (djm) Bug #117: Don't lie to PAM about username 29 - (djm) Bug #117: Don't lie to PAM about username
@@ -1498,4 +1499,4 @@
1498 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1499 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1499 ok provos@ 1500 ok provos@
1500 1501
1501$Id: ChangeLog,v 1.2708 2003/05/15 03:23:07 djm Exp $ 1502$Id: ChangeLog,v 1.2709 2003/05/15 03:23:36 djm Exp $
diff --git a/README.dns b/README.dns
index d6889b9a5..e24092e03 100644
--- a/README.dns
+++ b/README.dns
@@ -9,10 +9,7 @@ and DNSSEC is out of the scope of this document.
9 9
10(1) Enable DNS fingerprint support in OpenSSH 10(1) Enable DNS fingerprint support in OpenSSH
11 11
12Edit /usr/src/usr.bin/ssh/Makefile.inc and uncomment the line containing 12 configure --with-dns
13
14 CFLAGS+= -DDNS
15
16 13
17(2) Generate and publish the DNS RR 14(2) Generate and publish the DNS RR
18 15