* After having done a server upgrade to some newer version of samba, smb_session_login_spnego() consistently failed. The reason was that smb_spnego::challenge() invokes asn1_read_value() with a buffer of size 256 bytes, but that function for some reason requires a buffer of 258 bytes in size. Fix this the simple way by increasing the on-stack buffer to 512 bytes.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|