Searched refs:smb_account_t (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsalib.h55 uint32_t lsa_lookup_name(char *, uint16_t, smb_account_t *);
56 uint32_t lsa_lookup_sid(smb_sid_t *, smb_account_t *);
76 uint32_t lsar_lookup_names(mlsvc_handle_t *, char *, smb_account_t *);
77 uint32_t lsar_lookup_sids(mlsvc_handle_t *, smb_sid_t *, smb_account_t *);
85 int lsar_enum_privs_account(mlsvc_handle_t *, smb_account_t *);
H A Dlsalib.c41 static uint32_t lsa_lookup_name_builtin(char *, char *, smb_account_t *);
42 static uint32_t lsa_lookup_name_domain(char *, smb_account_t *);
44 static uint32_t lsa_lookup_sid_builtin(smb_sid_t *, smb_account_t *);
45 static uint32_t lsa_lookup_sid_domain(smb_sid_t *, smb_account_t *);
52 * in the passed smb_account_t structure.
76 lsa_lookup_name(char *account, uint16_t type, smb_account_t *info)
115 lsa_lookup_sid(smb_sid_t *sid, smb_account_t *info)
312 lsa_lookup_name_builtin(char *domain, char *name, smb_account_t *info)
317 bzero(info, sizeof (smb_account_t));
352 lsa_lookup_name_domain(char *account_name, smb_account_t *inf
[all...]
H A Dlsar_clnt.c60 smb_account_t *);
63 smb_account_t *);
65 smb_account_t *);
67 smb_account_t *);
69 smb_account_t *);
71 smb_account_t *account);
74 static void smb_account_trace(const smb_account_t *);
378 lsar_lookup_names(mlsvc_handle_t *lsa_handle, char *name, smb_account_t *info)
397 bzero(info, sizeof (smb_account_t));
487 smb_account_t *inf
[all...]
H A Dsamlib.h123 uint32_t samr_lookup_domain_names(mlsvc_handle_t *, char *, smb_account_t *);
H A Dlsar_svc.c86 smb_account_t *, struct mslsa_domain_table *, DWORD *);
705 smb_account_t account;
793 smb_account_t account;
801 bzero(&account, sizeof (smb_account_t));
881 smb_account_t *account, struct mslsa_domain_table *domain_table,
945 smb_account_t account;
953 bzero(&account, sizeof (smb_account_t));
1053 smb_account_t account;
1138 smb_account_t account;
H A Dlibmlsvc.h54 uint32_t lsa_lookup_name(char *, uint16_t, smb_account_t *);
55 uint32_t lsa_lookup_sid(smb_sid_t *, smb_account_t *);
H A Dsamlib.c105 smb_account_t ainfo;
168 smb_account_t ainfo;
H A Dsmb_logon.c42 static smb_account_t smb_guest;
43 static smb_account_t smb_domusers;
392 bzero(&smb_guest, sizeof (smb_account_t));
407 bzero(&smb_guest, sizeof (smb_account_t));
408 bzero(&smb_domusers, sizeof (smb_account_t));
H A Dmlsvc_util.c310 smb_account_t ainfo;
H A Dsamr_clnt.c651 smb_account_t *account)
663 bzero(account, sizeof (smb_account_t));
H A Dsamr_svc.c558 smb_account_t account;
700 smb_account_t account;
H A Dsmb_quota.c675 smb_account_t ainfo;
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sam.c73 * in the passed smb_account_t structure. Caller must free
99 smb_account_t *account)
106 bzero(account, sizeof (smb_account_t));
196 * in the passed smb_account_t structure. Caller must free
208 smb_sam_lookup_sid(smb_sid_t *sid, smb_account_t *account)
220 bzero(account, sizeof (smb_account_t));
482 smb_account_free(smb_account_t *account)
494 smb_account_validate(smb_account_t *account)
H A Dlibsmb.h861 } smb_account_t; typedef in typeref:struct:smb_account
863 uint32_t smb_sam_lookup_name(char *, char *, uint16_t, smb_account_t *);
864 uint32_t smb_sam_lookup_sid(smb_sid_t *, smb_account_t *);
868 void smb_account_free(smb_account_t *);
869 boolean_t smb_account_validate(smb_account_t *);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c588 smb_account_t ainfo;
633 smb_account_t ainfo;

Completed in 102 milliseconds