Searched refs:rid (Results 1 - 25 of 159) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dutil_builtin.c24 uint32 rid; member in struct:rid_name_map
43 Look up a rid in the BUILTIN domain
45 BOOL lookup_builtin_rid(TALLOC_CTX *mem_ctx, uint32 rid, const char **name) argument
50 if (rid == aliases->rid) {
63 BOOL lookup_builtin_name(const char *name, uint32 *rid) argument
69 *rid = aliases->rid;
103 uint32 rid; local
106 sid_split_rid(&dom_sid, &rid);
[all...]
H A Dutil_wellknown.c27 uint32 rid; member in struct:rid_name_map
91 uint32 rid; local
94 sid_split_rid(&dom_sid, &rid);
108 uint32 rid; local
112 if (!sid_split_rid(&dom_sid, &rid)) {
113 DEBUG(2, ("Could not split rid from SID\n"));
133 if (rid == users[i].rid) {
166 sid_append_rid(sid, users[j].rid);
H A Dutil_unixsids.c31 uint32 rid; local
34 sid_split_rid(&dom_sid, &rid);
80 uint32 rid; local
83 sid_split_rid(&dom_sid, &rid);
H A Dpdb_compat.c51 BOOL pdb_set_user_sid_from_rid (struct samu *sampass, uint32 rid, enum pdb_value_state flag) argument
66 if (!sid_append_rid(&u_sid, rid))
72 DEBUG(10, ("pdb_set_user_sid_from_rid:\n\tsetting user sid %s from rid %d\n",
73 sid_string_static(&u_sid),rid));
99 DEBUG(10, ("pdb_set_group_sid_from_rid:\n\tsetting group sid %s from rid %d\n",
H A Dlookup_sid.c42 uint32 rid; local
75 if (lookup_global_sam_name(name, flags, &rid, &type)) {
77 sid_append_rid(&sid, rid);
87 if (lookup_builtin_name(name, &rid)) {
89 sid_append_rid(&sid, rid);
191 if (lookup_builtin_name(name, &rid)) {
194 sid_append_rid(&sid, rid);
204 if (lookup_global_sam_name(name, flags, &rid, &type)) {
207 sid_append_rid(&sid, rid);
729 uint32 rid; local
1144 uint32 rid; local
1210 uint32 rid; local
1252 uint32 rid; local
1371 uint32 rid; local
1420 uint32 rid; local
[all...]
H A Dpdb_interface.c47 static BOOL lookup_global_sam_rid(TALLOC_CTX *mem_ctx, uint32 rid,
273 uint32 rid; local
277 if ( !sid_peek_check_rid( get_global_sam_sid(), sid, &rid ) )
280 if ( rid == DOMAIN_USER_RID_GUEST ) {
295 uint32 acb_info, uint32 *rid)
359 pdb_get_user_sid(sam_pass), rid)) {
382 uint32 *rid)
385 return pdb->create_user(pdb, mem_ctx, name, flags, rid);
552 uint32 *rid)
574 *rid
293 pdb_default_create_user(struct pdb_methods *methods, TALLOC_CTX *tmp_ctx, const char *name, uint32 acb_info, uint32 *rid) argument
381 pdb_create_user(TALLOC_CTX *mem_ctx, const char *name, uint32 flags, uint32 *rid) argument
549 pdb_default_create_dom_group(struct pdb_methods *methods, TALLOC_CTX *mem_ctx, const char *name, uint32 *rid) argument
587 pdb_create_dom_group(TALLOC_CTX *mem_ctx, const char *name, uint32 *rid) argument
594 pdb_default_delete_dom_group(struct pdb_methods *methods, TALLOC_CTX *mem_ctx, uint32 rid) argument
642 pdb_delete_dom_group(TALLOC_CTX *mem_ctx, uint32 rid) argument
688 uint32 rid; local
896 pdb_create_alias(const char *name, uint32 *rid) argument
1017 pdb_uid_to_rid(uid_t uid, uint32 *rid) argument
1055 pdb_new_rid(uint32 *rid) argument
1234 pdb_default_uid_to_rid(struct pdb_methods *methods, uid_t uid, uint32 *rid) argument
1275 uint32 rid; local
1509 lookup_global_sam_rid(TALLOC_CTX *mem_ctx, uint32 rid, const char **name, enum lsa_SidType *psid_name_use, union unid_t *unix_id) argument
1751 fill_displayentry(TALLOC_CTX *mem_ctx, uint32 rid, uint16 acct_flags, const char *account_name, const char *fullname, const char *description, struct samr_displayentry *entry) argument
1861 uint32 rid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_groupmap.sh60 rid=`expr 10000 + $i`;
61 testone add rid=$rid unixgroup=$unixgroup ntgroup=$ntgroup type=local || exit 1
65 testone add rid=10001 unixgroup=testlocal1 ntgroup=foo type=local && exit 1
73 rid=`expr 20000 + $i`;
74 testone add rid=$rid unixgroup=$unixgroup ntgroup=$ntgroup type=domain || exit 1
83 rid=`expr 30000 + $i`;
84 testone add rid=$rid unixgrou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_kari.c166 CMS_KeyAgreeRecipientIdentifier *rid = rek->rid; local
167 if (rid->type == CMS_REK_ISSUER_SERIAL) {
169 *issuer = rid->d.issuerAndSerialNumber->issuer;
171 *sno = rid->d.issuerAndSerialNumber->serialNumber;
178 } else if (rid->type == CMS_REK_KEYIDENTIFIER) {
180 *keyid = rid->d.rKeyId->subjectKeyIdentifier;
182 *tm = rid->d.rKeyId->date;
184 *other = rid->d.rKeyId->other;
197 CMS_KeyAgreeRecipientIdentifier *rid local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_kari.c166 CMS_KeyAgreeRecipientIdentifier *rid = rek->rid; local
167 if (rid->type == CMS_REK_ISSUER_SERIAL) {
169 *issuer = rid->d.issuerAndSerialNumber->issuer;
171 *sno = rid->d.issuerAndSerialNumber->serialNumber;
178 } else if (rid->type == CMS_REK_KEYIDENTIFIER) {
180 *keyid = rid->d.rKeyId->subjectKeyIdentifier;
182 *tm = rid->d.rKeyId->date;
184 *other = rid->d.rKeyId->other;
197 CMS_KeyAgreeRecipientIdentifier *rid local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_sid.c283 Add a rid to the end of a sid
286 BOOL sid_append_rid(DOM_SID *sid, uint32 rid) argument
289 sid->sub_auths[sid->num_auths++] = rid;
295 BOOL sid_compose(DOM_SID *dst, const DOM_SID *domain_sid, uint32 rid) argument
298 return sid_append_rid(dst, rid);
302 Removes the last rid from the end of a sid
305 BOOL sid_split_rid(DOM_SID *sid, uint32 *rid) argument
309 *rid = sid->sub_auths[sid->num_auths];
316 Return the last rid from the end of a sid
319 BOOL sid_peek_rid(const DOM_SID *sid, uint32 *rid) argument
336 sid_peek_check_rid(const DOM_SID *exp_dom_sid, const DOM_SID *sid, uint32 *rid) argument
511 uint32 rid; local
646 add_rid_to_array_unique(TALLOC_CTX *mem_ctx, uint32 rid, uint32 **pp_rids, size_t *p_num) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvtlb.c33 * Check to see if the address rid:va is translated by the TLB
36 static int __is_tr_translated(struct thash_data *trp, u64 rid, u64 va) argument
38 return ((trp->p) && (trp->rid == rid)
45 static int __is_tr_overlap(struct thash_data *trp, u64 rid, u64 sva, u64 eva) argument
49 if (!trp->p || trp->rid != rid)
118 u64 index, pfn, rid, pfn_bits; local
122 rid = _REGION_ID(vrr);
123 index = ((rid
135 u64 rid; local
349 u64 end, rid; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet.h122 /* Array element is the group rid */
124 uint32 rid; member in struct:_groupmap
131 uint32 rid; member in struct:_accountmap
H A Dnet_rpc_samsync.c35 static void display_group_mem_info(uint32 rid, SAM_GROUP_MEM_INFO *g) argument
38 d_printf("Group mem %u: ", rid);
45 static void display_alias_info(uint32 rid, SAM_ALIAS_INFO *a) argument
48 d_printf("desc='%s' rid=%u\n", unistr2_static(&a->uni_als_desc), a->als_rid);
51 static void display_alias_mem(uint32 rid, SAM_ALIAS_MEM_INFO *a) argument
54 d_printf("Alias rid %u: ", rid);
61 static void display_account_info(uint32 rid, SAM_ACCOUNT_INFO *a) argument
118 static void display_group_info(uint32 rid, SAM_GROUP_INFO *a) argument
121 d_printf("desc='%s', rid
470 fetch_account_info(uint32 rid, SAM_ACCOUNT_INFO *delta) argument
579 fetch_group_info(uint32 rid, SAM_GROUP_INFO *delta) argument
639 fetch_group_mem_info(uint32 rid, SAM_GROUP_MEM_INFO *delta) argument
769 fetch_alias_info(uint32 rid, SAM_ALIAS_INFO *delta, DOM_SID dom_sid) argument
826 fetch_alias_mem(uint32 rid, SAM_ALIAS_MEM_INFO *delta, DOM_SID dom_sid) argument
831 fetch_domain_info(uint32 rid, SAM_DOMAIN_INFO *delta) argument
1467 uint32 rid = 0, group_rid = 0, gidNumber = 0; local
1697 uint32 group_rid = 0, rid = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_srv.c223 OCSP_RESPID *rid; local
241 rid = brsp->tbsResponseData->responderId;
245 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
247 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
249 rid->type = V_OCSP_RESPID_KEY;
251 if (!X509_NAME_set(&rid->value.byName, X509_get_subject_name(signer)))
253 rid->type = V_OCSP_RESPID_NAME;
H A Docsp_prn.c191 OCSP_RESPID *rid = NULL; local
224 rid = rd->responderId;
225 switch (rid->type) {
227 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
230 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_srv.c213 OCSP_RESPID *rid; local
233 rid = brsp->tbsResponseData->responderId;
238 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
240 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
242 rid->type = V_OCSP_RESPID_KEY;
246 if (!X509_NAME_set(&rid->value.byName,
249 rid->type = V_OCSP_RESPID_NAME;
H A Docsp_prn.c188 OCSP_RESPID *rid = NULL; local
219 rid = rd->responderId;
220 switch (rid->type)
223 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
226 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_srv.c223 OCSP_RESPID *rid; local
241 rid = brsp->tbsResponseData->responderId;
245 if (!(rid->value.byKey = ASN1_OCTET_STRING_new()))
247 if (!(ASN1_OCTET_STRING_set(rid->value.byKey, md, SHA_DIGEST_LENGTH)))
249 rid->type = V_OCSP_RESPID_KEY;
251 if (!X509_NAME_set(&rid->value.byName, X509_get_subject_name(signer)))
253 rid->type = V_OCSP_RESPID_NAME;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhermes.h388 int (*read_ltv)(struct hermes *hw, int bap, u16 rid, unsigned buflen,
390 int (*write_ltv)(struct hermes *hw, int bap, u16 rid,
459 static inline int hermes_inquire(hermes_t *hw, u16 rid) argument
461 return hw->ops->cmd_wait(hw, HERMES_CMD_INQUIRE, rid, NULL);
495 #define HERMES_READ_RECORD(hw, bap, rid, buf) \
496 (hw->ops->read_ltv((hw), (bap), (rid), sizeof(*buf), NULL, (buf)))
497 #define HERMES_WRITE_RECORD(hw, bap, rid, buf) \
498 (hw->ops->write_ltv((hw), (bap), (rid), \
501 static inline int hermes_read_wordrec(hermes_t *hw, int bap, u16 rid, u16 *word) argument
506 err = HERMES_READ_RECORD(hw, bap, rid,
511 hermes_write_wordrec(hermes_t *hw, int bap, u16 rid, u16 word) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_misc.h252 uint32 rid; member in struct:__anon5367
259 uint32 rid; member in struct:__anon5368
265 uint32 rid; /* domain-relative (to a SID) id */ member in struct:__anon5369
272 /* DOM_RID4 - rid + user attributes */
277 uint32 rid; /* user RID */ member in struct:domrid4_info
H A Dpassdb.h201 uint32 rid; /* domain-relative RID */ member in struct:acct_info
206 uint32 rid; member in struct:samr_displayentry
265 uint32 *rid);
288 uint32 *rid);
291 TALLOC_CTX *mem_ctx, uint32 rid);
335 const char *name, uint32 *rid);
395 uint32 *rid);
404 BOOL (*new_rid)(struct pdb_methods *methods, uint32 *rid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinetpeer.h27 * are not available: rid, ip_id_count, tcp_ts, tcp_ts_stamp
33 atomic_t rid; /* Frag reception counter */ member in struct:inet_peer::__anon18367::__anon18368
51 * temporary check to make sure we dont access rid, ip_id_count, tcp_ts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dcacusermgr.c152 uint32 rid = 0; local
186 rid_type = rid_or_name(hnd, mem_ctx, dom_hnd, &rid, &name);
191 openu.in.rid = rid;
209 openg.in.rid = rid;
H A Dutil.c190 uint32 rid_or_name(CacServerHandle *hnd, TALLOC_CTX *mem_ctx, POLICY_HND *dom_hnd, uint32 *rid, char **name) { argument
203 sscanf( (line + 2), "%x", rid);
215 getnames.in.rids = rid;
237 *rid = getrids.out.map[0].rid;
300 printf("[0x%x] [%s]\n", map[i].rid, map[i].name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/groupdb/
H A Dmapping.c60 uint32 rid; local
89 rid = algorithmic_pdb_gid_to_group_rid( grp->gr_gid );
91 if (!pdb_new_rid(&rid)) {
98 sid_compose(&map.sid, get_global_sam_sid(), rid);
170 /* special case check for rid 513 */
173 uint32 rid; local
175 sid_peek_rid( &sid, &rid );
177 if ( rid == DOMAIN_GROUP_RID_USERS ) {
436 const char *name, uint32 *rid)
472 DEBUG(10, ("Creating alias %s with gid %d and rid
435 pdb_default_create_alias(struct pdb_methods *methods, const char *name, uint32 *rid) argument
690 pdb_create_builtin_alias(uint32 rid) argument
[all...]

Completed in 309 milliseconds

1234567