Searched refs:auth (Results 201 - 225 of 306) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c64 /* V2 auth blocks */
592 #define SKIPAUTH(auth) \
593 if (auth && ((retlength = skip_v1authblock()) < 0)) \
612 #define DOAUTH(auth) \
613 if (auth && slpv1_authblock() < 0) \
949 /* auth header */
973 /* structured auth block */
1052 " [no room for auth block header: remaining msg length = %u]",
1080 " [no room for auth block scopes: remaining msg length = %u]",
1200 /* auth */
[all...]
H A Dsnoop_nfs.c36 #include <rpc/auth.h>
H A Dsnoop_nfs_acl.c38 #include <rpc/auth.h>
H A Dsnoop_pmap.c38 #include <rpc/auth.h>
H A Dsnoop_rpc.c36 #include <rpc/auth.h>
121 if (getxdr_long() == RPCSEC_GSS) { /* Cred auth type */
123 /* RPCSEC_GSS cred auth data */
126 /* non RPCSEC_GSS cred auth data */
128 xdr_skip(4); /* Verf auth type */
129 xdr_skip(RNDUP(getxdr_long())); /* Verf auth data */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c42 #include <rpc/auth.h>
H A Dnfs_common.c67 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1207 uri->auth.cp = NULL;
1208 uri->auth.ep = NULL;
1370 uri->auth.cp = hp;
1371 uri->auth.ep = ep;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c31 #include <rpc/auth.h>
H A Dnfsops.c31 #include <rpc/auth.h>
H A Dclnt_btcp.c54 #include <rpc/auth.h>
H A Dclnt_budp.c53 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_gen.c40 #include <rpc/auth.h>
H A Drpc_prot.c52 #include <rpc/auth.h>
62 * (see auth.h)
H A Drpc_subr.c59 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbadm.c88 char *auth; member in struct:smbadm_cmdinfo
1546 if (!smbadm_checkauth(curcmd->auth)) {
1613 smbadm_checkauth(const char *auth) argument
1620 if (chkauthattr(auth, pw->pw_name) == 0)
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h34 #include <nfs/auth.h>
220 * An auth cache client entry. This is the umbrella structure and contains all
231 * An auth cache entry can exist in 6 states.
234 * contain the valid auth state yet.
237 * to authenticate or re-authenticate it. The auth state might not be valid
239 * finishes the retrieval and changes the auth cache entry to FRESH, or NEW (in
240 * a case this entry had no valid auth state yet).
258 * Note that the auth state of the entry is valid, even if the entry is STALE.
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c1314 token_auth_needed(KMF_HANDLE_T handle, char *tokenlabel, int *auth) argument
1321 *auth = 0;
1330 *auth = (info.flags & CKF_LOGIN_REQUIRED);
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c1752 assoc.auth = (ic->ic_def_txkey << 4) | IPW2200_AUTH_SHARED;
1773 "chan(%u), auth(%u)\n",
1776 assoc.chan, assoc.auth));
2768 struct ipw2200_notif_authentication *auth; local
2798 auth = (struct ipw2200_notif_authentication *)ndata;
2801 "ipw2200_rcv_notif(): authentication=%u\n", auth->state));
2803 switch (auth->state) {
2813 "unknown authentication state(%u)\n", auth->state));
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2366 "corresponding auth type string\n"));
4289 authority.auth.type = NS_LDAP_AUTH_SIMPLE;
4382 if (__ns_ldap_initAuth(authmech, &authority.auth, &errorp) !=
4392 if (authority.auth.saslmech != NS_LDAP_SASL_GSSAPI &&
4402 if (authority.auth.saslmech != NS_LDAP_SASL_GSSAPI &&
4413 standalone_cfg.SA_AUTH = authmech == NULL ? NULL : &authority.auth;
4445 authority.auth.type = authp->type;
4446 authority.auth.tlstype = authp->tlstype;
4447 authority.auth.saslmech = authp->saslmech;
4448 authority.auth
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c983 (void) memcpy(buf, ptk->u.auth.tx_mic_key, 8);
984 (void) memcpy(ptk->u.auth.tx_mic_key, ptk->u.auth.rx_mic_key, 8);
985 (void) memcpy(ptk->u.auth.rx_mic_key, buf, 8);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.c147 fmd_scheme_notranslate(nvlist_t *fmri, nvlist_t *auth) argument
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c48 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c43 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h639 iscsi_auth_props_t auth; member in struct:iscsi_boot_property

Completed in 100 milliseconds

1234567891011>>