Searched refs:smb_passwd_t (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_pwdutil.c | 70 smb_passwd_t *(*pwop_getpwnam)(const char *, smb_passwd_t *); 71 smb_passwd_t *(*pwop_getpwuid)(uid_t, smb_passwd_t *); 90 smb_passwd_t *pw_pwd; 101 static int smb_pwd_chgpwent(smb_passwd_t *, const char *, int); 191 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwnam"); in smb_pwd_init() 194 (smb_passwd_t *(*)())dlsym(smb_pwd_hdl, "smb_pwd_getpwuid"); in smb_pwd_init() 253 smb_passwd_t * 254 smb_pwd_getpwnam(const char *name, smb_passwd_t *smbpw) in smb_pwd_getpwnam() 287 bzero(smbpw, sizeof (smb_passwd_t)); in smb_pwd_getpwnam() 302 smb_passwd_t * [all …]
|
H A D | libsmb.h | 423 } smb_passwd_t; typedef 461 extern smb_passwd_t *smb_pwd_getpwnam(const char *, smb_passwd_t *); 462 extern smb_passwd_t *smb_pwd_getpwuid(uid_t, smb_passwd_t *); 501 boolean_t smb_auth_validate_lm(unsigned char *, uint32_t, smb_passwd_t *, 503 boolean_t smb_auth_validate_nt(unsigned char *, uint32_t, smb_passwd_t *,
|
H A D | smb_auth.c | 498 smb_passwd_t *smbpw, in smb_auth_validate_lm() 537 smb_passwd_t *smbpw, in smb_auth_validate_nt()
|
H A D | smb_sam.c | 211 smb_passwd_t smbpw; in smb_sam_lookup_sid() 510 smb_passwd_t smbpw; in smb_sam_lookup_user()
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_logon.c | 53 smb_passwd_t *); 55 static uint32_t smb_token_setup_local(smb_passwd_t *, smb_token_t *); 476 smb_passwd_t smbpw; in smb_logon_local() 515 smb_passwd_t smbpw; in smb_logon_guest() 553 smb_passwd_t *smbpw) in smb_token_auth_local() 607 smb_token_setup_local(smb_passwd_t *smbpw, smb_token_t *token) in smb_token_setup_local()
|