aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_rq.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* netsmb: Add bounds checking to smb_t2_placedataJohn Baldwin2023-08-041-3/+9
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* netsmb: Avoid a read-after-free in smb_t2_request_int()Mark Johnston2021-05-261-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-7/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-3/+1
* Fix misalignment bugs caused by invalid type casts of pointersMarcel Moolenaar2006-08-221-4/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Add support for SMB request signing, which prevents "man in the middle"Tim J. Robbins2004-01-021-4/+20
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-4/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inRobert Drehmel2002-12-161-1/+1
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-181-3/+1
* Enable browsing of NetApp servers (use ascii mode).Boris Popov2002-09-161-1/+4
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Spelling fixes.Boris Popov2001-12-311-4/+4
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.Andrew R. Reiter2001-12-091-1/+1
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-021-2/+2
* Use proper endian conversions.Boris Popov2001-08-211-1/+1
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+752