- (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512

bz#1579; ok dtucker
This commit is contained in:
Damien Miller 2010-06-22 15:02:39 +10:00
parent ea909791c5
commit d82a260fdf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20100622
- (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512
bz#1579; ok dtucker
20100618
- (djm) [contrib/ssh-copy-id] Update key file explicitly under ~
rather than assuming that $CWD == $HOME. bz#1500, patch from

View File

@ -56,7 +56,7 @@ union login_netinfo {
/* string lengths - set very long */
#define LINFO_PROGSIZE 64
#define LINFO_LINESIZE 64
#define LINFO_NAMESIZE 128
#define LINFO_NAMESIZE 512
#define LINFO_HOSTSIZE 256
struct logininfo {