summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7e8b96602..6e63b16d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,9 @@
25 - markus@cvs.openbsd.org 2002/03/25 09:21:13 25 - markus@cvs.openbsd.org 2002/03/25 09:21:13
26 [auth-rsa.c] 26 [auth-rsa.c]
27 return 0 (not NULL); tomh@po.crl.go.jp 27 return 0 (not NULL); tomh@po.crl.go.jp
28 - markus@cvs.openbsd.org 2002/03/25 09:25:06
29 [auth-rh-rsa.c]
30 rm bogus comment
28 31
2920020324 3220020324
30 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure 33 - (stevesk) [session.c] disable LOGIN_NEEDS_TERM until we are sure
@@ -8039,4 +8042,4 @@
8039 - Wrote replacements for strlcpy and mkdtemp 8042 - Wrote replacements for strlcpy and mkdtemp
8040 - Released 1.0pre1 8043 - Released 1.0pre1
8041 8044
8042$Id: ChangeLog,v 1.1985 2002/03/26 02:59:31 mouring Exp $ 8045$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 75fd0b257..d7848d04c 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $"); 16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.34 2002/03/25 09:25:06 markus Exp $");
17 17
18#include "packet.h" 18#include "packet.h"
19#include "uidswap.h" 19#include "uidswap.h"
@@ -30,11 +30,6 @@ RCSID("$OpenBSD: auth-rh-rsa.c,v 1.33 2002/03/19 10:49:35 markus Exp $");
30/* import */ 30/* import */
31extern ServerOptions options; 31extern ServerOptions options;
32 32
33/*
34 * Tries to authenticate the user using the .rhosts file and the host using
35 * its host key. Returns true if authentication succeeds.
36 */
37
38int 33int
39auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, 34auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost,
40 Key *client_host_key) 35 Key *client_host_key)