aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* Recongnize more error codes returned by W2K servers.Boris Popov2002-04-172-1/+14
* Add more NetBIOS name types.Boris Popov2002-04-171-2/+9
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Missed this file for select SMP fixes associated with rev 1.93 ofAlfred Perlstein2002-03-141-27/+24
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-274-5/+4
* Remove redundant checks for iovcnt > 1. This should be handled properlyBoris Popov2002-02-211-7/+7
* Add unicode related definition for future use. Descibe Samba bug.Boris Popov2002-02-212-1/+10
* Add subfunction definition for future use.Boris Popov2002-02-211-0/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-8/+19
* Spelling fixes.Boris Popov2001-12-316-14/+14
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-103-8/+8
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.Andrew R. Reiter2001-12-092-2/+2
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-0210-176/+188
* Map errdos:67 to the ENOENT.Boris Popov2001-08-211-0/+1
* Use local wrappers instead of direct calls to mtx_destroy().Boris Popov2001-08-211-3/+3
* Remove unnecessary "#if __FreeBSD_version".Boris Popov2001-08-213-59/+0
* Use proper endian conversions.Boris Popov2001-08-212-2/+2
* Fix an old off-by-one error causing well known 'wrong bucket' panic.Boris Popov2001-08-211-1/+1
* Remove bogus include.Boris Popov2001-06-141-3/+0
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-2/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-2/+2
* Back out scanning file descriptors with holding a process lock.Seigo Tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).Seigo Tanimura2001-05-141-9/+13
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+7
* This file also depends on sys/types.h and sys/ioccom.h.Boris Popov2001-04-131-7/+6
* Pull constants from netsmb/smb.h.Boris Popov2001-04-111-0/+2
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-1017-0/+6690