Searched refs:sidbuf (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | acl_print.c | 61 static char sidbuf[256]; in fprint_sid() local 68 if (smbfs_sid2str(sid, sidbuf, sizeof (sidbuf), NULL) < 0) in fprint_sid() 71 fprintf(fp, "%s\n", sidbuf); in fprint_sid()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_nt_transact_security.c | 449 struct mbuf_chain sidbuf; in smb_decode_sid() local 460 (void) MBC_SHADOW_CHAIN(&sidbuf, &xa->req_data_mb, offset, bytes_left); in smb_decode_sid() 462 if (smb_mbc_decodef(&sidbuf, "bb", &revision, &subauth_cnt)) in smb_decode_sid() 473 if (smb_mbc_decodef(&sidbuf, "b", &sid->sid_authority[i])) in smb_decode_sid() 478 if (smb_mbc_decodef(&sidbuf, "l", &sid->sid_subauth[i])) in smb_decode_sid()
|
H A D | smb_nt_transact_quota.c | 426 struct mbuf_chain sidbuf; in smb_quota_decode_sids() local 432 (void) MBC_SHADOW_CHAIN(&sidbuf, &xa->req_data_mb, in smb_quota_decode_sids() 435 if (smb_mbc_decodef(&sidbuf, "ll", &next_offset, &sidlen)) { in smb_quota_decode_sids()
|
/titanic_44/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_logon.c | 88 char sidbuf[SMB_SID_STRSZ]; in smbd_user_auth_logon() local 108 smb_sid_tostr(token->tkn_user.i_sid, sidbuf); in smbd_user_auth_logon() 109 sid = sidbuf; in smbd_user_auth_logon()
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | lsar_clnt.c | 715 char sidbuf[SMB_SID_STRSZ]; in lsar_lookup_sids() local 722 bzero(sidbuf, SMB_SID_STRSZ); in lsar_lookup_sids() 723 smb_sid_tostr(sid, sidbuf); in lsar_lookup_sids() 724 smb_tracef("%s", sidbuf); in lsar_lookup_sids() 1335 char sidbuf[SMB_SID_STRSZ]; in smb_account_trace() local 1337 bzero(sidbuf, SMB_SID_STRSZ); in smb_account_trace() 1338 smb_sid_tostr(info->a_sid, sidbuf); in smb_account_trace() 1341 sidbuf, info->a_rid, smb_sid_type2str(info->a_type)); in smb_account_trace()
|