Searched refs:auth (Results 1 - 25 of 284) sorted by relevance

1234567891011>>

/freebsd-10.3-release/include/rpc/
H A Dauth.h1 /* $NetBSD: auth.h,v 1.15 2000/06/02 22:57:55 fvdl Exp $ */
30 * from: @(#)auth.h 1.17 88/02/08 SMI
31 * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
32 * from: @(#)auth.h 1.43 98/02/02 SMI
33 * $FreeBSD: releng/10.3/include/rpc/auth.h 261046 2014-01-22 23:45:27Z mav $
37 * auth.h, Authentication interface.
170 enum_t oa_flavor; /* flavor of auth */
171 caddr_t oa_base; /* address of more auth stuff */
201 * The ops and the auth handle provide the interface to the authenticators.
203 * AUTH *auth;
[all...]
/freebsd-10.3-release/lib/libc/rpc/
H A Dauth_unix.c63 #include <rpc/auth.h>
87 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
91 * Returns an auth handle with the given stuff in it.
105 AUTH *auth; local
109 * Allocate and set up auth handle
112 auth = mem_alloc(sizeof(*auth));
114 if (auth == NULL) {
126 auth
187 AUTH *auth; local
276 authunix_refresh(AUTH *auth, void *dummy) argument
[all...]
H A Drpcsec_gss_stub.c33 __rpc_gss_wrap_stub(AUTH *auth, void *header, size_t headerlen, XDR* xdrs, argument
41 __rpc_gss_unwrap_stub(AUTH *auth, XDR* xdrs, xdrproc_t xdr_args, void *args_ptr) argument
H A Dauth_des.c46 #include <rpc/auth.h>
65 #define AUTH_PRIVATE(auth) (struct ad_private *) auth->ah_private
156 AUTH *auth; local
163 auth = ALLOC(AUTH);
164 if (auth == NULL) {
210 if (key_gendes(&auth->ah_key) < 0) {
216 auth->ah_key = *ckey;
220 * Set up auth handle
222 auth
262 authdes_nextverf(AUTH *auth) argument
272 authdes_marshal(AUTH *auth, XDR *xdrs) argument
364 authdes_validate(AUTH *auth, struct opaque_auth *rverf) argument
423 authdes_refresh(AUTH *auth, void *dummy) argument
463 authdes_destroy(AUTH *auth) argument
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dbuild_auth.c113 Authenticator auth; local
120 memset(&auth, 0, sizeof(auth));
122 auth.authenticator_vno = 5;
123 copy_Realm(&cred->client->realm, &auth.crealm);
124 copy_PrincipalName(&cred->client->name, &auth.cname);
126 krb5_us_timeofday (context, &auth.ctime, &auth.cusec);
128 ret = krb5_auth_con_getlocalsubkey(context, auth_context, &auth.subkey);
137 ALLOC(auth
[all...]
/freebsd-10.3-release/contrib/ntp/ntpq/
H A Dlibntpq_subs.c43 int auth,
49 return doquerylist((struct varlist *)vlist, op, associd, auth,
39 ntpq_doquerylist( struct ntpq_varlist *vlist, int op, associd_t associd, int auth, u_short *rstatus, size_t *dsize, const char **datap ) argument
/freebsd-10.3-release/tools/regression/iscsi/
H A Dctl.conf0 auth-group meh {
7 discovery-auth-group no-authentication
11 auth-group no-authentication
24 auth-group meh
/freebsd-10.3-release/sys/rpc/
H A Dauth_unix.c63 #include <rpc/auth.h>
101 #define AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private)
124 * Returns an auth handle with the given stuff in it.
133 AUTH *auth; local
181 * Allocate and set up auth handle
184 auth = mem_alloc(sizeof(*auth));
186 auth->ah_ops = &authunix_ops;
187 auth
244 authunix_nextverf(AUTH *auth) argument
250 authunix_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) argument
264 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, struct mbuf **mrepp) argument
298 authunix_refresh(AUTH *auth, void *dummy) argument
337 authunix_destroy(AUTH *auth) argument
364 marshal_new_auth(AUTH *auth) argument
[all...]
H A Dauth.h1 /* $NetBSD: auth.h,v 1.15 2000/06/02 22:57:55 fvdl Exp $ */
30 * from: @(#)auth.h 1.17 88/02/08 SMI
31 * from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
32 * from: @(#)auth.h 1.43 98/02/02 SMI
33 * $FreeBSD: releng/10.3/sys/rpc/auth.h 261046 2014-01-22 23:45:27Z mav $
37 * auth.h, Authentication interface.
170 enum_t oa_flavor; /* flavor of auth */
171 caddr_t oa_base; /* address of more auth stuff */
203 * The ops and the auth handle provide the interface to the authenticators.
205 * AUTH *auth;
[all...]
/freebsd-10.3-release/etc/rc.d/
H A Dpwcheck21 logger -s -p auth.err \
/freebsd-10.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A DMakefile.am10 auth-proto.h \
11 auth.c \
12 auth.h \
/freebsd-10.3-release/secure/usr.sbin/sshd/
H A DMakefile6 SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
9 auth.c auth1.c auth2.c auth-options.c session.c \
10 auth-chall.c auth2-chall.c groupaccess.c \
11 auth-skey.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \
13 monitor_mm.c monitor.c monitor_wrap.c auth
[all...]
/freebsd-10.3-release/sys/dev/drm/
H A Ddrm_auth.c143 struct drm_auth *auth = data; local
147 auth->magic = file_priv->magic;
153 auth->magic = old+1;
155 if (!atomic_cmpset_int(&sequence, old, auth->magic))
157 } while (drm_find_file(dev, auth->magic));
158 file_priv->magic = auth->magic;
159 drm_add_magic(dev, file_priv, auth->magic);
163 DRM_DEBUG("%u\n", auth->magic);
174 struct drm_auth *auth = data; local
177 DRM_DEBUG("%u\n", auth
[all...]
/freebsd-10.3-release/etc/
H A Dsyslog.conf8 *.err;kern.warning;auth.notice;mail.crit /dev/console
11 auth.info;authpriv.info /var/log/auth.log
/freebsd-10.3-release/release/picobsd/mfs_tree/etc/
H A Dlogin.conf10 auth-defaults:\
11 :auth=passwd:
13 auth-root-defaults:\
14 :auth-login=passwd:\
15 :auth-rlogin=passwd:\
17 auth-ftp-defaults:\
18 :auth=passwd:
37 :tc=auth-defaults:
95 :tc=auth-root-defaults:\
/freebsd-10.3-release/sys/dev/drm2/
H A Ddrm_auth.c150 struct drm_auth *auth = data; local
154 auth->magic = file_priv->magic;
160 auth->magic = sequence++;
162 } while (drm_find_file(file_priv->master, auth->magic));
163 file_priv->magic = auth->magic;
164 drm_add_magic(file_priv->master, file_priv, auth->magic);
167 DRM_DEBUG("%u\n", auth->magic);
188 struct drm_auth *auth = data; local
191 DRM_DEBUG("%u\n", auth->magic);
192 if ((file = drm_find_file(file_priv->master, auth
[all...]
/freebsd-10.3-release/lib/librpcsec_gss/
H A Drpcsec_gss.c79 static bool_t rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret);
115 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private)
124 AUTH *auth, *save_auth; local
164 auth = mem_alloc(sizeof(*auth));
165 if (auth == NULL) {
174 free(auth);
178 auth->ah_ops = &rpc_gss_ops;
179 auth
228 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) argument
253 rpc_gss_nextverf(__unused AUTH *auth) argument
260 rpc_gss_marshal(__unused AUTH *auth, __unused XDR *xdrs) argument
268 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf) argument
321 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) argument
488 rpc_gss_refresh(AUTH *auth, void *msg) argument
511 rpc_gss_destroy_context(AUTH *auth, bool_t send_destroy) argument
542 rpc_gss_destroy(AUTH *auth) argument
564 __rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen, XDR* xdrs, xdrproc_t xdr_args, void *args_ptr) argument
663 __rpc_gss_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xdr_func, void *xdr_ptr) argument
681 rpc_gss_max_data_length(AUTH *auth, int max_tp_unit_len) argument
[all...]
/freebsd-10.3-release/crypto/openssh/contrib/aix/
H A Dpam.conf7 sshd auth required /usr/lib/security/pam_aix
8 OTHER auth required /usr/lib/security/pam_aix
/freebsd-10.3-release/usr.sbin/ppp/
H A Dchap.c64 #include "auth.h"
221 /* Generate AUTHRESPONSE to verify on auth success */
320 chap->auth.physical->dl->bundle, 0, pid);
330 write(in[1], chap->auth.in.name, strlen(chap->auth.in.name));
376 ans = chap_BuildAnswer(name, key, chap->auth.id, chap->challenge.peer
383 ChapOutput(chap->auth.physical, CHAP_RESPONSE, chap->auth.id,
391 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth
[all...]
H A Dchap.h49 struct authinfo auth; member in struct:chap
64 ((struct chap *)((char *)a - (uintptr_t)&((struct chap *)0)->auth))
/freebsd-10.3-release/usr.bin/csup/
H A Dauth.c26 * $FreeBSD: releng/10.3/usr.bin/csup/auth.c 232320 2012-02-29 22:35:09Z cognet $
43 #include "auth.h"
98 struct srvrecord auth; local
122 error = auth_lookuprecord(realm, &auth);
125 client = auth.client;
126 auth_makesecret(&auth, shrdsecret);
165 auth_lookuprecord(char *server, struct srvrecord *auth) argument
187 error = auth_parsetoken(&line, auth->server,
188 sizeof(auth->server));
194 if (strcasecmp(auth
236 auth_makesecret(struct srvrecord *auth, char *secret) argument
[all...]
/freebsd-10.3-release/usr.sbin/ctld/
H A Dtoken.l51 auth-group { return AUTH_GROUP; }
52 auth-type { return AUTH_TYPE; }
61 discovery-auth-group { return DISCOVERY_AUTH_GROUP; }
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c91 static bool_t rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret);
147 #define AUTH_PRIVATE(auth) ((struct rpc_gss_data *)auth->ah_private)
197 AUTH *auth; local
257 auth = rpc_gss_seccreate_int(clnt, cred, NULL, principal, mech_oid,
259 if (!auth)
262 gd = AUTH_PRIVATE(auth);
276 AUTH_DESTROY(auth);
287 return (auth);
336 rpc_gss_refresh_auth(AUTH *auth) argument
360 AUTH *auth; local
444 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) argument
504 rpc_gss_nextverf(__unused AUTH *auth) argument
511 rpc_gss_marshal(AUTH *auth, uint32_t xid, XDR *xdrs, struct mbuf *args) argument
616 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf, struct mbuf **resultsp) argument
738 rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret) argument
1017 rpc_gss_refresh(AUTH *auth, void *msg) argument
1054 rpc_gss_destroy_context(AUTH *auth, bool_t send_destroy) argument
1112 rpc_gss_destroy(AUTH *auth) argument
1140 rpc_gss_max_data_length(AUTH *auth, int max_tp_unit_len) argument
[all...]
/freebsd-10.3-release/etc/periodic/security/
H A D800.loginfail49 find ${LOG} -name 'auth.log.*' -mtime -2 |
58 [ -f ${LOG}/auth.log ] && cat $LOG/auth.log
67 n=$(catmsgs | egrep -ia "^$yesterday.*: .*\b(fail(ures?|ed)?|invalid|bad|illegal|auth.*error)\b" |
/freebsd-10.3-release/libexec/bootpd/
H A Dsyslog.conf15 #*.err;kern.debug;auth.notice;user.none /dev/console
16 kern.debug;user,mail.crit;auth.notice /dev/console
19 #*.err;kern.debug;daemon,auth.notice;mail.crit;user.none /var/adm/messages
20 kern.debug;user,mail.crit;auth.notice /var/adm/messages
37 #auth.notice ifdef(`LOGHOST', /var/log/authlog, @loghost)

Completed in 322 milliseconds

1234567891011>>