terminology update (smbdemo is SMB1/CIFS only, not SMB2)

This commit is contained in:
Christopher Shepherd 2015-05-24 23:14:23 -04:00
parent 53d716efaa
commit 61cfc64904
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
CIFS / SMB2 navel gazing, in 65816 assembly.
CIFS / SMB1 navel gazing, in 65816 assembly.
5/24/2015 - Current status: Connects on port 445, completes Protocol Negotiation, successfully sends login (on Setup_ANDX message), obsolete LM (DES) style password. Sends successful Tree_ANDX message, thus connecting to a remote share. Sends Open_ANDX message message, opening a file.
@ -16,5 +16,4 @@ I mostly only hack on weekends, but can test and merge all week long.
If this is not your style, fork it or start over, but at least try.
Oh and the .AppleDouble files are because I build to an AppleShare target. Then I boot up the IIGS and double-click to run it. Just think, someday we won't need that.
Oh and the .AppleDouble files are because I build to an AppleShare target. Then I boot up the IIGS and double-click to run it.

View File

@ -1,5 +1,5 @@
*
* Marinetti / SMB2 Test, Mark II
* Marinetti / SMB1 Test (THIS IS NOT SMB2), Mark II
*
* CHANGELOG
* Thursday, April 30, 2015 - Restarted effort, ported code from ORCA/M to Merlin32 and debugged Merlin32 environment