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

12345678910

/freebsd-10-stable/release/tools/
H A Dgce.conf65 *.err;kern.warning;auth.notice;mail.crit /dev/console
/freebsd-10-stable/sbin/routed/
H A Ddefs.h302 struct auth { /* authentication info */ struct in struct:interface
406 struct auth parm_auth[MAX_AUTH_KEYS];
464 extern int auth_ok; /* 1=ignore auth if we do not care */
516 void clr_ws_buf(struct ws_buf *, struct auth *);
633 struct auth *find_auth(struct interface *);
634 void end_md5_auth(struct ws_buf *, struct auth *);
H A Doutput.c56 struct auth *a;
210 struct auth *
213 struct auth *ap, *res;
248 struct auth *ap)
282 struct auth *ap)
/freebsd-10-stable/contrib/wpa/src/radius/
H A Dradius_client.c236 int sock, int sock6, int auth);
937 int sock, int sock6, int auth)
953 auth ? "Authentication" : "Accounting",
967 if (auth)
978 if ((auth && entry->msg_type != RADIUS_AUTH) ||
979 (!auth && entry->msg_type != RADIUS_ACCT))
1077 if (auth)
934 radius_change_server(struct radius_client_data *radius, struct hostapd_radius_server *nserv, struct hostapd_radius_server *oserv, int sock, int sock6, int auth) argument
/freebsd-10-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c616 AUTH *auth; local
839 auth = authnone_create();
844 auth = authunix_create(au->aup_machname,
847 if (auth == NULL) /* fall back */
848 auth = authnone_create();
858 if (auth == NULL) {
866 if (!AUTH_MARSHALL(auth, &outxdr)) {
869 AUTH_DESTROY(auth);
875 AUTH_DESTROY(auth);
/freebsd-10-stable/contrib/amd/fixmount/
H A Dfixmount.c262 AUTH *auth; local
365 if (!(auth = authunix_create_default())) {
380 client->cl_auth = auth;
/freebsd-10-stable/contrib/telnet/telnet/
H A Dmain.c53 #include <libtelnet/auth.h>
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_sake.c22 u8 auth[EAP_SAKE_TEK_AUTH_LEN]; member in struct:eap_sake_data::__anon4862
215 if (eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p,
364 eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p,
401 eap_sake_compute_mic(data->tek.auth, data->rand_s, data->rand_p,
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c432 auth(char *auth_name) function
450 if(mech->auth) {
451 (*mech->auth)(app_data);
842 ret = (*(*m)->auth)(app_data, host);
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c432 auth(char *auth_name) function
450 if(mech->auth) {
451 (*mech->auth)(app_data);
842 ret = (*(*m)->auth)(app_data, host);
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dkrb5tgs.c1023 krb5_authenticator auth; local
1030 krb5_auth_con_getauthenticator(context, ac, &auth);
1031 if(auth->cksum == NULL){
1042 !krb5_checksum_is_keyed(context, auth->cksum->cksumtype)
1045 !krb5_checksum_is_collision_proof(context, auth->cksum->cksumtype)) {
1047 auth->cksum->cksumtype);
1080 auth->cksum);
1090 free_Authenticator(auth);
1091 free(auth);
1280 krb5_authenticator auth; local
[all...]
/freebsd-10-stable/usr.sbin/ppp/
H A Dbundle.h112 } auth; member in struct:bundle::__anon12172
/freebsd-10-stable/lib/libutil/
H A DMakefile11 SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \
/freebsd-10-stable/crypto/openssh/
H A Dauth.h1 /* $OpenBSD: auth.h,v 1.88 2016/05/04 14:04:40 markus Exp $ */
141 int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *);
153 #include "auth-pam.h"
/freebsd-10-stable/usr.bin/svn/svn/
H A DMakefile11 SRCS= add-cmd.c auth-cmd.c blame-cmd.c cat-cmd.c changelist-cmd.c \
/freebsd-10-stable/usr.sbin/ctld/
H A Dparse.y210 * auth-group. but only once.
257 const struct auth *ca;
269 const struct auth *ca;
357 log_warnx("discovery-auth-group for portal-group "
365 log_warnx("unknown discovery-auth-group \"%s\" "
531 log_warnx("auth-group for target \"%s\" "
534 log_warnx("cannot use both auth-group and explicit "
541 log_warnx("unknown auth-group \"%s\" for target "
555 log_warnx("cannot use both auth-group and "
556 "auth
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Dkssl.c61 * ssl/kssl.c -- Routines to support (& debug) Kerberos5 auth for openssl
1477 fprintf(stderr, "\tstart/auth/end times: %d / %d / %d\n",
2019 KRB5_AUTHENTBODY *auth = NULL; local
2131 if ((auth = (KRB5_AUTHENTBODY *)d2i_KRB5_AUTHENT(NULL, &p,
2140 if (k_gmtime(auth->ctime, &tm_time) &&
2154 if (auth && auth->ctime && auth->ctime->length && auth->ctime->data)
2155 fprintf(stderr, "%.*s\n", auth
[all...]
/freebsd-10-stable/contrib/serf/auth/
H A Dauth_spnego.c27 #include <auth/auth.h>
547 /* Check if header value starts with interesting auth name. */
/freebsd-10-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c66 #define ssh_add_identity(auth, key, comment) \
67 ssh_add_identity_constrained(auth, key, comment, 0, 0)
/freebsd-10-stable/sys/kgssapi/
H A Dgsstest.c799 AUTH *auth; local
820 auth = rpc_gss_seccreate(client, curthread->td_ucred,
823 if (!auth) {
844 rpc_gss_set_defaults(auth, svc, NULL);
846 client->cl_auth = auth;
866 AUTH_DESTROY(auth);
/freebsd-10-stable/contrib/tnftp/src/
H A Dfetch.c499 char *volatile auth; local
520 auth = location = message = NULL;
994 "fetch_url: skipping unknown auth scheme `%s'\n",
998 FREEPTR(auth);
999 auth = ftp_strdup(token);
1000 DPRINTF("fetch_url: parsed auth as `%s'\n", cp);
1062 if (EMPTYSTRING(auth)) {
1081 if (auth_url(auth, authp, auser, apass) == 0) {
1342 FREEPTR(auth);
/freebsd-10-stable/sys/net80211/
H A Dieee80211_proto.c66 "beacon", "atim", "disassoc", "auth",
319 ieee80211_authenticator_get(int auth) argument
321 if (auth >= IEEE80211_AUTH_MAX)
323 if (authenticators[auth] == NULL)
324 ieee80211_load_module(auth_modnames[auth]);
325 return authenticators[auth];
330 const struct ieee80211_authenticator *auth)
334 authenticators[type] = auth;
329 ieee80211_authenticator_register(int type, const struct ieee80211_authenticator *auth) argument
/freebsd-10-stable/tools/regression/iscsi/
H A Discsi-test.sh40 # auth-group meh {
46 # discovery-auth-group no-authentication
50 # auth-group no-authentication
63 # auth-group meh
161 discovery.sendtargets.auth.authmethod = None
286 check iscsiadm --mode node --targetname "$TARGET1" -p "$TARGETIP:3260" --op=update --name node.session.auth.authmethod --value=None
288 check iscsiadm --mode node --targetname "$TARGET2" -p "$TARGETIP:3260" --op=update --name node.session.auth.authmethod --value=CHAP
289 check iscsiadm --mode node --targetname "$TARGET2" -p "$TARGETIP:3260" --op=update --name node.session.auth.username --value="$USER"
290 check iscsiadm --mode node --targetname "$TARGET2" -p "$TARGETIP:3260" --op=update --name node.session.auth.password --value="$SECRET"
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dpeerkey.c715 os_memcpy(buf, stk->u.auth.tx_mic_key, 8);
716 os_memcpy(stk->u.auth.tx_mic_key, stk->u.auth.rx_mic_key, 8);
717 os_memcpy(stk->u.auth.rx_mic_key, buf, 8);
885 os_memcpy(key_buf + 16, peerkey->stk.u.auth.rx_mic_key, 8);
886 os_memcpy(key_buf + 24, peerkey->stk.u.auth.tx_mic_key, 8);
/freebsd-10-stable/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1489 svc_rpc_gss_wrap(SVCAUTH *auth, struct mbuf **mp) argument
1496 cc = (struct svc_rpc_gss_cookedcred *) auth->svc_ah_private;
1509 svc_rpc_gss_unwrap(SVCAUTH *auth, struct mbuf **mp) argument
1516 cc = (struct svc_rpc_gss_cookedcred *) auth->svc_ah_private;
1529 svc_rpc_gss_release(SVCAUTH *auth) argument
1536 cc = (struct svc_rpc_gss_cookedcred *) auth->svc_ah_private;

Completed in 314 milliseconds

12345678910