From a251c563c377dc6683cba67ba002060e9d6b171e Mon Sep 17 00:00:00 2001 From: ron Date: Sun, 19 Apr 2009 17:44:45 +0000 Subject: [PATCH] fixed a tag in smb.lua's NSEDoc --- nselib/smb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/smb.lua b/nselib/smb.lua index e832abf15..9640d18a4 100644 --- a/nselib/smb.lua +++ b/nselib/smb.lua @@ -103,7 +103,7 @@ --@args smbsign Controls whether or not server signatures are checked in SMB packets. By default, on Windows, -- server signatures aren't enabled or required. By default, this library will always sign -- packets if it knows how, and will check signatures if the server says to. Possible values are: --- * force: Always check server signatures, even if server says it doesn't support them (will +-- * force: Always check server signatures, even if server says it doesn't support them (will -- probably fail, but is technically more secure). -- * negotiate: [default] Use signatures if server supports them. -- * ignore: Never check server signatures. Not recommended.