commit | 8727c8a85f3951ef0eef36a665f5dceebb4c495d | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Fri Feb 25 01:11:56 2011 -0600 |
committer | Steve French <sfrench@us.ibm.com> | Tue Apr 12 00:42:06 2011 +0000 |
tree | f35b215604127ebb05a977a1b8c093b7b441b6af | |
parent | bdf1b03e093bdbc571f404e751c7b0e2dca412ea [diff] |
Allow user names longer than 32 bytes We artificially limited the user name to 32 bytes, but modern servers handle larger. Set the maximum length to a reasonable 256, and make the user name string dynamically allocated rather than a fixed size in session structure. Also clean up old checkpatch warning. Signed-off-by: Steve French <sfrench@us.ibm.com>