summaryrefslogtreecommitdiff
path: root/auth-rhosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rhosts.c')
-rw-r--r--auth-rhosts.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/auth-rhosts.c b/auth-rhosts.c
index f670276b9..901c8d139 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -1,22 +1,20 @@
1/* 1/*
2 *
3 * auth-rhosts.c
4 *
5 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 *
7 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
8 * All rights reserved 4 * All rights reserved
9 *
10 * Created: Fri Mar 17 05:12:18 1995 ylo
11 *
12 * Rhosts authentication. This file contains code to check whether to admit 5 * Rhosts authentication. This file contains code to check whether to admit
13 * the login based on rhosts authentication. This file also processes 6 * the login based on rhosts authentication. This file also processes
14 * /etc/hosts.equiv. 7 * /etc/hosts.equiv.
15 * 8 *
9 * As far as I am concerned, the code I have written for this software
10 * can be used freely for any purpose. Any derived versions of this
11 * software must be clearly marked as such, and if the derived work is
12 * incompatible with the protocol description in the RFC file, it must be
13 * called by a name other than "ssh" or "Secure Shell".
16 */ 14 */
17 15
18#include "includes.h" 16#include "includes.h"
19RCSID("$OpenBSD: auth-rhosts.c,v 1.14 2000/06/20 01:39:38 markus Exp $"); 17RCSID("$OpenBSD: auth-rhosts.c,v 1.15 2000/09/07 20:27:49 deraadt Exp $");
20 18
21#include "packet.h" 19#include "packet.h"
22#include "ssh.h" 20#include "ssh.h"