Searched refs:auth (Results 251 - 275 of 306) sorted by relevance

<<111213

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7788 is_zone_auth(char **auth, char *zonename, char *oldzonename) argument
7794 if ((strncmp(*auth, ZONE_AUTH_PREFIX, offset) == 0) &&
7795 ((suffix = strchr(*auth, '/')) != NULL)) {
7797 *auth += offset;
7802 *auth += offset;
8116 char auth[MAXAUTHS]; local
8118 (void) snprintf(auth, MAXAUTHS, "%s%s/%s",
8125 (void) strlcat(new_auths, auth, MAXAUTHS);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c504 struct auth k, *ap, *ap2;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c418 "krb5 auth reply length too large (%d)", len);
421 "krb5 auth reply length too large (%d)\n",
542 krb5_data auth; local
550 auth.data = (char *)data;
551 auth.length = cnt;
557 "Error getting krb5 auth "
602 err = krb5_rd_req(telnet_context, &auth_context, &auth,
606 "Error reading krb5 auth information:"
710 "Kerberos auth reply: "
891 "\t(auth_name) Empty NAME in auth "
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c61 #include <rpc/auth.h>
H A Dnfslog_elf.c60 #include <rpc/auth.h>
1302 * auth-flavor s-user-name s-uid uid u-name gid net-id
1369 " auth-flavor s-user-name s-uid uid u-name gid net-id c-ip");
1436 * auth-flavor s-user-name s-uid uid u-name gid net-id c-ip
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c45 #include <rpc/auth.h>
H A Dauto_vnops.c44 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c63 #include <rpc/auth.h>
H A Dnfs4_srv_deleg.c29 #include <rpc/auth.h>
H A Dnfs_log.c37 #include <rpc/auth.h>
H A Dnfs4_srv_readdir.c45 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_clts.c62 #include <rpc/auth.h>
H A Dsvc_cots.c63 #include <rpc/auth.h>
H A Dclnt_rdma.c53 #include <rpc/auth.h>
1077 * Reply is good, check auth.
H A Dsvc_rdma.c54 #include <rpc/auth.h>
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl749 bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, char *qop);
927 void auth_destroy(AUTH *auth);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y303 | auth
329 auth: IPFY_AUTH { fr->fr_flags |= FR_AUTH; } label
1557 { "auth", IPFY_AUTH },
1759 { "auth", IPFY_FAC_AUTH },
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c33 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_kapi.c39 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h47 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c50 #include <rpc/auth.h>
487 * We need an version of CLNT_DESTROY which also frees the auth structure.
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c56 #include <rpc/auth.h>
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c831 uint32_t auth[7]; member in struct:repl
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c52 #include <rpc/auth.h>
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c1095 return (__s_api_is_auth_matched(cp->auth, cred));

Completed in 173 milliseconds

<<111213