/netbsd/sys/net80211/ |
H A D | ieee80211_xauth.c | 71 static const struct ieee80211_authenticator xauth = { variable 81 ieee80211_authenticator_register(IEEE80211_AUTH_8021X, &xauth); in IEEE80211_CRYPTO_SETUP() 82 ieee80211_authenticator_register(IEEE80211_AUTH_WPA, &xauth); in IEEE80211_CRYPTO_SETUP()
|
/netbsd/crypto/dist/ipsec-tools/src/racoon/ |
H A D | isakmp_xauth.c | 1077 strcpy(iph1->mode_cfg->xauth.udn,userdn); 1474 iph1->mode_cfg->xauth.udn, 1549 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) { 1555 dlen = iph1->rmconf->xauth->login->l - 1; 1560 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) 1572 iph1->rmconf->xauth->login->v, 1573 iph1->rmconf->xauth->login->l - 1); 1575 if (iph1->rmconf->xauth->pass) { 1577 pwd = iph1->rmconf->xauth->pass; 1582 iph1->rmconf->xauth->login->v); [all …]
|
H A D | admin.c | 457 if (xauth_rmconf_used(&rmconf->xauth) == -1) 460 if (rmconf->xauth->login != NULL) { 461 vfree(rmconf->xauth->login); 462 rmconf->xauth->login = NULL; 464 if (rmconf->xauth->pass != NULL) { 465 vfree(rmconf->xauth->pass); 466 rmconf->xauth->pass = NULL; 469 rmconf->xauth->login = id; 470 rmconf->xauth->pass = key;
|
H A D | remoteconf.c | 535 new->xauth = NULL; in newrmconf() 652 if (new->xauth != NULL && new->xauth == rmconf->xauth) { 653 new->xauth = xauth_rmconf_dup(new->xauth); 654 if (new->xauth == NULL) 722 if (rmconf->xauth) 723 xauth_rmconf_delete(&rmconf->xauth);
|
H A D | isakmp_cfg.h | 163 struct xauth_state xauth; /* Xauth state, if revelant */ member
|
H A D | remoteconf.h | 161 struct xauth_rmconf *xauth; member
|
H A D | isakmp_cfg.c | 1348 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 D | cfparse.y | 2137 if (xauth_rmconf_used(&cur_rmconf->xauth) == -1) { 2142 if ((cur_rmconf->xauth->login = vdup($2)) == NULL) {
|
H A D | isakmp_agg.c | 614 !iph1->rmconf->xauth &&
|
H A D | oakley.c | 1557 if (iph1->rmconf->xauth)
|
/netbsd/external/mit/xorg/bin/xauth/ |
H A D | Makefile | 5 PROG= xauth 6 SRCS= xauth.c gethost.c process.c parsedpy.c
|
/netbsd/external/mit/xorg/bin/ |
H A D | Makefile | 12 transset twm ucs2any viewres x11perf xauth xbiff xcalc \
|
/netbsd/crypto/external/bsd/openssh/dist/ |
H A D | ssh_config | 54 # XAuthLocation /usr/pkg/bin/xauth
|
H A D | sshd_config | 89 #XAuthLocation /usr/pkg/bin/xauth
|
/netbsd/crypto/dist/ipsec-tools/ |
H A D | NEWS | 22 o Fix authentication method ambiguity with kerberos and xauth 39 o do not set default gss id if xauth is used
|
H A D | configure.ac | 331 [ --enable-hybrid enable hybrid, both mode-cfg and xauth support],
|
H A D | ChangeLog.old | 635 * src/privsep.c: Bug fixes in the xauth password handling code. 1689 src/racoon/rfc/draft-beaulieu-ike-xauth-02.txt: new file 1697 src/racoon/rfc/draft-ietf-ipsec-isakmp-xauth-07.txt: new file
|
/netbsd/doc/ |
H A D | HACKS | 369 hack Disable Stack Smash Protection for /usr/X11R7/bin/xauth 372 file src/external/mit/xorg/bin/xauth/Makefile : 1.4 375 If "xauth" is compile with "USE_SSP" set to "yes" it fails 378 /usr/X11R7/bin/xauth: file /foo/bar/.Xauthority does not exist 379 /usr/X11R7/bin/xauth: unable to link authority file /foo/bar/.Xauthority, use /foo/bar/.Xauthority
|
H A D | CHANGES.prev | 9752 sshd(8): Make sshd(8) find the xauth program, even with the new
|
/netbsd/distrib/sets/lists/xdebug/ |
H A D | mi | 164 ./usr/libdata/debug/usr/X11R7/bin/xauth.debug xdebug-xauth-debug xorg,debug
|
/netbsd/crypto/dist/ipsec-tools/src/racoon/rfc/ |
H A D | draft-beaulieu-ike-xauth-02.txt | 7 Document: <draft-beaulieu-ike-xauth-02.txt> Cisco Systems 70 Comments regarding this draft should be sent to ietf-xauth@vpnc.org 137 ike-xauth-01.txt"
|
H A D | draft-ietf-ipsec-isakmp-hybrid-auth-05.txt | 471 ISAKMP/Oakley", draft-ietf-ipsec-isakmp-xauth-06.txt, work in
|
/netbsd/distrib/sets/lists/xbase/ |
H A D | mi | 74 ./usr/X11R7/bin/xauth xbase-xauth-bin xorg 1337 ./usr/X11R7/man/cat1/xauth.0 xbase-xauth-catman .cat,xorg 1489 ./usr/X11R7/man/html1/xauth.html xbase-xauth-htmlman html,xorg 1642 ./usr/X11R7/man/man1/xauth.1 xbase-xauth-man .man,xorg
|
/netbsd/share/mk/ |
H A D | bsd.own.mk | 1693 x11perf xauth xcalc xclipboard \
|