summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-26 03:08:47 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-26 03:08:47 +0000
commit5facb2bbc44db97f9a9cb8bf0643b29fede3e151 (patch)
tree769cb2079d41159b4cb7835b093738ec2d2904e2
parentf6d367b91a78f91bc876a4c444e185e315244fdb (diff)
- markus@cvs.openbsd.org 2002/03/25 09:25:06
[auth-rh-rsa.c] rm bogus comment
-rw-r--r--ChangeLog5
-rw-r--r--auth-rh-rsa.c7
2 files changed, 5 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e8b9660..6e63b16d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,9 @@
- markus@cvs.openbsd.org 2002/03/25 09:21:13
[auth-rsa.c]
return 0 (not NULL); tomh@po.crl.go.jp
+ - markus@cvs.openbsd.org 2002/03/25 09:25:06
+ [auth-rh-rsa.c]
+ rm bogus comment
20020324
- (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
@@ -8039,4 +8042,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1985 2002/03/26 02:59:31 mouring Exp $
+$Id: ChangeLog,v 1.1986 2002/03/26 03:08:47 mouring Exp $
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index 75fd0b25..d7848d04 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,7 +13,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $");
+RCSID("$OpenBSD: auth-rh-rsa.c,v 1.34 2002/03/25 09:25:06 markus Exp $");
#include "packet.h"
#include "uidswap.h"
@@ -30,11 +30,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $");
/* import */
extern ServerOptions options;
-/*
- * Tries to authenticate the user using the .rhosts file and the host using
- * its host key. Returns true if authentication succeeds.
- */
-
int
auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost,
Key *client_host_key)