Searched refs:auth (Results 126 - 150 of 306) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_connect.c194 ndmp_auth_text *auth; local
237 auth = &request->auth_data.ndmp_auth_data_u.auth_text;
238 if (strcmp(uname, auth->user) != 0) {
262 strcmp(auth->password, dec_passwd) != 0) {
438 ndmp_auth_text_v3 *auth; local
475 auth = &request->auth_data.ndmp_auth_data_v3_u.auth_text;
476 reply.error = ndmpd_connect_auth_text(uname, auth->auth_id,
477 auth->auth_password);
/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c1542 char *auth = NULL; local
1606 auth = val;
1621 /* if auth is being set to default, remove from this nvlist */
1622 if (auth && (strcmp(auth, "default") == 0)) {
1645 char *auth = NULL; local
1688 auth = val;
1764 * if auth = radius, ensure radius server & secret are set.
1766 if (auth) {
1767 if (strcmp(auth, PA_AUTH_RADIU
[all...]
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile84 auth.attr exec.attr prof.attr user.attr
364 auth.attr.time: $(RBACDIR)/auth_attr
372 touch auth.attr.time; \
474 auth.attr:auth.attr.time
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h348 struct auth { /* authentication info */ struct in struct:interface
523 struct auth parm_auth[MAX_AUTH_KEYS];
590 extern boolean_t auth_ok; /* 1=ignore auth if we do not care */
640 extern void clr_ws_buf(struct ws_buf *, struct auth *);
793 extern struct auth *find_auth(struct interface *);
794 extern void end_md5_auth(struct ws_buf *, struct auth *);
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c658 uint64_t auth = 0; local
668 auth = (auth << 8) | sid->sid_authority[i];
669 n = snprintf(s, osz, "-%llu", (u_longlong_t)auth);
1164 u_longlong_t auth = 0; local
1183 err = ddi_strtoull(p, &np, 10, &auth);
1187 auth = strtoull(p, &np, 10);
1215 sid->sid_authority[i] = auth & 0xFF;
1216 auth = auth >>
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c724 AUTH *auth; local
1037 auth = authnone_create();
1042 auth = authsys_create(au->aup_machname, au->aup_uid,
1044 if (auth == NULL) /* fall back */
1045 auth = authnone_create();
1057 if (auth == NULL) {
1067 if (!AUTH_MARSHALL(auth, &outxdr)) {
1072 AUTH_DESTROY(auth);
1078 AUTH_DESTROY(auth);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/xaui/
H A Dxaui.c102 nvlist_t *auth = topo_mod_auth(mod, parent); local
105 NULL, auth, NULL, NULL, NULL);
106 nvlist_free(auth);
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1197 int auth; local
1306 auth = check_authorizations(groupname, flags);
1387 if (dryrun && ret == SA_OK && !auth && verbose) {
1441 int auth; local
1541 auth = check_authorizations(groupname, flags);
1629 } else if (dryrun && !auth && verbose) {
2543 int auth; local
2719 auth = check_authorizations(argv[optind],
2776 !auth && verbose) {
3014 int auth; local
3277 int auth; local
3895 int auth; local
4430 int auth; local
4594 int auth = 1; local
4811 int auth = 1; local
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c2004 const nvlist_t *auth; local
2006 auth = (const nvlist_t *)fmd.d_rmod->mod_fmri;
2010 return (auth);
2017 const nvlist_t *auth; local
2019 auth = (const nvlist_t *)mp->mod_fmri;
2023 return (auth);
2265 fmd_nvl_fmri_translate(fmd_hdl_t *hdl, nvlist_t *fmri, nvlist_t *auth) argument
2270 if (fmri == NULL || auth == NULL) {
2272 "invalid nvlist(s): %p, %p\n", (void *)fmri, (void *)auth);
2275 xfmri = fmd_fmri_translate(fmri, auth);
2425 fmd_xprt_open(fmd_hdl_t *hdl, uint_t flags, nvlist_t *auth, void *data) argument
2559 fmd_xprt_xtranslate(nvlist_t *nvl, nvlist_t *auth) argument
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SAttrMsg.java185 SrvLocMsg makeReply(Vector attrs, Hashtable auth) argument
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c41 #include <rpc/auth.h>
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c319 if (! auth && password)
581 if (! auth && password)
620 auth = 0;
626 auth = 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h157 } auth; member in union:wpa_ptk::__anon243
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_bparam.c38 #include <rpc/auth.h>
H A Dsnoop_rstat.c36 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c676 credp->auth.type = authp->type;
677 credp->auth.tlstype = authp->tlstype;
678 credp->auth.saslmech = authp->saslmech;
679 credp->auth.saslopt = authp->saslopt;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h136 str_t auth; /* Authority for response */ member in struct:uri_desc_s
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents.c32 #include <rpc/auth.h>
H A Dgetdents3.c32 #include <rpc/auth.h>
H A Dgetdents4.c32 #include <rpc/auth.h>
H A Dlookup.c42 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthu_prot.c49 #include <rpc/auth.h>
108 * XDR kernel unix auth parameters.
147 * XDR loopback unix auth parameters.
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c1032 tsol_lpauth(char *auth, char *in_name) argument
1040 res = chkauthattr(auth, in_name);
1044 res = chkauthattr(auth, cp+1);
1047 res = chkauthattr(auth, in_name);
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c45 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfsauth.c51 #include <nfs/auth.h>

Completed in 154 milliseconds

1234567891011>>