aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a reference to LK_DRAIN now that lockmgr(9) is gone from thisDavide Italiano2013-06-281-1/+0
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.Davide Italiano2013-05-041-85/+134
* Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano2012-10-311-3/+0
* Add unicode support to msdosfs and smbfs; original pathes from imura,Kevin Lo2011-11-181-4/+28
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* 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-51/+48
* smb_vc_put() requires that the passed vcp be locked, so lock it beforeRobert Watson2008-11-021-1/+3
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-1/+1
* Currently, smb_co_init() uses the same lock name for the mutex interlockAttilio Rao2008-02-241-8/+9
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-9/+7
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-0/+1
* Always lock the lockmgr lock when creating an smb connection object ratherJohn Baldwin2006-07-171-1/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recentPeter Edwards2005-05-131-3/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-4/+12
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-2/+2
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-261-1/+3
* Add support for SMB request signing, which prevents "man in the middle"Tim J. Robbins2004-01-021-0/+5
* Rewrite the code that uses the try/catch paradigm implemented byMarcel Moolenaar2003-08-231-68/+83
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Wire the sysctl output buffer before grabbing any locks to preventDon Lewis2002-07-281-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-021-65/+65
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+0
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+874