From d8a9021f3652d8ab99d0fed2460420c3eb4e10a2 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 15 Feb 2001 03:08:27 +0000 Subject: - markus@cvs.openbsd.org 2001/02/12 16:16:23 [auth-passwd.c auth.c auth.h auth1.c auth2.c servconf.c servconf.h ssh-keygen.c sshd.8] PermitRootLogin={yes,without-password,forced-commands-only,no} (before this change, root could login even if PermitRootLogin==no) --- auth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth.h') diff --git a/auth.h b/auth.h index b604e630..0684f6ff 100644 --- a/auth.h +++ b/auth.h @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $OpenBSD: auth.h,v 1.10 2001/01/21 19:05:43 markus Exp $ + * $OpenBSD: auth.h,v 1.11 2001/02/12 16:16:23 markus Exp $ */ #ifndef AUTH_H #define AUTH_H @@ -112,7 +112,7 @@ void do_authentication2(void); Authctxt *authctxt_new(void); void auth_log(Authctxt *authctxt, int authenticated, char *method, char *info); void userauth_reply(Authctxt *authctxt, int authenticated); -int auth_root_allowed(void); +int auth_root_allowed(char *method); int auth2_challenge(Authctxt *authctxt, char *devs); -- cgit v1.2.3