Home
last modified time | relevance | path

Searched refs:xauth (Results 1 – 24 of 24) sorted by relevance

/netbsd/sys/net80211/
H A Dieee80211_xauth.c71 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 Disakmp_xauth.c1077 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 Dadmin.c457 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 Dremoteconf.c535 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 Disakmp_cfg.h163 struct xauth_state xauth; /* Xauth state, if revelant */ member
H A Dremoteconf.h161 struct xauth_rmconf *xauth; member
H A Disakmp_cfg.c1348 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.y2137 if (xauth_rmconf_used(&cur_rmconf->xauth) == -1) {
2142 if ((cur_rmconf->xauth->login = vdup($2)) == NULL) {
H A Disakmp_agg.c614 !iph1->rmconf->xauth &&
H A Doakley.c1557 if (iph1->rmconf->xauth)
/netbsd/external/mit/xorg/bin/xauth/
H A DMakefile5 PROG= xauth
6 SRCS= xauth.c gethost.c process.c parsedpy.c
/netbsd/external/mit/xorg/bin/
H A DMakefile12 transset twm ucs2any viewres x11perf xauth xbiff xcalc \
/netbsd/crypto/external/bsd/openssh/dist/
H A Dssh_config54 # XAuthLocation /usr/pkg/bin/xauth
H A Dsshd_config89 #XAuthLocation /usr/pkg/bin/xauth
/netbsd/crypto/dist/ipsec-tools/
H A DNEWS22 o Fix authentication method ambiguity with kerberos and xauth
39 o do not set default gss id if xauth is used
H A Dconfigure.ac331 [ --enable-hybrid enable hybrid, both mode-cfg and xauth support],
H A DChangeLog.old635 * 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 DHACKS369 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 DCHANGES.prev9752 sshd(8): Make sshd(8) find the xauth program, even with the new
/netbsd/distrib/sets/lists/xdebug/
H A Dmi164 ./usr/libdata/debug/usr/X11R7/bin/xauth.debug xdebug-xauth-debug xorg,debug
/netbsd/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Ddraft-beaulieu-ike-xauth-02.txt7 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 Ddraft-ietf-ipsec-isakmp-hybrid-auth-05.txt471 ISAKMP/Oakley", draft-ietf-ipsec-isakmp-xauth-06.txt, work in
/netbsd/distrib/sets/lists/xbase/
H A Dmi74 ./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 Dbsd.own.mk1693 x11perf xauth xcalc xclipboard \