]> andersk Git - openssh.git/blame - auth.h
- (djm) Fix server not exiting with jobs in background.
[openssh.git] / auth.h
CommitLineData
7368a6c8 1#ifndef AUTH_H
2#define AUTH_H
3
4void do_authentication(void);
e78a59f5 5void do_authentication2(void);
6
7struct passwd *
8auth_get_user(void);
7368a6c8 9
089fbbd2 10int allowed_user(struct passwd * pw);
a306f2dd 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
7368a6c8 16#endif
a306f2dd 17
This page took 0.160798 seconds and 5 git commands to generate.