]> andersk Git - openssh.git/blobdiff - loginrec.h
- (dtucker) [Makefile.in] Add a install-nosysconf target for installing the
[openssh.git] / loginrec.h
index dbb3d728fe6bd348452283eed6380af1e8a68c53..53607cb4bd7237b8ce79b2e46cd57257f75dfac7 100644 (file)
@@ -62,7 +62,7 @@ union login_netinfo {
 /* string lengths - set very long */
 #define LINFO_PROGSIZE 64
 #define LINFO_LINESIZE 64
-#define LINFO_NAMESIZE 64
+#define LINFO_NAMESIZE 128
 #define LINFO_HOSTSIZE 256
 
 struct logininfo {
@@ -132,4 +132,6 @@ char *line_fullname(char *dst, const char *src, int dstsize);
 char *line_stripname(char *dst, const char *src, int dstsize);
 char *line_abbrevname(char *dst, const char *src, int dstsize);
 
+void record_failed_login(const char *, const char *, const char *);
+
 #endif /* _HAVE_LOGINREC_H_ */
This page took 0.110379 seconds and 4 git commands to generate.