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_rq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix misalignment bugs caused by invalid type casts of pointers
marcel
2006-08-22
1
-4
/
+4
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Add support for SMB request signing, which prevents "man in the middle"
tjr
2004-01-02
1
-4
/
+20
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+4
*
- Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with
jeff
2003-03-31
1
-4
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in
robert
2002-12-16
1
-1
/
+1
*
Use m_length() instead of home-rolled versions.
phk
2002-09-18
1
-3
/
+1
*
Enable browsing of NetApp servers (use ascii mode).
bp
2002-09-16
1
-1
/
+4
*
Move the new byte order function prototypes from <sys/param.h> to
mike
2002-04-26
1
-0
/
+1
*
Spelling fixes.
bp
2001-12-31
1
-4
/
+4
*
- Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.
arr
2001-12-09
1
-1
/
+1
*
Pull netsmb requester from the pre-KSE world. This update mostly based
bp
2001-12-02
1
-2
/
+2
*
Use proper endian conversions.
bp
2001-08-21
1
-1
/
+1
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+752