summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authormouring <mouring>2002-03-22 01:24:38 +0000
committermouring <mouring>2002-03-22 01:24:38 +0000
commite4a037c7e72cb54e4cdd5505cbaa177ab43b87ba (patch)
tree3b0882ee30e4edef2765359a987c3bc6f75430a2 /auth.h
parent7fadb40f2f98df22a5c4574207d5feac4bc26189 (diff)
downloadopenssh-e4a037c7e72cb54e4cdd5505cbaa177ab43b87ba.tar.gz
- provos@cvs.openbsd.org 2002/03/17 20:25:56
[auth.c auth.h auth1.c auth2.c] getpwnamallow returns struct passwd * only if user valid; okay markus@
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth.h b/auth.h
index 83471a0a..5f0ed7da 100644
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.31 2002/03/16 17:22:09 markus Exp $ */
+/* $OpenBSD: auth.h,v 1.32 2002/03/17 20:25:56 provos Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -133,6 +133,7 @@ int auth2_challenge(Authctxt *, char *);
void auth2_challenge_stop(Authctxt *);
int allowed_user(struct passwd *);
+struct passwd * getpwnamallow(const char *user);
char *get_challenge(Authctxt *);
int verify_response(Authctxt *, const char *);