Searched refs:xauth (Results 1 – 17 of 17) sorted by relevance
442 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;
128 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 …]
229 (((iph1)->rmconf->xauth && \233 (((iph1)->rmconf->xauth && \
221 new->xauth = NULL; in newrmconf()302 if (rmconf->xauth)303 xauth_rmconf_delete(&rmconf->xauth);
127 struct xauth_rmconf *xauth; member
170 struct xauth_state xauth; /* Xauth state, if revelant */ member
1319 xauth_rmstate(&state->xauth);1909 if (iph1->mode_cfg->xauth.authdata.generic.usr != NULL) {1911 iph1->mode_cfg->xauth.authdata.generic.usr) != 0) {
1751 if (xauth_rmconf_used(&cur_rmconf->xauth) == -1) {1755 if ((cur_rmconf->xauth->login = vdup($2)) == NULL) {2416 } else if (rmconf->xauth == NULL) {
636 !iph1->rmconf->xauth &&
1566 if (iph1->rmconf->xauth)
27 vpn_types=[ 'l2tpipsec-psk-xauth',28 'l2tpipsec-psk-xauth-incorrect_user',29 'l2tpipsec-psk-xauth-incorrect_missing_user' ],
379 struct xauth_rmconf *xauth = racoon_calloc(1, sizeof(struct xauth_rmconf)); in set_xauth_and_more() local380 xauth->login = strtovchar(username); in set_xauth_and_more()381 xauth->login->l += 1; in set_xauth_and_more()382 xauth->pass = strtovchar(password); in set_xauth_and_more()383 xauth->pass->l += 1; in set_xauth_and_more()384 remoteconf->xauth = xauth; in set_xauth_and_more()519 if (remoteconf->xauth) { in setup()
22 o do not set default gss id if xauth is used
126 * src/racoon/cfparse.y: Do not set default gss id if xauth is used.
3851 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 …]
17 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 …]
479 user, a similar approach to what kdesu does with xauth must