freebsd-dev/sys/netsmb
Christian S.J. Peron a67b22d67f Change some variables from int to size_t. This is more accurate since
these variables represent sizes in one capacity or another.  There is
no reason to allow negative numbers.  Change userspace shared structure
elements that get used for the modified functions from int to uint32_t,
since it's not clear what userspace programs use these fields, and we
do not want to break binary compatibility.  This fixes a panic when
corrupt or bogus data is passed into the kernel.

Obtained from:	NetBSD
MFC after:	3 weeks
2011-01-08 23:06:54 +00:00
..
netbios.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_conn.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_conn.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_crypt.c Fix misalignment bugs caused by invalid type casts of pointers 2006-08-22 03:05:51 +00:00
smb_dev.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_dev.h Change some variables from int to size_t. This is more accurate since 2011-01-08 23:06:54 +00:00
smb_iod.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_rq.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_rq.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_smb.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_subr.c Change some variables from int to size_t. This is more accurate since 2011-01-08 23:06:54 +00:00
smb_subr.h Change some variables from int to size_t. This is more accurate since 2011-01-08 23:06:54 +00:00
smb_tran.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_trantcp.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_trantcp.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb_usr.c Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00
smb.h Switch to our preferred 2-clause BSD license. 2010-04-07 16:50:38 +00:00