index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netsmb
/
smb_subr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change some variables from int to size_t. This is more accurate since
csjp
2011-01-08
1
-4
/
+4
*
Switch to our preferred 2-clause BSD license.
joel
2010-04-07
1
-7
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add support for SMB request signing, which prevents "man in the middle"
tjr
2004-01-02
1
-0
/
+3
*
Rewrite the code that uses the try/catch paradigm implemented by
marcel
2003-08-23
1
-36
/
+0
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-1
/
+1
*
Remove fragments of support for the FreeBSD 3.x and 4.x branches.
tjr
2003-03-06
1
-2
/
+0
*
<sys/lock.h> is a prerequisite for <sys/mutex.h>, so include the former
bde
2002-08-27
1
-0
/
+1
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-4
/
+4
*
Pull netsmb requester from the pre-KSE world. This update mostly based
bp
2001-12-02
1
-2
/
+2
*
Remove unnecessary "#if __FreeBSD_version".
bp
2001-08-21
1
-34
/
+0
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+198