summaryrefslogtreecommitdiff
path: root/other/openssh-2.1.1p4/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/openssh-2.1.1p4/auth.h')
-rw-r--r--other/openssh-2.1.1p4/auth.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/other/openssh-2.1.1p4/auth.h b/other/openssh-2.1.1p4/auth.h
deleted file mode 100644
index 61b1f2c..0000000
--- a/other/openssh-2.1.1p4/auth.h
+++ /dev/null
@@ -1,17 +0,0 @@
1#ifndef AUTH_H
2#define AUTH_H
3
4void do_authentication(void);
5void do_authentication2(void);
6
7struct passwd *
8auth_get_user(void);
9
10int 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