Searched refs:auth (Results 176 - 200 of 306) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c1572 char *auth = ""; local
1599 PROP_AUTH, &auth);
1618 &auth);
1631 if (strcmp(auth, PA_AUTH_RADIUS) == 0) {
1635 } else if (strcmp(auth, PA_AUTH_CHAP) == 0) {
1639 } else if ((strcmp(auth, PA_AUTH_NONE) == 0) ||
1640 (strcmp(auth, "") == 0)) {
1719 if ((strcmp(auth, PA_AUTH_RADIUS) == 0) &&
1731 } else if ((strcmp(auth, PA_AUTH_CHAP) == 0) &&
1989 conn_auth_t *auth local
[all...]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetgrent.c36 #include <rpc/auth.h> /* for MAXNETNAMELEN */
/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c1057 credp->auth.type = authp->type;
1058 credp->auth.tlstype = authp->tlstype;
1059 credp->auth.saslmech = authp->saslmech;
1060 credp->auth.saslopt = authp->saslopt;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java311 // is needed. This creates the auth blocks for the scopes.
582 // Check if the reg is signed and auth is off or vice versa.
766 // Check if scope is protected and auth is off or vice versa.
990 AuthBlock auth =
992 if (auth == null) {
1111 AuthBlock auth = AuthBlock.getEquivalentAuth(req.spi, sig);
1112 if (auth == null) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rpcsec.c35 #include <rpc/auth.h>
H A Dsnoop_solarnet.c39 #include <rpc/auth.h>
H A Dsnoop_nis.c42 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dlist.c316 int auth = 0; local
334 rv = token_auth_needed(kmfhandle, token, &auth);
418 if (auth > 0 && (tokencred == NULL ||
450 if (auth > 0 && (cred.cred == NULL)) {
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c43 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/rp_basic/
H A Dlibnfs_basic.c43 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.c56 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c545 /* Returns: int -- -1 == illegal auth parameters (lengths) */
548 /* auth(I) - pointer to RPC auth structure */
551 /* Record auth data length & location of auth data, then advance past */
555 ippr_rpcb_skipauth(rm, auth, buf)
557 xdr_auth_t *auth;
564 /* Make sure we have enough space for expected fixed auth parms. */
570 auth->xa_string.xs_len = p;
577 auth
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c38 #include <rpc/auth.h>
H A Dnfs2ops.c31 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_calmsg.c48 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c951 char *addr, *auth, *p, *q, *r, *s; local
1025 if ((auth = fmd_prop_get_string(hdl, "ip_authority")) != NULL) {
1030 s = strdupa(auth);
1031 fmd_prop_free_string(hdl, auth);
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c340 nvlist_t *auth; local
361 auth = topo_mod_auth(mod, parent);
363 auth, part ? part : model, firm, serial);
364 nvlist_free(auth);
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c319 nvlist_t *auth, *fmri; local
323 nvlist_lookup_nvlist(fmri, FM_FMRI_AUTHORITY, &auth) == 0) {
324 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT,
326 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_PRODUCT_SN,
328 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_SERVER, &server);
329 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_CHASSIS,
331 (void) nvlist_lookup_string(auth, FM_FMRI_AUTH_DOMAIN, &domain);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd604 push(@authopts, "auth");
975 # is the setting of the "auth" option.
980 $authoption = $_ if /auth/i;
988 if ($authoption =~ /^auth$/i) {
1020 # 1 - all auth ("auth" in options, "noauth" on call)
1022 # 3 - mixed; use auth ("noauth" in options, wrapper script for "auth")
1251 push @pppdopts, "auth" if $dialin_auth == 1;
1262 # Change "auth" t
[all...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c222 char *auth; member in struct:__anon650
608 free_null(&namemaps.auth);
621 init_nm_command(char *user, char *passwd, char *auth, char *windomain, argument
629 strcasecmp_null(auth, namemaps.auth) != 0 ||
637 passwd, auth, windomain, direction);
650 auth != NULL && (namemaps.auth = strdup(auth)) == NULL ||
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c960 dladm_wlan_auth2str(dladm_wlan_auth_t *auth, char *buf) argument
962 return (dladm_wlan_val2str((uint_t)*auth, auth_vals,
1054 dladm_wlan_str2auth(const char *str, dladm_wlan_auth_t *auth) argument
1061 *auth = (dladm_wlan_auth_t)val;
1284 dladm_wlan_auth_t *auth)
1288 switch (*auth) {
1283 do_set_authmode(dladm_handle_t handle, datalink_id_t linkid, dladm_wlan_auth_t *auth) argument
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c787 ap = uri->auth.cp;
788 bp = ruri->auth.cp;
791 /* URI has auth request URI doesn't */
794 while (bp < ruri->auth.ep && ap < uri->auth.ep) {
810 if (bp != ruri->auth.ep || ap != uri->auth.ep) {
815 /* URI doesn't have auth and request URI does */
819 * Have a path/auth match so before any other processing
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c228 nvlist_t *auth, nvlist_t **nvl)
231 inst, NULL, auth, NULL, NULL, NULL);
227 mkrsrc(topo_mod_t *mod, tnode_t *pnode, const char *name, int inst, nvlist_t *auth, nvlist_t **nvl) argument
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c326 eval_minauth(char *auth) argument
331 if (strcmp(auth, minauth_values[i]) == 0)
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c48 #include <rpc/auth.h>

Completed in 156 milliseconds

1234567891011>>