imp
a50ffc2912
/* -> /*- for license, minor formatting changes
2005-01-07 01:45:51 +00:00
tjr
622d036645
Add support for SMB request signing, which prevents "man in the middle"
...
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.
2004-01-02 22:38:42 +00:00
tjr
e8459951b2
Reserve space for the trailing null byte in the srvname member of
...
struct smb_vc_info.
PR: 46902
2003-07-27 11:36:00 +00:00
bp
2f5f6e2a1c
Implement support for mixed case passwords.
...
Obtained from: Darwin
MFC after: 2 weeks
2002-09-16 10:50:38 +00:00
bp
e97cf22b3b
Add support for large readx and writex functions if server supports them.
...
Obtained from: Darwin
MFC after: 2 weeks
2002-09-16 10:18:34 +00:00
bde
e9eebcdaf0
Include <sys/lockmgr.h> for old lock interfaces instead of including
...
<sys/lock.h> solely for its namespace pollution.
2002-08-27 10:28:33 +00:00
bp
6657ab0f30
Add unicode related definition for future use. Descibe Samba bug.
...
Obtained from: Darwin project
MFC after: 2 weeks
2002-02-21 16:13:19 +00:00
bp
544b7f650b
Spelling fixes.
...
PR: kern/33131
Submitted by: Anders Andersson <anders@hack.org>
MFC after: 1 week
2001-12-31 19:29:43 +00:00
bp
0b6f0e4522
Pull netsmb requester from the pre-KSE world. This update mostly based
...
on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
2001-12-02 08:47:29 +00:00
bp
246086e867
Remove bogus include.
2001-06-14 11:05:01 +00:00
bp
a414f03f5d
Import kernel part of SMB/CIFS requester.
...
Add smbfs(CIFS) filesystem.
Userland part will be in the ports tree for a while.
Obtained from: smbfs-1.3.7-dev package.
2001-04-10 07:59:06 +00:00