[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.8 and 1.9

version 1.8, 1999/10/11 21:48:29 version 1.9, 1999/10/12 18:11:54
Line 64 
Line 64 
 #endif  #endif
   int permit_empty_passwd;      /* If false, do not permit empty passwords. */    int permit_empty_passwd;      /* If false, do not permit empty passwords. */
   int use_login;                /* If true, login(1) is used */    int use_login;                /* If true, login(1) is used */
     int silent_deny;              /* If true, do not complain to denied hosts */
   unsigned int num_allow_hosts;    unsigned int num_allow_hosts;
   char *allow_hosts[MAX_ALLOW_HOSTS];    char *allow_hosts[MAX_ALLOW_HOSTS];
   unsigned int num_deny_hosts;    unsigned int num_deny_hosts;

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