[readconf.c]
     typo
This commit is contained in:
Ben Lindstrom 2001-04-12 23:36:05 +00:00
parent 5eabda303a
commit d69dab3cde
2 changed files with 6 additions and 3 deletions

View File

@ -13,6 +13,9 @@
implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)
similar to RhostRSAAuthentication unless you enable (the experimental) similar to RhostRSAAuthentication unless you enable (the experimental)
HostbasedUsesNameFromPacketOnly option. please test. :) HostbasedUsesNameFromPacketOnly option. please test. :)
- markus@cvs.openbsd.org 2001/04/12 19:39:27
[readconf.c]
typo
- (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others) - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
lack it. lack it.
@ -5035,4 +5038,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1103 2001/04/12 23:34:34 mouring Exp $ $Id: ChangeLog,v 1.1104 2001/04/12 23:36:05 mouring Exp $

View File

@ -12,7 +12,7 @@
*/ */
#include "includes.h" #include "includes.h"
RCSID("$OpenBSD: readconf.c,v 1.72 2001/04/12 19:15:25 markus Exp $"); RCSID("$OpenBSD: readconf.c,v 1.73 2001/04/12 19:39:27 markus Exp $");
#include "ssh.h" #include "ssh.h"
#include "xmalloc.h" #include "xmalloc.h"
@ -132,7 +132,7 @@ static struct {
{ "pubkeyauthentication", oPubkeyAuthentication }, { "pubkeyauthentication", oPubkeyAuthentication },
{ "dsaauthentication", oPubkeyAuthentication }, /* alias */ { "dsaauthentication", oPubkeyAuthentication }, /* alias */
{ "rhostsrsaauthentication", oRhostsRSAAuthentication }, { "rhostsrsaauthentication", oRhostsRSAAuthentication },
{ "hostbaedauthentication", oHostbasedAuthentication }, { "hostbasedauthentication", oHostbasedAuthentication },
{ "challengeresponseauthentication", oChallengeResponseAuthentication }, { "challengeresponseauthentication", oChallengeResponseAuthentication },
{ "skeyauthentication", oChallengeResponseAuthentication }, /* alias */ { "skeyauthentication", oChallengeResponseAuthentication }, /* alias */
{ "tisauthentication", oChallengeResponseAuthentication }, /* alias */ { "tisauthentication", oChallengeResponseAuthentication }, /* alias */