[BACK]Return to login.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/login.c between version 1.8 and 1.9

version 1.8, 1999/11/23 22:25:54 version 1.9, 1999/11/24 00:26:02
Line 1 
Line 1 
 /*  /*
    *
 login.c   * login.c
    *
 Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
    *
 Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland   * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
                    All rights reserved   *                    All rights reserved
    *
 Created: Fri Mar 24 14:51:08 1995 ylo   * Created: Fri Mar 24 14:51:08 1995 ylo
    *
 This file performs some of the things login(1) normally does.  We cannot   * This file performs some of the things login(1) normally does.  We cannot
 easily use something like login -p -h host -f user, because there are   * easily use something like login -p -h host -f user, because there are
 several different logins around, and it is hard to determined what kind of   * several different logins around, and it is hard to determined what kind of
 login the current system has.  Also, we want to be able to execute commands   * login the current system has.  Also, we want to be able to execute commands
 on a tty.   * on a tty.
    *
 */   */
   
 #include "includes.h"  #include "includes.h"
 RCSID("$Id$");  RCSID("$Id$");

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9