aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_conn.h
Commit message (Expand)AuthorAgeFilesLines
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.Davide Italiano2013-05-041-17/+17
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-0/+6
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-6/+0
* Catch up internal locking routines in netsmb with lockmgr changes --Robert Watson2008-11-021-6/+6
* Remove unused vc_tnode field from struct smb_vc.Robert Watson2008-03-101-1/+0
* - Handle buffer lock waiters count directly in the buffer cache insteadAttilio Rao2008-03-011-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add support for SMB request signing, which prevents "man in the middle"Tim J. Robbins2004-01-021-0/+3
* Reserve space for the trailing null byte in the srvname member ofTim J. Robbins2003-07-271-1/+1
* Implement support for mixed case passwords.Boris Popov2002-09-161-0/+1
* Add support for large readx and writex functions if server supports them.Boris Popov2002-09-161-0/+2
* Include <sys/lockmgr.h> for old lock interfaces instead of includingBruce Evans2002-08-271-1/+1
* Add unicode related definition for future use. Descibe Samba bug.Boris Popov2002-02-211-0/+1
* Spelling fixes.Boris Popov2001-12-311-3/+3
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-021-11/+10
* Remove bogus include.Boris Popov2001-06-141-3/+0
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+464