]> andersk Git - openssh.git/blob - auth.h
- (djm) Fix server not exiting with jobs in background.
[openssh.git] / auth.h
1 #ifndef AUTH_H
2 #define AUTH_H
3
4 void    do_authentication(void);
5 void    do_authentication2(void);
6
7 struct passwd *
8 auth_get_user(void);
9
10 int allowed_user(struct passwd * pw);
11
12 #define AUTH_FAIL_MAX 6
13 #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
14 #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
15
16 #endif
17
This page took 0.061276 seconds and 5 git commands to generate.