summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_subr.h
Commit message (Expand)AuthorAgeFilesLines
* Change some variables from int to size_t. This is more accurate sincecsjp2011-01-081-4/+4
* Switch to our preferred 2-clause BSD license.joel2010-04-071-7/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add support for SMB request signing, which prevents "man in the middle"tjr2004-01-021-0/+3
* Rewrite the code that uses the try/catch paradigm implemented bymarcel2003-08-231-36/+0
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-1/+1
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-061-2/+0
* <sys/lock.h> is a prerequisite for <sys/mutex.h>, so include the formerbde2002-08-271-0/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-4/+4
* Pull netsmb requester from the pre-KSE world. This update mostly basedbp2001-12-021-2/+2
* Remove unnecessary "#if __FreeBSD_version".bp2001-08-211-34/+0
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+198
OpenPOWER on IntegriCloud