summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_rq.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for SMB request signing, which prevents "man in the middle"tjr2004-01-021-1/+5
| | | | | | | | | | | attacks and is required to connect to Windows 2003 servers in their default configuration. This adds an extra field to the SMB header containing the truncated 64-bit MD5 digest of a key (a function of the user's password and the server's authentication challenge), an implicit sequence number, and the message data itself. As signing each message imposes a significant performance penalty, we only enable it if the server will not let us connect without it; this should eventually become an option to mount_smbfs.
* Spelling fixes.bp2001-12-311-1/+1
| | | | | | PR: kern/33131 Submitted by: Anders Andersson <anders@hack.org> MFC after: 1 week
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+151
Add smbfs(CIFS) filesystem. Userland part will be in the ports tree for a while. Obtained from: smbfs-1.3.7-dev package.
OpenPOWER on IntegriCloud