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
obrien
8b64eb1925
Use __FBSDID().
2003-06-11 05:37:42 +00:00
imp
cf874b345d
Back out M_* changes, per decision of the TRB.
...
Approved by: trb
2003-02-19 05:47:46 +00:00
alfred
bf8e8a6e8f
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
...
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
2003-01-21 08:56:16 +00:00
fjoe
c3e4656828
fix connecting to (samba) server when share-level security is in effect
...
(do not send second password at all)
Approved by: bp, re
MFC after: 1 week
2002-12-07 08:28:56 +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
bp
5829508a14
Remove redundant checks for iovcnt > 1. This should be handled properly
...
in the subr_mchain.
Obtained from: Darwin project
MFC after: 2 weeks
2002-02-21 16:18:39 +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
obrien
7fd9a6a23a
Update to C99, s/__FUNCTION__/__func__/,
...
also don't use ANSI string concatenation.
2001-12-10 08:09:49 +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
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