Searched refs:smb_logon_t (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/common/smbsrv/ |
H A D | smb_token.c | 137 smb_logon_t * 140 smb_logon_t *obj; in smb_logon_decode() 145 if ((obj = malloc(sizeof (smb_logon_t))) == NULL) { in smb_logon_decode() 151 bzero(obj, sizeof (smb_logon_t)); in smb_logon_decode() 163 smb_logon_free(smb_logon_t *obj) in smb_logon_free()
|
H A D | smb_token_xdr.c | 167 smb_logon_xdr(XDR *xdrs, smb_logon_t *objp) in smb_logon_xdr()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_token.h | 126 } smb_logon_t; typedef 134 smb_token_t *smb_logon(smb_logon_t *); 139 smb_logon_t *smb_logon_decode(uint8_t *, uint32_t); 140 void smb_logon_free(smb_logon_t *);
|
H A D | smb_kproto.h | 672 smb_token_t *smb_get_token(smb_session_t *, smb_logon_t *);
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
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 *); 55 static void netr_interactive_samlogon(netr_info_t *, smb_logon_t *, 58 smb_logon_t *, struct netr_logon_info2 *); 59 static void netr_setup_identity(ndr_heap_t *, smb_logon_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() 205 netr_setup_token(struct netr_validation_info3 *info3, smb_logon_t *user_info, in netr_setup_token() 295 char *server, smb_logon_t *user_info, smb_token_t *token) in netr_server_samlogon() 404 netr_interactive_samlogon(netr_info_t *netr_info, smb_logon_t *user_info, in netr_interactive_samlogon() [all …]
|
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 *, 56 static uint32_t smb_token_setup_guest(smb_logon_t *, smb_token_t *); 419 smb_logon(smb_logon_t *user_info) in smb_logon() 473 smb_logon_local(smb_logon_t *user_info, smb_token_t *token) in smb_logon_local() 512 smb_logon_guest(smb_logon_t *user_info, smb_token_t *token) in smb_logon_guest() [all …]
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session_setup_andx.c | 236 smb_logon_t user_info; in smb_authenticate_core() 243 bzero(&user_info, sizeof (smb_logon_t)); in smb_authenticate_core() 309 DTRACE_PROBE1(smb__sessionsetup__clntinfo, smb_logon_t *, &user_info); in smb_authenticate_core()
|
H A D | smb_user.c | 700 smb_get_token(smb_session_t *session, smb_logon_t *user_info) in smb_get_token()
|
/titanic_44/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd.h | 52 smb_token_t *smbd_user_auth_logon(smb_logon_t *);
|
H A D | smbd_logon.c | 81 smbd_user_auth_logon(smb_logon_t *user_info) in smbd_user_auth_logon()
|
H A D | smbd_doorsvc.c | 575 smb_logon_t *user_info; in smbd_dop_user_auth_logon()
|
/titanic_44/usr/src/cmd/smbsrv/dtrace/ |
H A D | msrpc.d | 130 user_info = (smb_logon_t *)arg0;
|