Home
last modified time | relevance | path

Searched refs:login (Results 1 – 25 of 117) sorted by relevance

12345

/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DNetrc.pm34 my($login,$pass,$acct) = (undef,undef,undef);
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}
170 ? $me->{login}
195 ($me->login, $me->password, $me->account);
DlibnetFAQ.pod91 $ftp->login('username','password');
147 $ftp->login;
169 I have heard of one other type of firewall which requires a login to the
170 firewall with an account, then a second login with C<user@hostname>. You can
175 $ftp->login($firewall_user, $firewall_passwd) or die $ftp->message;
176 $ftp->login($ext_user . '@' . $ext_host, $ext_passwd) or die $ftp->message.
270 $ftp->login('gbarr','password');
/mirbsd/src/gnu/usr.bin/rcs/src/
Drcs.c234 char const *login; member
356 getchaccess(str_save(AccessList->login),append); in main()
712 getchaccess(login, command) in getchaccess() argument
713 char const *login; in getchaccess()
719 pt->login = login;
986 if (!ch->login) { in doaccess()
993 if (strcmp(ch->login, t->login) == 0) { in doaccess()
1003 t->login = ch->login; in doaccess()
1007 } else if (strcmp(ch->login, t->login) == 0) in doaccess()
1100 strcmp(getcaller(),next->login) != 0
[all …]
Drlog.c164 char const * login; /* lockerlist */ member
174 char const * login; /* stored in authorlist */ member
406 aprintf(out, symbolFormat, currlock->login, in main()
416 aprintf(out, accessFormat, curaccess->login); in main()
761 newlocker->login = argv;
789 authorlist->login = getusername(false);
797 newauthor->login = argv;
859 if (strcmp(plocker->login, p->login) == 0) { in trunclocks()
968 while (strcmp(pauthor->login, pdelta->author) != 0)
Drcssyn.c268 newaccess->login = id; in getadmin()
302 newlock->login=id; in getadmin()
459 currlock->delta->lockedby = currlock->login; in gettree()
Drcsedit.c1411 if (strcmp(getcaller(), next->login) == 0) {
1444 if (strcmp(getcaller(), next->login) == 0)
1449 delta->num, next->login
1455 delta->lockedby = next->login = getcaller();
1523 if (strcmp(getcaller(), next->login) == 0) in checkaccesslist()
/mirbsd/src/usr.bin/write/
Dwrite.c239 char *login, *nows; in do_write() local
246 if ((login = getlogin()) == NULL) { in do_write()
248 login = pwd->pw_name; in do_write()
250 login = "???"; in do_write()
272 login, host, mytty, nows + 11); in do_write()
/mirbsd/src/usr.bin/ssh/
DREADME.smartcard18 sectok> login -d
27 sectok> login -d
37 IMPORTANT WARNING: If you attempt to login with the
61 sectok> login -d
/mirbsd/src/etc/ppp/
Dppp.conf.sample43 # is required by the server either using a unix-style login procedure
71 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp"
77 # When we want to use PAP or CHAP instead of using a unix-style login
83 set login
103 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp"
117 # Numbers separated by a | are used if the previous dial or login script
136 set login "\"!chat \\\\-f /etc/ppp/ppp.dev.chat\""
195 # I also may wish to set up my ppp login script so that it asks the client
255 # Remote system phone number, login and password
262 # Chat script to login to remote Unix system
[all …]
/mirbsd/src/etc/
Dfbtab.head5 # login(1) reads this file to determine which devices should be chown'd to
7 # login-tty perm device:[device]:...
Dchangelist37 /etc/csh.login
76 /etc/login.conf
164 /etc/slip.login
/mirbsd/src/usr.bin/id/
Did.c152 char *login; in pretty() local
159 if ((login = getlogin()) == NULL) in pretty()
163 if (pw == NULL || strcmp(login, pw->pw_name)) in pretty()
164 (void)printf("login\t%s\n", login); in pretty()
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dlog.in166 $logfh->print ("Author:\t$login\n\n");
171 $mailfh->print ("Author:\t$login\n\n");
/mirbsd/src/usr.bin/finger/
Dutil.c153 expandusername(char *gecos, char *login, char *buf, int buflen) in expandusername() argument
166 strlcpy(buf, login, buflen); in expandusername()
172 strlcpy(bp, login, buflen - (bp - buf)); in expandusername()
/mirbsd/src/bin/mksh/
Dsh_flags.opt74 /* -l login shell */
76 FN("login", FLOGIN, OF_CMDLINE
98 /* ./. don't kill running jobs when login shell exits */
/mirbsd/src/gnu/usr.bin/perl/lib/Net/demos/
Dftp17 $ftp->login();
Dpop316 $count = $pop->login($user);
/mirbsd/src/usr.sbin/sliplogin/
Dslip.hosts4 # login local-addr remote-addr mask opt1 opt2
/mirbsd/src/distrib/baselive/
Drc.netselect.common86 print "To login to the MirOS Live CD, a user 'live' has been added."
87 print 'Please enter a password to login with now (default: "live").'
173 print root login failed.
/mirbsd/src/lib/libutil/
Dlogin.c48 login(struct utmp *utp) in login() function
Dutil.h87 void login(struct utmp *);
/mirbsd/src/distrib/common/
Dlistend.i386-big70 COPY ${TOPDIR}/common/login.conf etc/login.conf
/mirbsd/src/usr.sbin/ppp/ppp/
Did.h71 login(u); \
Ddatalink.h70 char login[SCRIPT_LEN]; member
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Dgenericstable9 # It is often used to map login names to First.Last name style

12345