Home | History | Annotate | Download | only in racoon

Lines Matching full:xauth

128 	struct xauth_state *xst = &iph1->mode_cfg->xauth;
134 "Xauth request while phase 1 is not completed\n");
140 "Xauth request whith Xauth state %d\n", xst->status);
144 plog(LLV_INFO, LOCATION, NULL, "Sending Xauth request\n");
194 struct xauth_state *xst = &iph1->mode_cfg->xauth;
198 "Xauth reply but peer did not declare "
199 "itself as Xauth capable\n");
205 "Xauth reply while Xauth state is %d\n", xst->status);
234 "ignored Xauth attribute %d\n", type);
243 "Cannot allocate memory for Xauth Data\n");
367 "Delayed Xauth reply: phase 1 no longer exists.\n");
379 struct xauth_state *xst = &iph1->mode_cfg->xauth;
946 /* cache the user dn in the xauth state */
947 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
948 strcpy(iph1->mode_cfg->xauth.udn,userdn);
991 * finally, use the dn and the xauth
1255 struct xauth_state *xst = &iph1->mode_cfg->xauth;
1258 * Only the server side (edge device) really check for Xauth
1259 * status. It does it if the chose authmethod is using Xauth.
1274 "announced as Xauth capable\n");
1281 "succeed Xauth exchange\n");
1309 "xauth group specified but modecfg not found\n");
1317 /* check for presence of xauth data */
1319 usr = iph1->mode_cfg->xauth.authdata.generic.usr;
1323 "xauth group specified but xauth not found\n");
1340 iph1->mode_cfg->xauth.udn,
1388 "Xauth mode config request but peer "
1389 Xauth capable\n");
1405 "Unsupported Xauth authentication %d\n",
1415 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) {
1416 plog(LLV_ERROR, LOCATION, NULL, "Xauth performed "
1421 dlen = iph1->rmconf->xauth->login->l - 1;
1422 iph1->rmconf->xauth->state |= XAUTH_SENT_USERNAME;
1429 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login)
1433 usr = vmalloc(iph1->rmconf->xauth->login->l - 1 + skip);
1441 iph1->rmconf->xauth->login->v,
1442 iph1->rmconf->xauth->login->l - 1);
1444 if (iph1->rmconf->xauth->pass) {
1446 pwd = iph1->rmconf->xauth->pass;
1451 iph1->rmconf->xauth->login->v);
1460 iph1->rmconf->xauth->state |= XAUTH_SENT_PASSWORD;
1476 "XAUTH Message: '%s'.\n",
1509 * iph1->rmconf->xauth->login->v is valid,
1512 memcpy(data, iph1->rmconf->xauth->login->v, dlen);
1545 "Xauth mode config set but peer "
1546 "did not declare itself as Xauth capable\n");
1558 xst = &iph1->mode_cfg->xauth;
1579 "Xauth authentication failed\n");
1605 "XAUTH Message: '%s'.\n",