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

Diff for /src/usr.bin/ssh/servconf.h between version 1.1 and 1.2

version 1.1, 1999/09/26 20:53:37 version 1.2, 1999/09/28 07:56:47
Line 36 
Line 36 
   int fascist_logging;          /* Perform very verbose logging. */    int fascist_logging;          /* Perform very verbose logging. */
   int print_motd;               /* If true, print /etc/motd. */    int print_motd;               /* If true, print /etc/motd. */
   int x11_forwarding;           /* If true, permit inet (spoofing) X11 fwd. */    int x11_forwarding;           /* If true, permit inet (spoofing) X11 fwd. */
     int x11_display_offset;       /* What DISPLAY number to start searching at */
   int strict_modes;             /* If true, require string home dir modes. */    int strict_modes;             /* If true, require string home dir modes. */
   int keepalives;               /* If true, set SO_KEEPALIVE. */    int keepalives;               /* If true, set SO_KEEPALIVE. */
   SyslogFacility log_facility;  /* Facility for system logging. */    SyslogFacility log_facility;  /* Facility for system logging. */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2