[BACK]Return to auth-options.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth-options.h between version 1.8.2.2 and 1.9

version 1.8.2.2, 2002/03/09 00:20:43 version 1.9, 2001/06/26 06:32:47
Line 1 
Line 1 
 /*      $OpenBSD$       */  
   
 /*  /*
  * 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
Line 13 
Line 11 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
   /* $OpenBSD$ */
   
 #ifndef AUTH_OPTIONS_H  #ifndef AUTH_OPTIONS_H
 #define AUTH_OPTIONS_H  #define AUTH_OPTIONS_H
   
Line 30 
Line 30 
 extern char *forced_command;  extern char *forced_command;
 extern struct envstring *custom_environment;  extern struct envstring *custom_environment;
   
 int     auth_parse_options(struct passwd *, char *, char *, u_long);  /*
    * return 1 if access is granted, 0 if not.
    * side effect: sets key option flags
    */
   int
   auth_parse_options(struct passwd *, char *, char *, u_long);
   
   /* reset options flags */
 void    auth_clear_options(void);  void    auth_clear_options(void);
   
 #endif  #endif

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