Searched refs:auth (Results 226 - 250 of 306) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c43 #include <rpc/auth.h>
459 /* free auth handle */
H A Dnfs4_deleg_ops.c28 #include <rpc/auth.h>
H A Dnfs4_dispatch.c30 #include <rpc/auth.h>
H A Dnfs_acl_srv.c59 #include <rpc/auth.h>
H A Dnfs_auth.c45 #include <rpc/auth.h>
51 #include <nfs/auth.h>
67 * The lifetime of an auth cache entry:
70 * An auth cache entry is created with both the auth_time
93 * Number of seconds until we mark for refresh an auth cache entry.
286 * nfsauth4_access is used for NFS V4 auth checking. Besides doing
1389 * auth cache entry is being refreshed.
/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c1457 vs_checkauth(char *auth) argument
1467 if (chkauthattr(auth, pw->pw_name) != 1) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c168 struct auth *ap;
1379 struct auth *ap;
1387 msglim(use_authp, from, "missing auth data from %s",
1480 "unknown MD5 RIPv2 auth len %#x"
1502 * len+4 to include auth trailer's family/type in
1513 msglim(use_authp, from, "bad auth data from %s",
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c1452 ns_auth_t auth = {NS_LDAP_AUTH_NONE, local
1529 auth.type = NS_LDAP_AUTH_SIMPLE;
1549 &auth, &errorp) != NS_LDAP_SUCCESS) {
1560 cfg.SA_AUTH = &auth;
1661 if (authMethod[i]->type == auth.type) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs3.c37 #include <rpc/auth.h>
H A Dsnoop_nlm.c38 #include <rpc/auth.h>
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.c156 int (*auth)(int, struct sockaddr *, int); member in struct:__anon363
1402 (libdscp.auth(0, addr, len) != DSCP_OK)) {
4540 libdscp->auth = (int (*)(int, struct sockaddr *, int))dlsym(lib,
4545 (libdscp->auth == NULL)) {
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h391 int auth; /**< Is client authenticated? */ member in struct:drm_client
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c37 #include <rpc/auth.h>
H A Dnfs4ops.c31 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h43 #include <rpc/auth.h>
95 enum auth_stat RE_why; /* why the auth error occurred */
130 * Client is responsible for initializing auth, see e.g. auth_none.c.
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c65 #include <rpc/auth.h>
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_impl.h580 uint8_t auth; member in struct:ipw2200_associate
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h655 extern int auth;
H A Dbuiltins.c75 int auth = 0; variable
761 auth = 0;
2989 if (! auth && password)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1317 u_short optmsk = 0, secmsk = 0, auth = 0; local
1462 auth = *(s + 3);
1463 auth *= 256;
1464 auth += *(s + 4);
1489 if (auth && !(auth & 0x0100))
1490 auth &= 0xff00;
1493 fi->fi_auth = auth;
2233 * If a rule is a pre-auth rule, check again in the list of rules
2504 * Check auth no
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c174 bool auth = true; /* whether to set e_auth_param */ local
2700 auth = false;
2703 if (auth)
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_validate.c641 n->norm->An.auth = AUTH_split;
643 n->norm->An.auth = AUTH_nosplit;
1001 if (np->norm->An.auth == AUTH__NONE) {
H A Dmdoc_html.c1200 if (n->norm->An.auth == AUTH_split) {
1205 if (n->norm->An.auth == AUTH_nosplit) {
1915 PAIR_CLASS_INIT(&tag[0], "ref-auth");
H A Dmdoc_term.c1066 if (n->norm->An.auth == AUTH_split) {
1071 if (n->norm->An.auth == AUTH_nosplit) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c759 fmd_xprt_create(fmd_module_t *mp, uint_t flags, nvlist_t *auth, void *data) argument
774 xip->xi_auth = auth;

Completed in 166 milliseconds

1234567891011>>