Searched refs:xauth (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_xauth.c71 static const struct ieee80211_authenticator xauth = { variable in typeref:struct:ieee80211_authenticator
81 ieee80211_authenticator_register(IEEE80211_AUTH_8021X, &xauth);
82 ieee80211_authenticator_register(IEEE80211_AUTH_WPA, &xauth);
/netbsd-6-1-5-RELEASE/x11/bin/xauth/
H A DMakefile5 PROG= xauth
6 SRCS= xauth.c gethost.c process.c parsedpy.c
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/xauth/
H A DMakefile5 PROG= xauth
6 SRCS= xauth.c gethost.c process.c parsedpy.c
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/
H A DMakefile11 twm ucs2any viewres x11perf xauth xbiff xcalc \
/netbsd-6-1-5-RELEASE/x11/bin/
H A DMakefile12 x11perf xauth xbiff xcalc xclipboard xclock xcmsdb \
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dadmin.c461 if (xauth_rmconf_used(&rmconf->xauth) == -1)
464 if (rmconf->xauth->login != NULL) {
465 vfree(rmconf->xauth->login);
466 rmconf->xauth->login = NULL;
468 if (rmconf->xauth->pass != NULL) {
469 vfree(rmconf->xauth->pass);
470 rmconf->xauth->pass = NULL;
473 rmconf->xauth->login = id;
474 rmconf->xauth->pass = key;
H A Disakmp_xauth.c129 struct xauth_state *xst = &iph1->mode_cfg->xauth;
195 struct xauth_state *xst = &iph1->mode_cfg->xauth;
377 struct xauth_state *xst = &iph1->mode_cfg->xauth;
1032 /* cache the user dn in the xauth state */
1033 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
1034 strcpy(iph1->mode_cfg->xauth.udn,userdn);
1077 * finally, use the dn and the xauth
1348 struct xauth_state *xst = &iph1->mode_cfg->xauth;
1402 "xauth group specified but modecfg not found\n");
1410 /* check for presence of xauth dat
[all...]
H A Disakmp_cfg.h163 struct xauth_state xauth; /* Xauth state, if revelant */ member in struct:isakmp_cfg_state
H A Dremoteconf.c544 new->xauth = NULL;
666 if (new->xauth != NULL && new->xauth == rmconf->xauth) {
667 new->xauth = xauth_rmconf_dup(new->xauth);
668 if (new->xauth == NULL)
736 if (rmconf->xauth)
737 xauth_rmconf_delete(&rmconf->xauth);
H A Dremoteconf.h161 struct xauth_rmconf *xauth; member in struct:remoteconf
H A Disakmp_cfg.c1345 xauth_rmstate(&state->xauth);
1905 if (iph1->mode_cfg->xauth.authdata.generic.usr != NULL) {
1907 iph1->mode_cfg->xauth.authdata.generic.usr) != 0) {
H A Dcfparse.y1663 yyerror("failed to set sainfo xauth group.\n");
2076 if (xauth_rmconf_used(&cur_rmconf->xauth) == -1) {
2077 yyerror("failed to allocate xauth state\n");
2081 if ((cur_rmconf->xauth->login = vdup($2)) == NULL) {
H A Disakmp_agg.c618 !iph1->rmconf->xauth &&
1183 plog (LLV_INFO, LOCATION, NULL, "Adding xauth VID payload.\n");
H A Doakley.c1569 if (iph1->rmconf->xauth)
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.own.mk1051 setxkbmap smproxy twm viewres x11perf xauth xcalc xclipboard \

Completed in 203 milliseconds