Correct fix (removed the earlier band-aid) for what I thought was a signing
authorJeremy Allison <jra@samba.org>
Sat, 2 Aug 2003 00:29:45 +0000 (00:29 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 2 Aug 2003 00:29:45 +0000 (00:29 +0000)
commit2093a3130d4087d0659b497eebd580e7a66e5aa3
tree236ea317831b7fa31054332c734179b22fa6a911
parentc4af1ec73584656fb9d2b372461da4748e1643f1
Correct fix (removed the earlier band-aid) for what I thought was a signing
bug with w2k. Turns out that when we're doing a trans/trans2/nttrans call
the MID and send_sequence_number and reply_sequence_number must remain constant.
This was something we got very wrong in earlier versions of Samba. I can now
get a directory listing from WINNT\SYSTEM32 with the older earlier parameters
for clilist.c
This still needs to be fixed for the server side of Samba, client appears to
be working happily now (I'm doing a signed smbtar download of an entire W2K3
image to test this :-).
Jeremy.
source/libsmb/clientgen.c
source/libsmb/clilist.c
source/libsmb/clitrans.c
source/libsmb/smb_signing.c