Searched refs:auth (Results 101 - 125 of 306) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/rpc/
H A Dxdrrdma_sizeof.c30 #include <rpc/auth.h>
252 xdrrdma_authsize(AUTH *auth, struct cred *cred, int min_chunk) argument
262 stat = AUTH_MARSHALL(auth, &x, cred);
H A DMakefile41 auth.h auth_des.h auth_sys.h auth_unix.h \
H A Dclnt_perr.c43 #include <rpc/auth.h>
H A Dmt_rpcinit.c43 #include <rpc/auth.h>
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c248 hc_prop_set(tnode_t *node, nvlist_t *auth) argument
255 if (auth == NULL)
268 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT, &prod)
276 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT_SN, &psn)
284 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_CHASSIS, &csn) == 0)
291 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, &server)
318 nvlist_t *auth; local
340 auth = topo_mod_auth(mod, pnode);
342 auth, NULL, NULL, NULL);
345 nvlist_free(auth);
640 hc_base_fmri_create(topo_mod_t *mod, const nvlist_t *auth, const char *part, const char *rev, const char *serial) argument
801 make_hc_auth(topo_mod_t *mod, char *fmri, char **serial, char **part, char **rev, nvlist_t **auth) argument
954 nvlist_t *auth = NULL; local
1119 hc_fmri_create(topo_mod_t *mod, nvlist_t *pfmri, int version, const char *name, topo_instance_t inst, const nvlist_t *auth, const char *part, const char *rev, const char *serial) argument
1194 nvlist_t *auth; local
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.h167 sip_auth_t auth; member in union:sip_hdr_value::__anon3967
187 #define auth_val hdr_value.auth
188 #define auth_scheme_ptr hdr_value.auth.scheme.sip_str_ptr
189 #define auth_scheme_len hdr_value.auth.scheme.sip_str_len
190 #define auth_param hdr_value.auth.param
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c246 ap->auth.type = authp->auth.type;
247 ap->auth.tlstype = authp->auth.tlstype;
248 ap->auth.saslmech = authp->auth.saslmech;
249 ap->auth.saslopt = authp->auth.saslopt;
349 if ((auth1->auth.type != auth2->auth
[all...]
H A Dns_sldap.h166 ns_auth_t auth; member in struct:ns_cred
544 ns_auth_t *auth; /* Authentication information used */ member in struct:ns_dir_server
569 #define SA_AUTH ds_profile.server.auth
676 ns_auth_t *auth,
867 ns_auth_t ***auth,
H A Dns_sasl.c489 cred.auth.type = NS_LDAP_AUTH_SASL;
490 cred.auth.tlstype = NS_LDAP_TLS_NONE;
491 cred.auth.saslmech = NS_LDAP_SASL_GSSAPI;
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_ioctl.c217 client.auth = client32.auth;
231 client.auth = pt->authenticated;
244 client32.auth = client.auth;
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c981 nvlist_t *auth; local
1003 auth = topo_mod_auth(mod, t_parent);
1015 result = nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT,
1019 * No product information in the parent node or auth
1030 * Dup the string. If we cannot find it in the auth
1062 result = nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT_SN,
1066 * No product-sn information in the parent node or auth
1077 * Dup the string. If we cannot find it in the auth
1109 result = nvlist_lookup_string(auth, FM_FMRI_AUTH_CHASSIS,
1113 * No product information in the parent node or auth
1218 nvlist_t *auth = NULL; local
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c949 iscsi_auth_props_t auth; local
955 (void) memset(&auth, 0, sizeof (iscsi_auth_props_t));
956 auth.a_vers = ISCSI_INTERFACE_VERSION;
957 auth.a_oid = (uint32_t)targetOid.objectSequenceNumber;
959 if (ioctl(fd, ISCSI_AUTH_GET, &auth) != 0) {
963 auth.a_bi_auth = (*bidirAuthFlag == IMA_TRUE) ? B_TRUE : B_FALSE;
964 if (ioctl(fd, ISCSI_AUTH_SET, &auth) != 0) {
982 iscsi_auth_props_t auth; local
988 (void) memset(&auth, 0, sizeof (iscsi_auth_props_t));
989 auth
2376 iscsi_auth_props_t auth; local
2425 iscsi_auth_props_t auth; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.c194 nvlist_t *auth = topo_mod_auth(mod, parent); local
197 NULL, auth, NULL, NULL, NULL);
198 nvlist_free(auth);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/niu/
H A Dniu.c151 nvlist_t *auth = topo_mod_auth(mod, parent); local
154 NULL, auth, NULL, NULL, NULL);
155 nvlist_free(auth);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c48 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dkerberos5.c102 static krb5_data auth; /* telnetd gets session key from here */ variable
344 &check_data, new_creds, &auth);
387 retval = krb5_send_data(ap, KRB_AUTH, auth.data, auth.length);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c55 const char *cmdstr, *auth; local
92 auth = "";
101 auth = " +Auth";
107 count, (len != 0 ? "?" : ""), auth);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c346 AUTH *auth; local
369 auth = authsys_create_default();
370 mountclient->cl_auth = auth;
393 client->cl_auth = auth;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DMakefile13 OBJS= auth.o ccp.o chap.o demand.o fsm.o ipcp.o ipv6cp.o \
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_auth.c152 MUTEX_INIT(&ifs->ifs_ipf_authmx, "ipf auth log mutex");
155 cv_init(&ifs->ifs_ipfauthwait, "ipf auth condvar", CV_DRIVER, NULL);
195 * auth'd.
273 * Check if we have room in the auth array to hold details for another packet.
368 frauth_t auth, *au = &auth, *fra; local
428 if (auth.fra_len != 0 && auth.fra_buf != NULL) {
435 if (len > auth.fra_len)
436 len = auth
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt.h37 #include <rpc/auth.h>
51 enum auth_stat RE_why; /* why the auth error occurred */
61 * Client is responsible for initializing auth, see e.g. auth_none.c.
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c40 * There are two svc auth implementations here: AUTH_UNIX and AUTH_SHORT.
41 * _svcauth_unix does full blown unix style uid, gid+gids auth,
42 * _svcauth_short uses a shorthand auth to index into a cache of longhand auths.
60 #include <rpc/auth.h>
123 printf("bad auth_len gid %d str %d auth %d",
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c691 iscsi_auth_props_t *auth = NULL; local
710 auth = (iscsi_auth_props_t *)kmem_zalloc
713 if (persistent_auth_get((char *)isp->sess_name, auth)
720 bzero(auth, sizeof (*auth));
721 if (persistent_auth_get(init_name, auth) != B_TRUE) {
722 bzero(auth, sizeof (*auth));
723 auth->a_auth_method = authMethodNone;
728 * auth fla
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1051 nvlist_t *auth, uint64_t nodeid, const char *path)
1060 if (auth) {
1061 verify(nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT,
1063 verify(nvlist_lookup_string(auth, FM_FMRI_AUTH_CHASSIS,
1334 nvlist_t *auth = NULL, *fmri = NULL; local
1353 if ((auth = topo_mod_auth(mod, pnode)) == NULL)
1380 nodename, (topo_instance_t)instance, NULL, auth, part, revision,
1455 nvlist_free(auth);
1461 nvlist_free(auth);
1476 nvlist_t *auth local
1050 ses_set_standard_props(topo_mod_t *mod, tnode_t *frutn, tnode_t *tn, nvlist_t *auth, uint64_t nodeid, const char *path) argument
2191 nvlist_t *auth = NULL, *fmri = NULL; local
2743 nvlist_t *fmri = NULL, *auth = NULL; local
[all...]
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c78 {"auth-method", required_argument, NULL, 'a'},
316 "auth", optarg);
820 char *auth; local
843 /* grab global defaults for auth, alias */
848 "auth", &gauth);
925 auth = gauth;
932 "auth", &auth);
946 "alias:", alias, "auth:", auth,
1935 char *auth = "<none>"; local
[all...]

Completed in 129 milliseconds

1234567891011>>