summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_smb.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r264494:ae2014-05-021-4/+59
* - Fix double frees/user after free.davide2013-07-031-113/+56
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutdavide2013-03-091-9/+3
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-311-32/+97
* - Remove the references to the deprecated zalloc kernel interfacedavide2012-10-251-6/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-181-9/+35
* Make a comment more accurate.jonathan2011-07-071-1/+1
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
* Remove unused smbfs_smb_qpathinfo().trasz2010-01-081-110/+0
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Create a bidirectional mapping of the DOS 'read only' attributebp2006-11-051-2/+3
* Fix interaction with Windows 2000/XP based servers:bp2005-11-221-1/+3
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-041-2/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Convert to nmount. Add omount compat.phk2004-12-061-1/+1
* Fix an inverted test for NOPEN in the unused function smb_smb_flush().tjr2004-01-121-1/+1
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-171-1/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-131-1/+2
* Cast a pointer to a uintptr_t to quiet a warning.jhb2002-11-071-1/+1
* Implement additional SMB calls to allow proper update of file size as somebp2002-09-181-2/+234
* More s/file system/filesystem/gtrhodes2002-05-161-6/+6
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Use proper endian conversion.bp2001-08-211-1/+1
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+1273
OpenPOWER on IntegriCloud