[BACK]Return to readconf.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/readconf.h between version 1.28 and 1.29

version 1.28, 2021/09/27 17:03:13 version 1.29, 2022/02/23 19:07:20
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
 /* $OpenBSD: readconf.h,v 1.145 2021/09/15 06:56:01 djm Exp $ */  /* $OpenBSD: readconf.h,v 1.146 2021/12/19 22:14:47 djm Exp $ */
   
 /*  /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>   * Author: Tatu Ylonen <ylo@cs.hut.fi>
Line 198  typedef struct {
Line 198  typedef struct {
         char    *ignored_unknown; /* Pattern list of unknown tokens to ignore */          char    *ignored_unknown; /* Pattern list of unknown tokens to ignore */
 }       Options;  }       Options;
   
   #define SSH_PUBKEY_AUTH_NO      0x00
   #define SSH_PUBKEY_AUTH_UNBOUND 0x01
   #define SSH_PUBKEY_AUTH_HBOUND  0x02
   #define SSH_PUBKEY_AUTH_ALL     0x03
   
 #define SSH_CANONICALISE_NO     0  #define SSH_CANONICALISE_NO     0
 #define SSH_CANONICALISE_YES    1  #define SSH_CANONICALISE_YES    1
 #define SSH_CANONICALISE_ALWAYS 2  #define SSH_CANONICALISE_ALWAYS 2

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>