Searched refs:xauth (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/sys/netproto/802_11/wlan_xauth/ |
| HD | ieee80211_xauth.c | 68 static const struct ieee80211_authenticator xauth = { variable 76 IEEE80211_AUTH_MODULE(xauth, 1); 77 IEEE80211_AUTH_ALG(x8021x, IEEE80211_AUTH_8021X, xauth); 78 IEEE80211_AUTH_ALG(wpa, IEEE80211_AUTH_WPA, xauth);
|
| /dragonfly/crypto/openssh/ |
| HD | README.DRAGONFLY | 23 --with-privsep-path=/var/empty --with-xauth=/usr/local/bin/xauth \
|
| HD | configure.ac | 4903 AC_ARG_WITH([xauth], optwith 4904 [ --with-xauth=PATH Specify path to xauth program ], 4917 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath]) 4918 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then 4919 xauth_path="/usr/openwin/bin/xauth" 4940 [Define if xauth is found in your path])
|
| HD | config.h.in | 2014 /* Define if xauth is found in your path */
|
| HD | config.log | 7 …l-engine --without-rpath --with-privsep-path=/var/empty --with-xauth=/usr/local/bin/xauth --disabl…
|
| HD | configure | 24855 set dummy xauth; ac_word=$2
|