• Steve French's avatar
    Allow user names longer than 32 bytes · 8727c8a8
    Steve French authored
    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: default avatarSteve French <sfrench@us.ibm.com>
    8727c8a8
cifs_spnego.c 4.71 KB