Home | History | Annotate | Download | only in racoon

Lines Matching refs:login

265 		strncpy(iph1->mode_cfg->login, usr, LOGINLEN);
266 iph1->mode_cfg->login[LOGINLEN] = '\0';
387 "login failed for user \"%s\"\n", usr);
403 "login succeeded for user \"%s\"\n", usr);
1208 /* No root login. Ever. */
1415 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) {
1417 "with no login supplied\n");
1421 dlen = iph1->rmconf->xauth->login->l - 1;
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);
1450 "No password was found for login %s\n",
1451 iph1->rmconf->xauth->login->v);
1509 * iph1->rmconf->xauth->login->v is valid,
1512 memcpy(data, iph1->rmconf->xauth->login->v, dlen);
1678 (*xauth_rmconf)->login = NULL;
1691 if ((*xauth_rmconf)->login != NULL)
1692 vfree((*xauth_rmconf)->login);