HomeSort by relevance Sort by last modified time
    Searched defs:login (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
Netrc.pm 34 my($login,$pass,$acct) = (undef,undef,undef);
111 elsif($tok =~ /^(login|password|account)$/)
135 my($pkg,$mach,$login) = @_;
141 undef $login
146 if(defined $login)
152 if(exists $m->{login} && $m->{login} eq $login);
165 sub login subroutine
169 exists $me->{login}
    [all...]
POP3.pm 69 sub login subroutine
71 @_ >= 1 && @_ <= 3 or croak 'usage: $pop3->login( USER, PASS )';
376 if ($pop->login($username, $password) > 0) {
440 =item login ( [ USER [, PASS ]] )
456 Similar to L</login>, but the password is not sent in clear text.
FTP.pm 232 sub login { subroutine
1233 $ftp->login("anonymous",'-anonymous@')
1234 or die "Cannot login ", $ftp->message;
1295 appended to the login identifier. This kind of setup is also refered to
1341 =item login ([LOGIN [,PASSWORD [, ACCOUNT] ] ])
1343 Log into the remote FTP server with the given login information. If
1345 package to lookup the login information for the connected host.
1346 If no information is found then a login of I<anonymous> is used.
1347 If no password is given and the login is I<anonymous> then I<anonymous@
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/srpt/
srpt_cm.c 59 * srpt_cm_req_hdlr() - Login request
62 * SRP initiator login request.
71 srp_login_req_t login; local
106 * Copy to avoid potential alignment problems, process login
109 bcopy(event->cm_priv_data, &login, sizeof (login));
118 ch = srpt_stp_login(tgt, &login, &login_rsp,
  /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/
shircbot.sh 85 function login function
115 _.login
  /onnv/onnv-gate/usr/src/cmd/ptools/pcred/
pcred.c 55 static char *login; variable
101 login = optarg;
109 if (login != NULL && (user != NULL || group != NULL || grplst != NULL))
250 "\t%s -l login pid ...\n"
301 if (login != NULL) {
302 pwd = getpwnam(login);
306 command, login);
314 ngrp = _getgroupsbymember(login, groups, (int)ngroups_max, 1);
  /onnv/onnv-gate/usr/src/cmd/cron/
atrm.c 51 char login[UNAMESIZE]; variable
56 #define NAMETOOLONG "login name too long"
95 if (strlcpy(login, pp, sizeof (login)) >= sizeof (login))
100 if (!allowed(login, ATALLOW, ATDENY))
285 if (strlcpy(login, pp, sizeof (login)) >=
286 sizeof (login))
289 cron_sendmsg(DELETE, login, filename, AT)
    [all...]
crontab.c 68 "because your login shell isn't /usr/bin/sh, you can't use cron."
92 #define NAMETOOLONG "login name too long"
109 static char login[UNAMESIZE]; variable
207 if (strlcpy(login, pp, sizeof (login)) >= sizeof (login))
209 if (!allowed(login, CRONALLOW, CRONDENY))
229 cf = xmalloc(strlen(CRONDIR)+strlen(login)+2);
230 strcat(strcat(strcpy(cf, CRONDIR), "/"), login);
234 cron_sendmsg(DELETE, login, login, CRON)
    [all...]
at.c 68 #define BADSHELL "because your login shell isn't /usr/bin/sh,"\
160 char *login; local
179 login = getuser(user);
180 if (login == NULL) {
187 if (!allowed(login, ATALLOW, ATDENY))
214 if (inproj(login, pprj->pj_name,
222 login, pprj->pj_name,
233 if (inproj(login, pprj->pj_name,
241 login, pprj->pj_name,
292 return (remove_jobs(argc, argv, login));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/acct/
diskusg.c 155 char login[NSZ+10]; local
157 while(fscanf(fd, "%ld %s %ld\n", &usrid, login, &blcks) == 3) {
161 (void) strncpy(userlist[index].name, login, NSZ);
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
bsd-cray.c 124 * Call ia_failure because of an login failure.
160 int maxattempts; /* maximum no. of failed login attempts */
329 break; /* Accept root login */
342 printf ("Your login has been disabled. Contact the system ");
351 printf ("Maximum number of failed login attempts exceeded.\n");
387 printf("sshd: Login incorrect, (0%o)\n",
424 printf("sshd: Login incorrect, (0%o)\n",
452 /* Provide login status information */
454 printf("Last successful login was : %.*s ",
714 cray_delete_tmpdir(char *login, int jid, uid_t uid
747 char *login = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/bltins/
misc.c 25 * login [arg...]
53 struct login struct
62 struct login logdata;
101 register struct login *logp=0;
108 logp = (struct login*)extra;
  /onnv/onnv-gate/usr/src/cmd/lp/include/
printers.h 102 unsigned short login; /* is/isn't a login terminal */ member in struct:PRINTER
132 #define LOG_IN 0x01 /* printer is login terminal */
  /onnv/onnv-gate/usr/src/cmd/w/
w.c 139 static char *sel_user; /* login of particular user selected */
141 static int login; /* true if invoked as login shell */ variable
194 login = (argv[0][0] == '-');
196 firstchar = login ? argv[0][1] : (cp == 0) ? argv[0][0] : cp[1];
314 "login@ idle JCPU PCPU what\n", LC_TIME)));
485 /* print login name of the user */
  /onnv/onnv-gate/usr/src/cmd/zlogin/
zlogin.c 27 * zlogin provides three types of login which allow users in the global
30 * - "interactive login" is similar to rlogin(1); for example, the user could
34 * session. In this mode, login(1) (and its -c option, which means
38 * - "non-interactive login" is similar to su(1M); the user could issue
41 * 'su' is used to do the login setup work.
43 * - "console login" is the equivalent to accessing the tip line for a
959 zone_get_user_cmd(brand_handle_t bh, const char *login, char *user_cmd,
963 if (brand_get_user_cmd(bh, login, user_cmd, len) != 0)
1012 zone_login_cmd(brand_handle_t bh, const char *login)
1018 /* Get the login command for the target zone. *
1671 char *login = "root"; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
ftp.c 358 login(char *host) function
411 (void) fprintf(stderr, "Login failed.\n");
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/crypto/io/
crypto.c 3663 login(dev_t dev, caddr_t arg, int mode, int *rval) function
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/impl/
fp.c 13970 int login; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
iscsi.h 144 * Not defined by iSCSI, but used in the login code to
145 * determine when to send the initial Login PDU
156 /* Login on connection failed */
178 /* iSCSI login negotiation failed */
180 /* iSCSI login authentication failed */
182 /* iSCSI login redirection failed */
192 /* Login on connection failed, retries exceeded */
305 ISCSI_CMD_TYPE_LOGIN, /* login */
470 } login; member in union:iscsi_cmd::__anon1
675 int conn_current_stage; /* iSCSI login stage *
    [all...]

Completed in 360 milliseconds