Searched refs:login (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-13-stable/usr.sbin/iscsid/
H A Discsid.h133 void login(struct connection *ic);
H A Discsid.c531 login(conn);
H A Dlogin.c133 return ("Invalid during login");
572 log_warnx("received login response "
577 log_debugx("received login response "
591 log_warnx("received final login response with wrong NSG 0x%x",
771 login(struct connection *conn) function
/freebsd-13-stable/usr.sbin/pw/
H A Dpwupd.h121 int chgpwent(char const * login, struct passwd * pwd);
/freebsd-13-stable/contrib/dma/
H A Dcrypto.c263 smtp_auth_md5(int fd, char *login, char *password) argument
299 snprintf(buffer, BUF_SIZE, "%s %s", login, ascii_digest);
H A Ddma.h68 #define INSECURE 0x020 /* Allow plain login w/o encryption */
148 char *login; member in struct:authuser
/freebsd-13-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h118 void login(struct utmp *);
/freebsd-13-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h117 void login(struct utmp *);
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_vscsi.c321 /* First XFER for login data */
495 struct srp_login *login; local
516 login = (struct srp_login *)((uint8_t *)xp->sc->srp_iu_queue +
518 bzero(login, xp->srp_iu_size);
519 login->type = SRP_LOGIN_REQ;
520 login->tag = (uint64_t)(xp);
521 login->max_cmd_length = htobe64(256);
522 login->buffer_formats = htobe16(0x1 | 0x2); /* Direct and indirect */
523 login->flags = 0;
828 /* Send SRP login */
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_server.c235 char *login; member in struct:srpsrvparm_st
254 if (p->login == NULL && p->user == NULL) {
255 p->login = SSL_get_srp_username(s);
256 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login);
261 BIO_printf(bio_err, "User %s doesn't exist\n", p->login);
273 p->login, p->user->info);
279 p->login = NULL;
2106 srp_callback_parm.login = NULL;
2583 srp_callback_parm.login);
2658 srp_callback_parm.login);
[all...]
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.c52 # include <login.h>
124 * (The native tools, eg login, will process the AUTH1 list in addition to
197 * Record successful login. We don't have a pty yet, so just
238 * Returns 1 if login is allowed, 0 if not allowed.
261 * If restricted because /etc/nologin exists, the login will be denied
313 * record_failed_login: generic "login failed" interface function
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_io.h577 struct ctl_ha_msg_login login; member in union:ctl_ha_msg
H A Dctl.c1038 msg.login.msg_type = CTL_MSG_LOGIN;
1039 msg.login.version = CTL_HA_VERSION;
1040 msg.login.ha_mode = softc->ha_mode;
1041 msg.login.ha_id = softc->ha_id;
1042 msg.login.max_luns = ctl_max_luns;
1043 msg.login.max_ports = ctl_max_ports;
1044 msg.login.max_init_per_port = CTL_MAX_INIT_PER_PORT;
1045 ctl_ha_msg_send(CTL_HA_CHAN_CTL, &msg.login, sizeof(msg.login),
1345 if (msg->login
[all...]
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.h452 void login(struct connection *conn);
H A Dlogin.c101 * different than login request, we have to drop the connection
835 login(struct connection *conn) function
/freebsd-13-stable/sys/security/audit/
H A Daudit_arg.c292 audit_arg_login(char *login) argument
300 strlcpy(ar->k_ar.ar_arg_login, login, MAXLOGNAME);
/freebsd-13-stable/sys/dev/firewire/
H A Dsbp.c120 "SBP perform login automatically");
124 &ex_login, 0, "SBP enable exclusive login");
126 &login_delay, 0, "SBP login delay in msec");
156 #define SBP_DEV_RESET 0 /* accept login */
157 #define SBP_DEV_LOGIN 1 /* to login */
182 struct sbp_login_res *login; member in struct:sbp_dev
538 sdev->login = (struct sbp_login_res *) sdev->dma.v_addr;
1337 fp->mode.wreqq.dest_hi = sdev->login->cmd_hi;
1338 fp->mode.wreqq.dest_lo = sdev->login->cmd_lo + offset;
1405 ocb->orb[4] = htonl(ORB_NOTIFY | func | sdev->login
[all...]
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c93 if (s->srp_ctx.login == NULL)
100 /* login must not be zero...internal error if so */
102 || !WPACKET_memcpy(pkt, s->srp_ctx.login,
103 strlen(s->srp_ctx.login))
H A Dextensions.c1160 OPENSSL_free(s->srp_ctx.login);
1161 s->srp_ctx.login = NULL;
/freebsd-13-stable/sys/kern/
H A Dkern_prot.c2329 * Get login name, if available.
2341 char login[MAXLOGNAME]; local
2349 len = strlcpy(login, p->p_session->s_login, uap->namelen) + 1;
2354 return (copyout(login, uap->namebuf, len));
2358 * Set login name.
/freebsd-13-stable/usr.sbin/ppp/
H A Ddatalink.c338 if (!chat_Setup(&dl->chat, dl->cfg.script.login, NULL))
339 log_Printf(LogWARN, "Invalid login script\n");
811 *dl->cfg.script.login = '\0';
1151 arg->cx->cfg.script.login);
1264 "login",
H A Dcommand.c865 "Dial and login", "dial|call [system ...]", NULL},
1750 strncpy(cx->cfg.script.login, argp, sizeof cx->cfg.script.login - 1);
1751 cx->cfg.script.login[sizeof cx->cfg.script.login - 1] = '\0';
2425 {"login", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX,
2426 "login script", "set login chat-script", (const void *) VAR_LOGIN},
/freebsd-13-stable/crypto/openssh/
H A Dauth.c43 #include <login.h>
412 logit("Root login accepted for forced command.");
596 * login if the username is given in the same case as stored in the
622 debug("unable to get login class: %s", user);
1170 "permitted to use this key for login.",
1194 "permitted to use this certificate for login.",
H A Dloginrec.c29 * The btmp logging code is derived from login.c from util-linux and is under
50 ** loginrec.c: platform-independent login recording and lastlog retrieval
54 * The new login code explained
57 * This code attempts to provide a common interface to login recording
58 * (utmp and friends) and last login time retrieval.
62 * system login record structures one finds on UNIX variants.
74 * For login recording, we try to use the local system's libraries as
76 * this usually means login() and logout() or setutent() etc., probably
89 * Retrieving the time of last login ('lastlog') is in some ways even
90 * more problemmatic than login recordin
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c78 * auto-login, if possible.
143 login(argv[1]);
1289 * Send new user information (re-login)

Completed in 401 milliseconds

123