Searched refs:smb_token_t (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_token.h | 101 } smb_token_t; typedef 132 void smb_token_free(smb_token_t *); 134 smb_token_t *smb_logon(smb_logon_t *); 136 void smb_token_destroy(smb_token_t *); 137 uint8_t *smb_token_encode(smb_token_t *, uint32_t *); 138 void smb_token_log(smb_token_t *); 143 int smb_token_query_privilege(smb_token_t *token, int priv_id); 144 boolean_t smb_token_valid(smb_token_t *);
|
H A D | smb_kproto.h | 545 int smb_sign_begin(smb_request_t *, smb_token_t *); 672 smb_token_t *smb_get_token(smb_session_t *, smb_logon_t *); 673 cred_t *smb_cred_create(smb_token_t *);
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_logon.c | 45 typedef void (*smb_logonop_t)(smb_logon_t *, smb_token_t *); 47 extern void smb_logon_domain(smb_logon_t *, smb_token_t *); 48 static void smb_logon_local(smb_logon_t *, smb_token_t *); 49 static void smb_logon_guest(smb_logon_t *, smb_token_t *); 50 static void smb_logon_anon(smb_logon_t *, smb_token_t *); 52 static uint32_t smb_token_auth_local(smb_logon_t *, smb_token_t *, 55 static uint32_t smb_token_setup_local(smb_passwd_t *, smb_token_t *); 56 static uint32_t smb_token_setup_guest(smb_logon_t *, smb_token_t *); 57 static uint32_t smb_token_setup_anon(smb_token_t *token); 59 static boolean_t smb_token_is_member(smb_token_t *, smb_sid_t *); [all …]
|
H A D | netr_logon.c | 51 static uint32_t netlogon_logon(smb_logon_t *, smb_token_t *); 53 smb_logon_t *, smb_token_t *); 65 smb_token_t *); 102 smb_logon_domain(smb_logon_t *user_info, smb_token_t *token) in smb_logon_domain() 148 netlogon_logon(smb_logon_t *user_info, smb_token_t *token) in netlogon_logon() 206 netr_info_t *netr_info, smb_token_t *token) in netr_setup_token() 295 char *server, smb_logon_t *user_info, smb_token_t *token) in netr_server_samlogon() 636 smb_token_t *token) in netr_setup_token_wingrps()
|
H A D | libmlsvc.h | 109 extern void smb_autohome_add(const smb_token_t *);
|
H A D | smb_autohome.c | 76 smb_autohome_add(const smb_token_t *token) in smb_autohome_add()
|
/titanic_41/usr/src/common/smbsrv/ |
H A D | smb_token.c | 53 smb_token_query_privilege(smb_token_t *token, int priv_id) in smb_token_query_privilege() 78 smb_token_valid(smb_token_t *token) in smb_token_valid() 104 smb_token_encode(smb_token_t *obj, uint32_t *len) in smb_token_encode() 174 smb_token_free(smb_token_t *token) in smb_token_free() 178 kmem_free(token, sizeof (smb_token_t)); in smb_token_free()
|
H A D | smb_token_xdr.c | 261 smb_token_xdr(XDR *xdrs, smb_token_t *objp) in smb_token_xdr()
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_cred.c | 42 smb_cred_create(smb_token_t *token) in smb_cred_create()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session_setup_andx.c | 37 static uint32_t smb_priv_xlate(smb_token_t *); 234 smb_token_t *token = NULL; in smb_authenticate_core() 375 smb_cred_create(smb_token_t *token) in smb_cred_create() 485 smb_priv_xlate(smb_token_t *token) in smb_priv_xlate()
|
H A D | smb_user.c | 699 smb_token_t * 702 smb_token_t *token; in smb_get_token() 705 token = kmem_zalloc(sizeof (smb_token_t), KM_SLEEP); in smb_get_token() 711 kmem_free(token, sizeof (smb_token_t)); in smb_get_token()
|
H A D | smb_signing.c | 117 smb_sign_begin(smb_request_t *sr, smb_token_t *token) in smb_sign_begin()
|
/titanic_41/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_logon.c | 80 smb_token_t * 83 smb_token_t *token; in smbd_user_auth_logon()
|
H A D | smbd.h | 52 smb_token_t *smbd_user_auth_logon(smb_logon_t *);
|
H A D | smbd_doorsvc.c | 576 smb_token_t *token; in smbd_dop_user_auth_logon()
|