mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-27 20:42:07 +00:00
- (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512
bz#1579; ok dtucker
This commit is contained in:
parent
ea909791c5
commit
d82a260fdf
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user