summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a reference to LK_DRAIN now that lockmgr(9) is gone from thisdavide2013-06-281-1/+0
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.davide2013-05-041-85/+134
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-311-3/+0
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-4/+28
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
* Catch up internal locking routines in netsmb with lockmgr changes --rwatson2008-11-021-51/+48
* smb_vc_put() requires that the passed vcp be locked, so lock it beforerwatson2008-11-021-1/+3
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-1/+1
* Currently, smb_co_init() uses the same lock name for the mutex interlockattilio2008-02-241-8/+9
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-9/+7
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-0/+1
* Always lock the lockmgr lock when creating an smb connection object ratherjhb2006-07-171-1/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recentpeadar2005-05-131-3/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Avoid casts as lvalues.kan2004-07-281-4/+12
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-2/+2
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* Add support for SMB request signing, which prevents "man in the middle"tjr2004-01-021-0/+5
* Rewrite the code that uses the try/catch paradigm implemented bymarcel2003-08-231-68/+83
* Use __FBSDID().obrien2003-06-111-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Wire the sysctl output buffer before grabbing any locks to preventtruckman2002-07-281-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Pull netsmb requester from the pre-KSE world. This update mostly basedbp2001-12-021-65/+65
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+0
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+874
OpenPOWER on IntegriCloud