freebsd-dev/sys/netsmb
Robert Watson 9c4d63da6d o Make the credential used by socreate() an explicit argument to
socreate(), rather than getting it implicitly from the thread
  argument.

o Make NFS cache the credential provided at mount-time, and use
  the cached credential (nfsmount->nm_cred) when making calls to
  socreate() on initially connecting, or reconnecting the socket.

This fixes bugs involving NFS over TCP and ipfw uid/gid rules, as well
as bugs involving NFS and mandatory access control implementations.

Reviewed by:	freebsd-arch
2001-12-31 17:45:16 +00:00
..
netbios.h
smb_conn.c Pull netsmb requester from the pre-KSE world. This update mostly based 2001-12-02 08:47:29 +00:00
smb_conn.h Pull netsmb requester from the pre-KSE world. This update mostly based 2001-12-02 08:47:29 +00:00
smb_crypt.c Fix an old off-by-one error causing well known 'wrong bucket' panic. 2001-08-21 08:07:18 +00:00
smb_dev.c Pull netsmb requester from the pre-KSE world. This update mostly based 2001-12-02 08:47:29 +00:00
smb_dev.h This file also depends on sys/types.h and sys/ioccom.h. 2001-04-13 10:50:48 +00:00
smb_iod.c - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. 2001-12-09 17:48:08 +00:00
smb_rq.c - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. 2001-12-09 17:48:08 +00:00
smb_rq.h
smb_smb.c Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
smb_subr.c Pull netsmb requester from the pre-KSE world. This update mostly based 2001-12-02 08:47:29 +00:00
smb_subr.h Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
smb_tran.h Pull netsmb requester from the pre-KSE world. This update mostly based 2001-12-02 08:47:29 +00:00
smb_trantcp.c o Make the credential used by socreate() an explicit argument to 2001-12-31 17:45:16 +00:00
smb_trantcp.h Update to C99, s/__FUNCTION__/__func__/, 2001-12-10 08:09:49 +00:00
smb_usr.c
smb.h Use proper endian conversions. 2001-08-21 08:21:03 +00:00