Home
last modified time | relevance | path

Searched refs:auth (Results 126 – 150 of 199) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c59 static const char auth[] = "authorization"; variable
84 { USERATTR_AUTHS_KW, check_auth, auth },
/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile.com17 auth.o \
66 $(SRCDIR)/auth.c \
/illumos-gate/usr/src/uts/common/rpc/
H A DMakefile41 auth.h auth_des.h auth_sys.h auth_unix.h \
H A Drpcsec_gss.h264 AUTH *auth,
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c584 nvlist_t *auth; in fmev_shdl_getauthority() local
586 if (nvlist_lookup_nvlist(propnvl, "fmdauth", &auth) == 0) { in fmev_shdl_getauthority()
587 rc = (nvlist_dup(auth, nvlp, 0) == 0) ? FMEV_SUCCESS : in fmev_shdl_getauthority()
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.l80 <S0>auth { return (INJ_TOK_AUTH); }
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DMakefile14 OBJS= auth.o ccp.o chap.o demand.o fsm.o ipcp.o ipv6cp.o \
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1705 credp->auth.type = authp->type;
1706 credp->auth.tlstype = authp->tlstype;
1707 credp->auth.saslmech = authp->saslmech;
1708 credp->auth.saslopt = authp->saslopt;
1715 if (credp->auth.saslmech != NS_LDAP_SASL_GSSAPI) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_ioctl.c774 iscsi_auth_props_t *auth; in iscsi_set_params() local
832 auth = kmem_zalloc(sizeof (iscsi_auth_props_t), in iscsi_set_params()
834 if (persistent_auth_get(name, auth)) { in iscsi_set_params()
839 auth); in iscsi_set_params()
845 kmem_free(auth, sizeof (iscsi_auth_props_t)); in iscsi_set_params()
/illumos-gate/usr/src/lib/fm/topo/modules/common/dimm/
H A Dtopo_dimm.c480 nvlist_t *auth = NULL; in topo_dimm_create_tn() local
484 if ((auth = topo_mod_auth(mod, pn)) == NULL) { in topo_dimm_create_tn()
492 inst, NULL, auth, part, rev, serial)) == NULL) { in topo_dimm_create_tn()
506 topo_pgroup_hcset(tn, auth); in topo_dimm_create_tn()
517 nvlist_free(auth); in topo_dimm_create_tn()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dhurl.sh195 elif lynx ${authorize:+-auth "$authorize"} -source $url 2>/dev/null
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c320 nvlist_t *auth, *fmri; in find_hostid() local
324 nvlist_lookup_nvlist(fmri, FM_FMRI_AUTHORITY, &auth) == 0) { in find_hostid()
325 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT, in find_hostid()
327 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT_SN, in find_hostid()
329 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, &server); in find_hostid()
330 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_CHASSIS, in find_hostid()
332 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_DOMAIN, &domain); in find_hostid()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c952 char *addr, *auth, *p, *q, *r, *s; in _fmd_init() local
1026 if ((auth = fmd_prop_get_string(hdl, "ip_authority")) != NULL) { in _fmd_init()
1031 s = strdupa(auth); in _fmd_init()
1032 fmd_prop_free_string(hdl, auth); in _fmd_init()
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dlist.c316 int auth = 0; in list_pk11_objects() local
334 rv = token_auth_needed(kmfhandle, token, &auth); in list_pk11_objects()
418 if (auth > 0 && (tokencred == NULL || in list_pk11_objects()
450 if (auth > 0 && (cred.cred == NULL)) { in list_pk11_objects()
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c1058 credp->auth.type = authp->type; in ldap_replaceattr()
1059 credp->auth.tlstype = authp->tlstype; in ldap_replaceattr()
1060 credp->auth.saslmech = authp->saslmech; in ldap_replaceattr()
1061 credp->auth.saslopt = authp->saslopt; in ldap_replaceattr()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java990 AuthBlock auth = in findServices() local
992 if (auth == null) { in findServices()
1111 AuthBlock auth = AuthBlock.getEquivalentAuth(req.spi, sig); in findAttributes() local
1112 if (auth == null) { in findAttributes()
H A DSLPV1SAttrMsg.java185 SrvLocMsg makeReply(Vector attrs, Hashtable auth) in makeReply() argument
H A DClientLib_en.properties96 no_SPI_string = No SPI string for auth block
121 missing_scope = SPI ``{0}'''' not in auth block list
128 cant_match_spis = Configured SPI is not equivalant to SPI ``{0}'' given in auth block: {1}
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c475 nvlist_t *auth; in disk_tnode_create() local
496 auth = topo_mod_auth(mod, parent); in disk_tnode_create()
498 auth, part ? part : model, firm, serial); in disk_tnode_create()
499 nvlist_free(auth); in disk_tnode_create()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c222 char *auth; member
608 free_null(&namemaps.auth); in namemaps_free()
621 init_nm_command(char *user, char *passwd, char *auth, char *windomain, in init_nm_command() argument
629 strcasecmp_null(auth, namemaps.auth) != 0 || in init_nm_command()
637 passwd, auth, windomain, direction); in init_nm_command()
650 auth != NULL && (namemaps.auth = strdup(auth)) == NULL || in init_nm_command()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmemleak.test49 auth.test \
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c555 ippr_rpcb_skipauth(rm, auth, buf) in ippr_rpcb_skipauth() argument
557 xdr_auth_t *auth;
570 auth->xa_string.xs_len = p;
577 auth->xa_string.xs_str = (char *)p;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_auth.c722 if (netr_setup_authenticator(netr_info, &arg.auth, 0) != in netr_server_password_set()
757 if (netr_validate_chain(netr_info, &arg.auth) == 0) { in netr_server_password_set()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h157 } auth; member
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c961 dladm_wlan_auth2str(dladm_wlan_auth_t *auth, char *buf) in dladm_wlan_auth2str() argument
963 return (dladm_wlan_val2str((uint_t)*auth, auth_vals, in dladm_wlan_auth2str()
1055 dladm_wlan_str2auth(const char *str, dladm_wlan_auth_t *auth) in dladm_wlan_str2auth() argument
1062 *auth = (dladm_wlan_auth_t)val; in dladm_wlan_str2auth()
1285 dladm_wlan_auth_t *auth) in do_set_authmode() argument
1289 switch (*auth) { in do_set_authmode()

12345678