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
/
fs
/
smbfs
/
smbfs_smb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the type of newsize argument in the smbfs_smb_setfsize() function
ae
2016-01-11
1
-4
/
+4
*
Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.
ae
2014-04-15
1
-4
/
+59
*
- Fix double frees/user after free.
davide
2013-07-03
1
-113
/
+56
*
smbfs_lookup() in the DOTDOT case operates on dvp->n_parent without
davide
2013-03-09
1
-9
/
+3
*
Fix panic due to page faults while in kernel mode, under conditions of
davide
2012-10-31
1
-32
/
+97
*
- Remove the references to the deprecated zalloc kernel interface
davide
2012-10-25
1
-6
/
+1
*
Add unicode support to msdosfs and smbfs; original pathes from imura,
kevlo
2011-11-18
1
-9
/
+35
*
Make a comment more accurate.
jonathan
2011-07-07
1
-1
/
+1
*
Switch to our preferred 2-clause BSD license.
joel
2010-04-07
1
-6
/
+0
*
Remove unused smbfs_smb_qpathinfo().
trasz
2010-01-08
1
-110
/
+0
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-1
/
+1
*
Create a bidirectional mapping of the DOS 'read only' attribute
bp
2006-11-05
1
-2
/
+3
*
Fix interaction with Windows 2000/XP based servers:
bp
2005-11-22
1
-1
/
+3
*
Make smbfs capable to use 16bit char set in filenames.
takawata
2005-05-04
1
-2
/
+2
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Convert to nmount. Add omount compat.
phk
2004-12-06
1
-1
/
+1
*
Fix an inverted test for NOPEN in the unused function smb_smb_flush().
tjr
2004-01-12
1
-1
/
+1
*
Send the close request to the SMB server in smbfs_inactive(), instead of
tjr
2003-06-17
1
-1
/
+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
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Store a reference to the parent directory's vnode in struct smbnode,
tjr
2002-12-13
1
-1
/
+2
*
Cast a pointer to a uintptr_t to quiet a warning.
jhb
2002-11-07
1
-1
/
+1
*
Implement additional SMB calls to allow proper update of file size as some
bp
2002-09-18
1
-2
/
+234
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-6
/
+6
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Use proper endian conversion.
bp
2001-08-21
1
-1
/
+1
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+1273