=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/ssh/servconf.h 1999/10/17 20:48:07 1.10 +++ src/usr.bin/ssh/servconf.h 1999/11/10 23:36:44 1.11 @@ -13,7 +13,7 @@ */ -/* RCSID("$Id: servconf.h,v 1.10 1999/10/17 20:48:07 dugsong Exp $"); */ +/* RCSID("$Id: servconf.h,v 1.11 1999/11/10 23:36:44 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -33,8 +33,6 @@ int key_regeneration_time; /* Server key lifetime (seconds). */ int permit_root_login; /* If true, permit root login. */ int ignore_rhosts; /* Ignore .rhosts and .shosts. */ - int quiet_mode; /* If true, don't log anything but fatals. */ - int fascist_logging; /* Perform very verbose logging. */ int print_motd; /* If true, print /etc/motd. */ int check_mail; /* If true, check for new mail. */ int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ @@ -42,6 +40,7 @@ int strict_modes; /* If true, require string home dir modes. */ int keepalives; /* If true, set SO_KEEPALIVE. */ SyslogFacility log_facility; /* Facility for system logging. */ + LogLevel log_level; /* Level for system logging. */ int rhosts_authentication; /* If true, permit rhosts authentication. */ int rhosts_rsa_authentication;/* If true, permit rhosts RSA authentication.*/ int rsa_authentication; /* If true, permit RSA authentication. */