NetBSD/sys/netsmb
drochner 29eaa7cc18 "(u_short > 0xffff)" is never true, as gcc3 found out 2003-07-03 10:59:12 +00:00
..
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
files.netsmb always include support for password encryption 2003-02-19 08:33:08 +00:00
iconv.c need dstlen to make it safe 2003-05-16 05:14:40 +00:00
iconv.h pull iconv.h from FreeBSD, update the stub iconv routines to match 2003-02-16 19:50:48 +00:00
mchain.h Change a few int -> size_t to make it compile on archs where they are not 2003-02-19 12:01:37 +00:00
netbios.h parenthesize NB_ENCNAMELEN value 2003-03-27 11:22:29 +00:00
smb.h add bunch of NT DIRECTORY CHANGE NOTIFY and NT CREATE AND X related constants 2003-04-07 11:13:24 +00:00
smb_conn.c Make it compile with DEBUG but no DIAGNOSTIC. 2003-06-02 20:43:36 +00:00
smb_conn.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_crypt.c add __KERNEL_RCSID 2003-02-25 09:12:11 +00:00
smb_dev.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_dev.h remove unused struct members from struct smbioc_rq 2003-03-23 12:17:49 +00:00
smb_iod.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_rq.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_rq.h use pools instead of malloc(9) for allocation of smb request structures 2003-04-07 19:35:39 +00:00
smb_smb.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_subr.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_subr.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_tran.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_trantcp.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
smb_trantcp.h Receive packets in a small pieces (NB_SORECEIVE_CHUNK), so TCP slowstart will 2003-03-24 18:08:51 +00:00
smb_usr.c "(u_short > 0xffff)" is never true, as gcc3 found out 2003-07-03 10:59:12 +00:00
subr_mchain.c #ifdef MCHAIN_DEBUG a too verbose message 2003-04-04 08:20:50 +00:00