Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dadmin.c442 if (xauth_rmconf_used(&rmconf->xauth) == -1)
445 if (rmconf->xauth->login != NULL) {
446 vfree(rmconf->xauth->login);
447 rmconf->xauth->login = NULL;
449 if (rmconf->xauth->pass != NULL) {
450 vfree(rmconf->xauth->pass);
451 rmconf->xauth->pass = NULL;
454 rmconf->xauth->login = id;
455 rmconf->xauth->pass = key;
Disakmp_xauth.c128 struct xauth_state *xst = &iph1->mode_cfg->xauth;
194 struct xauth_state *xst = &iph1->mode_cfg->xauth;
382 struct xauth_state *xst = &iph1->mode_cfg->xauth;
950 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
951 strcpy(iph1->mode_cfg->xauth.udn,userdn);
1258 struct xauth_state *xst = &iph1->mode_cfg->xauth;
1322 usr = iph1->mode_cfg->xauth.authdata.generic.usr;
1343 iph1->mode_cfg->xauth.udn,
1418 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) {
1424 dlen = iph1->rmconf->xauth->login->l - 1;
[all …]
Doakley.h229 (((iph1)->rmconf->xauth && \
233 (((iph1)->rmconf->xauth && \
Dremoteconf.c221 new->xauth = NULL; in newrmconf()
302 if (rmconf->xauth)
303 xauth_rmconf_delete(&rmconf->xauth);
Dremoteconf.h127 struct xauth_rmconf *xauth; member
Disakmp_cfg.h170 struct xauth_state xauth; /* Xauth state, if revelant */ member
Disakmp_cfg.c1319 xauth_rmstate(&state->xauth);
1909 if (iph1->mode_cfg->xauth.authdata.generic.usr != NULL) {
1911 iph1->mode_cfg->xauth.authdata.generic.usr) != 0) {
Dcfparse.y1751 if (xauth_rmconf_used(&cur_rmconf->xauth) == -1) {
1755 if ((cur_rmconf->xauth->login = vdup($2)) == NULL) {
2416 } else if (rmconf->xauth == NULL) {
Disakmp_agg.c636 !iph1->rmconf->xauth &&
Doakley.c1566 if (iph1->rmconf->xauth)
/external/autotest/client/site_tests/network_VPNConnect/
Dcontrol.l2tpipsec_xauth26 vpn_types=[ 'l2tpipsec-psk-xauth',
27 'l2tpipsec-psk-xauth-incorrect_user',
28 'l2tpipsec-psk-xauth-incorrect_missing_user' ],
/external/ipsec-tools/
Dsetup.c393 struct xauth_rmconf *xauth = racoon_calloc(1, sizeof(struct xauth_rmconf)); in set_xauth_and_more() local
394 xauth->login = strtovchar(username); in set_xauth_and_more()
395 xauth->login->l += 1; in set_xauth_and_more()
396 xauth->pass = strtovchar(password); in set_xauth_and_more()
399 remoteconf->xauth = xauth; in set_xauth_and_more()
547 if (remoteconf->xauth) { in setup()
DNEWS22 o do not set default gss id if xauth is used
DChangeLog126 * src/racoon/cfparse.y: Do not set default gss id if xauth is used.
/external/openssh/
DINSTALL204 --with-xauth=PATH specifies the location of the xauth binary
Dsshd.0194 otherwise runs xauth. The M-bM-^@M-^\rcM-bM-^@M-^] files are given the X11
208 xauth(1) because sshd will not run xauth automatically to add X11
226 fi | xauth -q -
230 exist either, xauth is used to add the cookie.
Dconfigure.ac4313 AC_ARG_WITH([xauth], optwith
4314 [ --with-xauth=PATH Specify path to xauth program ],
4327 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
4328 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
4329 xauth_path="/usr/openwin/bin/xauth"
4350 [Define if xauth is found in your path])
Dssh_config.0406 Furthermore, the xauth(1) token used for the session will be set
1011 Specifies the full pathname of the xauth(1) program. The default
1012 is /usr/X11R6/bin/xauth.
Dsshd_config.0951 Specifies the full pathname of the xauth(1) program, or none to
952 not use one. The default is /usr/X11R6/bin/xauth.
Dconfig.h.in1737 /* Define if xauth is found in your path */
Dconfigure17910 # Extract the first word of "xauth", so it can be a program name with args.
17950 if (test ! -z "$xauth_path" && test -x "/usr/openwin/bin/xauth") ; then
17951 xauth_path="/usr/openwin/bin/xauth"
DChangeLog4672 sanitise characters destined for xauth reported by
/external/selinux/python/sepolgen/tests/test_data/
Dhttpd.log3851 type=AVC msg=audit(1163774197.197:11555): avc: denied { write } for pid=8521 comm="xauth" name="…
3852 … suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/usr/bin/xauth" subj=st…
3853 type=AVC msg=audit(1163774197.201:11556): avc: denied { read } for pid=8521 comm="xauth" name=".…
3854 … suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/usr/bin/xauth" subj=st…
3855 type=AVC msg=audit(1163774197.201:11557): avc: denied { getattr } for pid=8521 comm="xauth" name…
3856 … suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts2 comm="xauth" exe="/usr/bin/xauth" subj=st…
3864 type=AVC msg=audit(1163774197.221:11560): avc: denied { search } for pid=8522 comm="xauth" name=…
3865 …d=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 comm="xauth" exe="/usr/bin/xauth" subj=st…
3866 type=AVC msg=audit(1163774197.221:11561): avc: denied { write } for pid=8522 comm="xauth" name="…
3867 type=AVC msg=audit(1163774197.221:11561): avc: denied { add_name } for pid=8522 comm="xauth" nam…
[all …]
Daudit.log17 type=AVC msg=audit(1162850343.427:986): avc: denied { write } for pid=6378 comm="xauth" name=".g…
18 … suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts1 comm="xauth" exe="/usr/bin/xauth" subj=st…
19 type=AVC msg=audit(1162850343.427:987): avc: denied { read } for pid=6378 comm="xauth" name=".gd…
20 … suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts1 comm="xauth" exe="/usr/bin/xauth" subj=st…
21 type=AVC msg=audit(1162850343.427:988): avc: denied { getattr } for pid=6378 comm="xauth" name="…
22 … suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts1 comm="xauth" exe="/usr/bin/xauth" subj=st…
30 type=AVC msg=audit(1162850343.427:991): avc: denied { search } for pid=6379 comm="xauth" name="r…
31 …d=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts1 comm="xauth" exe="/usr/bin/xauth" subj=st…
32 type=AVC msg=audit(1162850343.427:992): avc: denied { write } for pid=6379 comm="xauth" name="ro…
33 type=AVC msg=audit(1162850343.427:992): avc: denied { add_name } for pid=6379 comm="xauth" name=…
[all …]
/external/openssh/contrib/redhat/
Dopenssh.spec513 - refuse to do X11 forwarding if xauth isn't there, handy if you enable
558 - refuse to do X11 forwarding if xauth isn't there, handy if you enable