Home
last modified time | relevance | path

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

/src/sys/net80211/
H A Dieee80211_xauth.c67 static const struct ieee80211_authenticator xauth = { variable
75 IEEE80211_AUTH_MODULE(xauth, 1);
76 IEEE80211_AUTH_ALG(x8021x, IEEE80211_AUTH_8021X, xauth);
77 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
/src/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr237 # Use xauth(1) to grant root the ability to use this X11/SSH session
239 f_have xauth || f_die 1 \
240 "$msg_no_such_file_or_directory" "$pgm" "xauth"
244 xauth -f ~/.Xauthority extract - $HOSTNAME/unix:$displaynum \
245 $HOSTNAME:$displaynum | sudo sh -c 'xauth -ivf \
H A Ddialog.subr2263 # and we have X11, we should merge the xauth(1) credentials from our
2270 if ! f_have xauth; then
2274 f_die 1 "$msg_no_such_file_or_directory" "$pgm" "xauth"
2278 eval xauth -if \~$SUDO_USER/.Xauthority extract - \
2280 \"\$HOSTNAME:\$displaynum\" | sudo sh -c 'xauth -ivf \
/src/crypto/openssh/
H A DINSTALL225 --with-xauth=PATH specifies the location of the xauth binary
H A Dconfigure.ac5042 AC_ARG_WITH([xauth], optwith
5043 [ --with-xauth=PATH Specify path to xauth program ],
5056 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
5057 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
5058 xauth_path="/usr/openwin/bin/xauth"
5079 [Define if xauth is found in your path])
/src/crypto/openssh/contrib/redhat/
H A Dopenssh.spec536 - refuse to do X11 forwarding if xauth isn't there, handy if you enable
581 - refuse to do X11 forwarding if xauth isn't there, handy if you enable