]> andersk Git - openssh.git/blobdiff - servconf.h
- Merged more OpenBSD CVS changes:
[openssh.git] / servconf.h
index 8c630fcefd71c19e874cda1a85f42e9c58ee6536..86bad5bfbfc54dda33c471ef5fc38ac333cc3df2 100644 (file)
@@ -33,8 +33,6 @@ typedef struct
   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 @@ typedef struct
   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. */
This page took 0.117864 seconds and 4 git commands to generate.