summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-09-11 15:07:03 +0200
committerDarren Tucker <dtucker@zip.com.au>2004-09-11 15:07:03 +0200
commit77fc29eeb382974ae063227c249ee3b98646e38a (patch)
treefba14efc7adf195758fc0e556c88d8fcc772919c /auth.h
parent - (djm) [auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c] (diff)
downloadopenssh-77fc29eeb382974ae063227c249ee3b98646e38a.tar.xz
openssh-77fc29eeb382974ae063227c249ee3b98646e38a.zip
- (dtucker) [auth-pam.c auth.h auth2-none.c auth2.c monitor.c monitor_wrap.c]
Bug #892: Send messages from failing PAM account modules to the client via SSH2_MSG_USERAUTH_BANNER messages. Note that this will not happen with SSH2 kbdint authentication, which need to be dealt with separately. ok djm@
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index 2f094403d..760337bea 100644
--- a/auth.h
+++ b/auth.h
@@ -137,6 +137,7 @@ void do_authentication2(Authctxt *);
void auth_log(Authctxt *, int, char *, char *);
void userauth_finish(Authctxt *, int, char *);
+void userauth_send_banner(const char *);
int auth_root_allowed(char *);
char *auth2_read_banner(void);