freebsd-dev/sys/netsmb
John Baldwin 44731cab3b Change the suser() API to take advantage of td_ucred as well as do a
general cleanup of the API.  The entire API now consists of two functions
similar to the pre-KSE API.  The suser() function takes a thread pointer
as its only argument.  The td_ucred member of this thread must be valid
so the only valid thread pointers are curthread and a few kernel threads
such as thread0.  The suser_cred() function takes a pointer to a struct
ucred as its first argument and an integer flag as its second argument.
The flag is currently only used for the PRISON_ROOT flag.

Discussed on:	smp@
2002-04-01 21:31:13 +00:00
..
netbios.h
smb_conn.c Simple p_ucred -> td_ucred changes to start using the per-thread ucred 2002-02-27 18:32:23 +00:00
smb_conn.h Add unicode related definition for future use. Descibe Samba bug. 2002-02-21 16:13:19 +00:00
smb_crypt.c
smb_dev.c Simple p_ucred -> td_ucred changes to start using the per-thread ucred 2002-02-27 18:32:23 +00:00
smb_dev.h
smb_iod.c
smb_rq.c
smb_rq.h
smb_smb.c Remove redundant checks for iovcnt > 1. This should be handled properly 2002-02-21 16:18:39 +00:00
smb_subr.c Simple p_ucred -> td_ucred changes to start using the per-thread ucred 2002-02-27 18:32:23 +00:00
smb_subr.h Change the suser() API to take advantage of td_ucred as well as do a 2002-04-01 21:31:13 +00:00
smb_tran.h
smb_trantcp.c Missed this file for select SMP fixes associated with rev 1.93 of 2002-03-14 05:16:18 +00:00
smb_trantcp.h
smb_usr.c
smb.h Add subfunction definition for future use. 2002-02-21 16:10:42 +00:00