Mercurial > dropbear
comparison runopts.h @ 1546:bb8eaa26bc93 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 26 Feb 2018 22:44:48 +0800 |
parents | 5916af64acd4 6a83b1944432 |
children | 61a793b6e471 |
comparison
equal
deleted
inserted
replaced
1530:63fa53d3b6c7 | 1546:bb8eaa26bc93 |
---|---|
90 /* whether to print the MOTD */ | 90 /* whether to print the MOTD */ |
91 int domotd; | 91 int domotd; |
92 #endif | 92 #endif |
93 | 93 |
94 int norootlogin; | 94 int norootlogin; |
95 char *restrict_group; | |
96 gid_t restrict_group_gid; | |
95 | 97 |
96 int noauthpass; | 98 int noauthpass; |
97 int norootpass; | 99 int norootpass; |
98 int allowblankpass; | 100 int allowblankpass; |
99 unsigned int maxauthtries; | 101 unsigned int maxauthtries; |