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

Diff for /src/usr.bin/ssh/readconf.h between version 1.84 and 1.85

version 1.84, 2010/06/25 07:14:46 version 1.85, 2010/06/25 23:15:36
Line 32 
Line 32 
 typedef struct {  typedef struct {
         int     forward_agent;  /* Forward authentication agent. */          int     forward_agent;  /* Forward authentication agent. */
         int     forward_x11;    /* Forward X11 display. */          int     forward_x11;    /* Forward X11 display. */
           int     forward_x11_timeout;    /* Expiration for Cookies */
         int     forward_x11_trusted;    /* Trust Forward X11 display. */          int     forward_x11_trusted;    /* Trust Forward X11 display. */
         int     exit_on_forward_failure;        /* Exit if bind(2) fails for -L/-R */          int     exit_on_forward_failure;        /* Exit if bind(2) fails for -L/-R */
         char   *xauth_location; /* Location for xauth program */          char   *xauth_location; /* Location for xauth program */

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85