summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--loginrec.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6ba2ed31..512fbc7e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120100622
2 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512
3 bz#1579; ok dtucker
4
120100618 520100618
2 - (djm) [contrib/ssh-copy-id] Update key file explicitly under ~ 6 - (djm) [contrib/ssh-copy-id] Update key file explicitly under ~
3 rather than assuming that $CWD == $HOME. bz#1500, patch from 7 rather than assuming that $CWD == $HOME. bz#1500, patch from
diff --git a/loginrec.h b/loginrec.h
index 859e1a630..84b486590 100644
--- a/loginrec.h
+++ b/loginrec.h
@@ -56,7 +56,7 @@ union login_netinfo {
56/* string lengths - set very long */ 56/* string lengths - set very long */
57#define LINFO_PROGSIZE 64 57#define LINFO_PROGSIZE 64
58#define LINFO_LINESIZE 64 58#define LINFO_LINESIZE 64
59#define LINFO_NAMESIZE 128 59#define LINFO_NAMESIZE 512
60#define LINFO_HOSTSIZE 256 60#define LINFO_HOSTSIZE 256
61 61
62struct logininfo { 62struct logininfo {