aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misalignment bugs caused by invalid type casts of pointersMarcel Moolenaar2006-08-221-2/+2
* Retire NETSMBCRYPTO as a kernel option and make its functionalityYaroslav Tykhiy2006-03-051-32/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add support for SMB request signing, which prevents "man in the middle"Tim J. Robbins2004-01-021-1/+192
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* Fix an old off-by-one error causing well known 'wrong bucket' panic.Boris Popov2001-08-211-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-2/+2
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+146