Home
last modified time | relevance | path

Searched refs:auth (Results 101 – 125 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c489 cred.auth.type = NS_LDAP_AUTH_SASL; in __ns_ldap_check_gssapi_preq()
490 cred.auth.tlstype = NS_LDAP_TLS_NONE; in __ns_ldap_check_gssapi_preq()
491 cred.auth.saslmech = NS_LDAP_SASL_GSSAPI; in __ns_ldap_check_gssapi_preq()
H A Dns_reads.c3065 const ns_cred_t *auth, in ldap_list() argument
3201 if (auth == NULL) { in ldap_list()
3216 cookie->i_auth = auth; in ldap_list()
3289 const ns_cred_t *auth, in __ns_ldap_list() argument
3323 const ns_cred_t *auth, in __ns_ldap_list_sort() argument
3370 const ns_cred_t *auth, in __ns_ldap_list_batch_add() argument
3935 if (auth == NULL) { in firstEntry()
4154 if (auth == NULL) in __ns_ldap_auth()
4561 (auth == NULL)) in __ns_ldap_getServiceAuthMethods()
4564 *auth = NULL; in __ns_ldap_getServiceAuthMethods()
[all …]
H A Dns_internal.h582 ns_cred_t *auth; member
664 #define conn_auth_type conn->auth->auth.type
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslog.conf33 *.err;kern.notice;auth.notice /dev/sysmsg
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf291 enable-auth=0;
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c1326 pc_hash(const char *auth) in pc_hash() argument
1352 h = pc_hash(auth); in pc_exists()
1507 *pret = pc_match(pcp, auth); in auth_cb()
4054 const char * const auth = in rc_node_create_child_pg() local
4057 if (auth != NULL) in rc_node_create_child_pg()
4882 if (auth != NULL) in rc_node_delete()
5827 const char * const auth = in rc_node_property_may_read() local
5830 if (auth != NULL) in rc_node_property_may_read()
6744 const char * const auth = in rc_node_setup_tx() local
6747 if (auth != NULL) in rc_node_setup_tx()
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.h44 #define _fn_ctx_handle_from_initial_with_uid(uid, auth, status) \ argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c319 if (! auth && password) in run_menu()
581 if (! auth && password) in run_menu()
620 auth = 0; in run_menu()
626 auth = 1; in run_menu()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl232 INOUT struct netr_authenticator auth;
243 INOUT struct netr_authenticator auth;
406 IN struct netr_authenticator *auth;
439 IN struct netr_authenticator auth;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdrrdma_sizeof.c254 xdrrdma_authsize(AUTH *auth, struct cred *cred, int min_chunk) in xdrrdma_authsize() argument
264 stat = AUTH_MARSHALL(auth, &x, cred); in xdrrdma_authsize()
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk59 LIBOBJ = attach.o auth.o btree.o btree_rb.o build.o copy.o date.o delete.o \
69 $(TOP)/src/auth.c \
327 auth.o: $(TOP)/src/auth.c $(HDR)
328 $(TCCX) -c $(TOP)/src/auth.c
/illumos-gate/usr/src/uts/common/nfs/
H A DMakefile36 nfsid_map.h auth.h nfs_cmd.h nfs4x.h
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c505 int auth; local
540 auth = 0;
556 auth |= CHAP_PEER;
561 auth |= PAP_PEER;
583 auth |= CHAP_WITHPEER;
593 auth |= PAP_WITHPEER;
595 auth_pending[unit] = auth;
597 if (!auth)
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c2631 iscsi_auth_props_t auth; in setAuthMethods() local
2639 auth.a_vers = ISCSI_INTERFACE_VERSION; in setAuthMethods()
2640 auth.a_oid = (uint32_t)oid.objectSequenceNumber; in setAuthMethods()
2642 if (ioctl(fd, ISCSI_AUTH_GET, &auth) != 0) { in setAuthMethods()
2646 auth.a_auth_method = authMethodNone; in setAuthMethods()
2651 auth.a_auth_method |= authMethodCHAP; in setAuthMethods()
2658 if (ioctl(fd, ISCSI_AUTH_SET, &auth) != 0) { in setAuthMethods()
2674 iscsi_auth_props_t auth; in getAuthMethods() local
2688 auth.a_vers = ISCSI_INTERFACE_VERSION; in getAuthMethods()
2691 if (ioctl(fd, ISCSI_AUTH_GET, &auth) != 0) { in getAuthMethods()
[all …]
/illumos-gate/usr/src/cmd/vntsd/
H A DMakefile28 SRCS = auth.c cmd.c common.c console.c listen.c queue.c read.c vntsd.c \
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c1271 nvlist_t *fmri, *auth; in fmd_msg_gettext_locked() local
1316 if (nvlist_lookup_nvlist(fmri, FM_FMRI_AUTHORITY, &auth) != 0) in fmd_msg_gettext_locked()
1317 auth = NULL; in fmd_msg_gettext_locked()
1325 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT, &platform) != 0) in fmd_msg_gettext_locked()
1328 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, &server) != 0) in fmd_msg_gettext_locked()
1331 if (nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT_SN, &csn) != 0 && in fmd_msg_gettext_locked()
1332 nvlist_lookup_string(auth, FM_FMRI_AUTH_CHASSIS, &csn) != 0) in fmd_msg_gettext_locked()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c56 struct auth *a;
246 struct auth *
249 struct auth *ap, *res = NULL; in find_auth()
286 clr_ws_buf(struct ws_buf *wb, struct auth *ap) in clr_ws_buf()
320 end_md5_auth(struct ws_buf *wb, struct auth *ap) in end_md5_auth()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A DMakefile32 AUTH_OBJS = auth.o cmds_gss.o secure.o
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1604 char *auth = ""; in login_sm_set_auth() local
1631 PROP_AUTH, &auth); in login_sm_set_auth()
1650 &auth); in login_sm_set_auth()
1663 if (strcmp(auth, PA_AUTH_RADIUS) == 0) { in login_sm_set_auth()
1667 } else if (strcmp(auth, PA_AUTH_CHAP) == 0) { in login_sm_set_auth()
1671 } else if ((strcmp(auth, PA_AUTH_NONE) == 0) || in login_sm_set_auth()
1672 (strcmp(auth, "") == 0)) { in login_sm_set_auth()
1751 if ((strcmp(auth, PA_AUTH_RADIUS) == 0) && in login_sm_set_auth()
1763 } else if ((strcmp(auth, PA_AUTH_CHAP) == 0) && in login_sm_set_auth()
2028 conn_auth_t *auth = &lsm->icl_auth; in login_sm_check_security() local
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc.h134 enum mdoc_auth auth; /* -split, etc. */ member
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c667 credp->auth.type = authp->type; in update_ldap_attr()
668 credp->auth.tlstype = authp->tlstype; in update_ldap_attr()
669 credp->auth.saslmech = authp->saslmech; in update_ldap_attr()
670 credp->auth.saslopt = authp->saslopt; in update_ldap_attr()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c1033 tsol_lpauth(char *auth, char *in_name) in tsol_lpauth() argument
1041 res = chkauthattr(auth, in_name); in tsol_lpauth()
1045 res = chkauthattr(auth, cp+1); in tsol_lpauth()
1048 res = chkauthattr(auth, in_name); in tsol_lpauth()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c140 strings2cred(ns_cred_t *nsc, char *user, char *passwd, char *auth) in strings2cred() argument
145 if ((rc = string2auth(auth, &nsc->auth)) != IDMAP_SUCCESS) in strings2cred()
356 char *user, char *passwd, char *auth, char *windomain, in idmap_init_namemaps() argument
439 rc = strings2cred(&p->nsc, user, passwd, auth); in idmap_init_namemaps()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A DMakefile33 AUTH_OBJS= auth.o authenc.o kerberos5.o
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dquick.test35 auth.test \

12345678