Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
daa35ded |
| 21-Feb-2002 |
Boris Popov <bp@FreeBSD.org> |
Add unicode related definition for future use. Descibe Samba bug.
Obtained from: Darwin project MFC after: 2 weeks
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
fc75194c |
| 31-Dec-2001 |
Boris Popov <bp@FreeBSD.org> |
Spelling fixes.
PR: kern/33131 Submitted by: Anders Andersson <anders@hack.org> MFC after: 1 week
|
#
fce6fbfa |
| 02-Dec-2001 |
Boris Popov <bp@FreeBSD.org> |
Pull netsmb requester from the pre-KSE world. This update mostly based on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
|
#
93131977 |
| 14-Jun-2001 |
Boris Popov <bp@FreeBSD.org> |
Remove bogus include.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
681a5bbe |
| 10-Apr-2001 |
Boris Popov <bp@FreeBSD.org> |
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.
|
#
d122d784 |
| 07-Apr-2010 |
Joel Dahl <joel@FreeBSD.org> |
Switch to our preferred 2-clause BSD license.
Approved by: bp
|
Revision tags: release/6.4.0_cvs, release/6.4.0 |
|
#
e3b3762b |
| 03-Nov-2008 |
Robert Watson <rwatson@FreeBSD.org> |
Catch up internal locking routines in netsmb with lockmgr changes -- explicit thread arguments are no longer required in many places.
|
#
b5251868 |
| 10-Mar-2008 |
Robert Watson <rwatson@FreeBSD.org> |
Remove unused vc_tnode field from struct smb_vc.
MFC after: 3 days
|
#
7fbfba7b |
| 01-Mar-2008 |
Attilio Rao <attilio@FreeBSD.org> |
- Handle buffer lock waiters count directly in the buffer cache instead than rely on the lockmgr support [1]: * bump the waiters only if the interlock is held * let brelvp() return the waiters
- Handle buffer lock waiters count directly in the buffer cache instead than rely on the lockmgr support [1]: * bump the waiters only if the interlock is held * let brelvp() return the waiters count * rely on brelvp() instead than BUF_LOCKWAITERS() in order to check for the waiters number - Remove a namespace pollution introduced recently with lockmgr.h including lock.h by including lock.h directly in the consumers and making it mandatory for using lockmgr. - Modify flags accepted by lockinit(): * introduce LK_NOPROFILE which disables lock profiling for the specified lockmgr * introduce LK_QUIET which disables ktr tracing for the specified lockmgr [2] * disallow LK_SLEEPFAIL and LK_NOWAIT to be passed there so that it can only be used on a per-instance basis - Remove BUF_LOCKWAITERS() and lockwaiters() as they are no longer used
This patch breaks KPI so __FreBSD_version will be bumped and manpages updated by further commits. Additively, 'struct buf' changes results in a disturbed ABI also.
[2] Really, currently there is no ktr tracing in the lockmgr, but it will be added soon.
[1] Submitted by: kib Tested by: pho, Andrea Barberio <insomniac at slackware dot it>
show more ...
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
c398230b |
| 07-Jan-2005 |
Warner Losh <imp@FreeBSD.org> |
/* -> /*- for license, minor formatting changes
|
Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0 |
|
#
190b2c4f |
| 02-Jan-2004 |
Tim J. Robbins <tjr@FreeBSD.org> |
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
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.
show more ...
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
#
93e3ed5a |
| 27-Jul-2003 |
Tim J. Robbins <tjr@FreeBSD.org> |
Reserve space for the trailing null byte in the srvname member of struct smb_vc_info.
PR: 46902
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs |
|
#
70f9b9d9 |
| 16-Sep-2002 |
Boris Popov <bp@FreeBSD.org> |
Implement support for mixed case passwords.
Obtained from: Darwin MFC after: 2 weeks
|
#
e2a70cff |
| 16-Sep-2002 |
Boris Popov <bp@FreeBSD.org> |
Add support for large readx and writex functions if server supports them.
Obtained from: Darwin MFC after: 2 weeks
|
#
2c55fd74 |
| 27-Aug-2002 |
Bruce Evans <bde@FreeBSD.org> |
Include <sys/lockmgr.h> for old lock interfaces instead of including <sys/lock.h> solely for its namespace pollution.
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
daa35ded |
| 21-Feb-2002 |
Boris Popov <bp@FreeBSD.org> |
Add unicode related definition for future use. Descibe Samba bug.
Obtained from: Darwin project MFC after: 2 weeks
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
fc75194c |
| 31-Dec-2001 |
Boris Popov <bp@FreeBSD.org> |
Spelling fixes.
PR: kern/33131 Submitted by: Anders Andersson <anders@hack.org> MFC after: 1 week
|
#
fce6fbfa |
| 02-Dec-2001 |
Boris Popov <bp@FreeBSD.org> |
Pull netsmb requester from the pre-KSE world. This update mostly based on the patches submitted by Max Khon <fjoe@iclub.nsu.ru>
|
#
93131977 |
| 14-Jun-2001 |
Boris Popov <bp@FreeBSD.org> |
Remove bogus include.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
681a5bbe |
| 10-Apr-2001 |
Boris Popov <bp@FreeBSD.org> |
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.
|