HomeSort by: relevance | last modified time | path
    Searched refs:roles (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
rbacaudit.c 161 /* audit roles */
162 if ( sessp && sessp->roles ) {
163 attr_merge( e, slap_rbac_schema.ad_audit_roles, sessp->roles,
166 if ( reqp && reqp->roles ) {
168 reqp->roles, NULL );
173 if ( sessp && sessp->roles ) {
174 attr_merge( e, slap_rbac_schema.ad_audit_roles, sessp->roles,
188 if ( reqp && reqp->roles ) {
190 reqp->roles, NULL );
195 /* audit roles */
    [all...]
rbacreq.c 49 reqp->roles = NULL;
78 if ( reqp->roles )
79 ber_bvarray_free( reqp->roles );
rbacperm.c 61 ber_bvarray_dup_x( &permp->roles, attr->a_nvals, NULL );
75 * check whether roles assigned to a user allows access to roles in
88 if ( !sessp->roles || !permp->roles ) goto done;
90 for ( i = 0; !BER_BVISNULL( &sessp->roles[i] ); i++ ) {
91 for ( j = 0; !BER_BVISNULL( &permp->roles[j] ); j++ ) {
92 if ( ber_bvstrcasecmp( &sessp->roles[i], &permp->roles[j] ) == 0 ) {
94 cp = rbac_role2constraint( &permp->roles[j], role_constraints )
    [all...]
rbacsess.c 88 attr_merge( e, *rbac_session_permission_ads[i].ad, perm->roles,
132 ber_bvarray_dup_x( &permp->roles, attr->a_nvals, NULL );
173 ber_bvarray_dup_x( &sessp->roles, attr->a_nvals, NULL );
239 //ber_dupbv( &vals[0], &reqp->roles[0]);
304 //ber_dupbv( &m->sml_values[0], &reqp->roles[0]);
317 //ber_dupbv( &m->sml_nvalues[0], &reqp->roles[0]);
407 sessp->roles = NULL;
472 if ( sessp->roles ) {
473 attr_merge( e, slap_rbac_schema.ad_session_roles, sessp->roles, NULL );
573 if ( sessp->roles ) {
    [all...]
rbac.h 116 BerVarray roles; member in struct:rbac_request
173 BerVarray roles; member in struct:rbac_user
183 private List<UserRole> roles;
288 BerVarray roles; member in struct:rbac_session
292 /* RBAC roles */
315 BerVarray roles; member in struct:rbac_permission
rbac.c 72 { "rbac-default-roles-base-dn", "rolesDN", 2, 2, 0,
76 "DESC 'default base DN for RBAC roles ' "
451 * load these roles into a response with a sequence nested within a
458 * add all three ber_bvarray_add_x( &roles, &tmpbv, NULL );
459 * close it ber_printf( ber, "t{W}", LDAP_TAG_EXOP_RBAC_ROLES, roles );
464 * loading these roles into the response within a sequence: (Yes, we are doing this here.)
469 * add all three ber_bvarray_add_x( &roles, &tmpbv, NULL );
470 * close it ber_printf( ber, "tW", LDAP_TAG_EXOP_RBAC_ROLES, roles );
475 BerVarray roles = NULL; local
476 if ( sessp->roles ) {
609 BerVarray roles = NULL; local
    [all...]
rbacuser.c 49 userp->roles = NULL;
96 ber_bvarray_dup_x( &userp->roles, attr->a_nvals, NULL );
620 if ( userp->roles ) ber_bvarray_free( userp->roles );
  /src/games/hack/
hack.u_init.c 83 static const char *(roles[]) = { /* must all have distinct first letter */ variable
84 /* roles[4] may be changed to -woman */
88 #define NR_OF_ROLES SIZE(roles)
171 roles[4] = "Cave-woman";
173 rolesyms[i] = roles[i][0];
198 printf(" a %s", roles[i]);
233 roles[i]);
245 roles[i][0] = pc;
251 (void) strncpy(pl_character, roles[i], PL_CSIZ - 1);
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
kasp-bad-offline-ksk.conf 16 * (even if there are other key roles present).
  /src/external/mit/libuv/dist/docs/src/sphinx-plugins/
manpage.py 14 from docutils.parsers.rst.roles import set_classes
  /src/external/mpl/bind/dist/doc/arm/
conf.py 22 from docutils.parsers.rst import roles namespace
30 class ReferenceRole(roles.GenericRole):
125 roles.register_local_role("cve", CVERefRole(KNOWLEDGEBASE_BASE_URL))
126 roles.register_local_role("gl", GitLabRefRole(GITLAB_BASE_URL))
  /src/sys/dev/ic/
isp_netbsd.c 76 static const char *roles[4] = { variable
312 ifc->role = lp->roles;
1280 (lp->roles & (SVC3_TGT_ROLE >> SVC3_ROLE_SHIFT))) {
1304 roles[lp->roles], "arrived at", tgt,
1313 roles[lp->roles], "arrived",
1337 roles[lp->roles],
1346 lp->roles = lp->new_roles
    [all...]
isp.c 2643 lp->roles = (pdb.s3_role & SVC3_ROLE_MASK) >> SVC3_ROLE_SHIFT;
2647 lp->new_roles = lp->roles;
2826 lp->roles = lp->new_roles;
2847 lp->roles = lp->new_roles;
3016 tmp.roles = (pdb.s3_role & SVC3_ROLE_MASK) >> SVC3_ROLE_SHIFT;
3094 lp->roles == tmp.roles) {
3096 lp->new_roles = tmp.roles;
3119 lp->new_roles = tmp.roles;
3153 lp->new_roles = tmp.roles;
    [all...]
ispvar.h 448 roles : 2, member in struct:__anon4
isp_library.c 457 const char *roles[4] = { local
471 chan, i, lp->handle, dbs[lp->state], lp->autologin, mb, roles[lp->roles], lp->portid, roles[lp->new_roles], lp->new_portid,
527 * Change Roles
  /src/sys/arch/x68k/stand/xxboot/
boot.S 78 | This will be printed on boot_error. And it also roles
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexingContext.cpp 53 SymbolRoleSet Roles,
55 return handleDecl(D, D->getLocation(), Roles, Relations);
59 SymbolRoleSet Roles,
70 Roles, Relations,
77 SymbolRoleSet Roles,
90 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations,
143 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration;
145 Roles |= (unsigned)SymbolRole::Implicit;
147 return DataConsumer.handleModuleOccurrence(ImportD, Mod, Roles, Loc);
314 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations)
    [all...]
IndexDecl.cpp 163 SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::Dynamic;
168 Roles |= (SymbolRoleSet)SymbolRole::Implicit;
175 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations));
238 SymbolRoleSet Roles{};
242 Roles |= (unsigned)SymbolRole::Dynamic;
253 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations));
383 SymbolRoleSet roles{};
385 roles |= (SymbolRoleSet)SymbolRole::Implicit;
386 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles,
527 SymbolRoleSet Roles = 0
    [all...]
  /src/external/mpl/bind/dist/doc/arm/_ext/
iscconf.py 31 from sphinx.roles import XRefRole
284 roles = {"ref": XRefRole(warn_dangling=True)} variable in class:domain_factory.ISCConfDomain
  /src/usr.bin/make/unit-tests/
varmod-match.mk 150 # the inner ']' has two roles: it is the upper bound of the

Completed in 33 milliseconds