- (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
|
20100618
|
||||||
- (djm) [contrib/ssh-copy-id] Update key file explicitly under ~
|
- (djm) [contrib/ssh-copy-id] Update key file explicitly under ~
|
||||||
rather than assuming that $CWD == $HOME. bz#1500, patch from
|
rather than assuming that $CWD == $HOME. bz#1500, patch from
|
||||||
|
|
|
@ -56,7 +56,7 @@ union login_netinfo {
|
||||||
/* string lengths - set very long */
|
/* string lengths - set very long */
|
||||||
#define LINFO_PROGSIZE 64
|
#define LINFO_PROGSIZE 64
|
||||||
#define LINFO_LINESIZE 64
|
#define LINFO_LINESIZE 64
|
||||||
#define LINFO_NAMESIZE 128
|
#define LINFO_NAMESIZE 512
|
||||||
#define LINFO_HOSTSIZE 256
|
#define LINFO_HOSTSIZE 256
|
||||||
|
|
||||||
struct logininfo {
|
struct logininfo {
|
||||||
|
|
Loading…
Reference in New Issue