| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | Netrc.pm | 34 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);
|
| D | libnetFAQ.pod | 91 $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/ |
| D | rcs.c | 234 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 …]
|
| D | rlog.c | 164 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)
|
| D | rcssyn.c | 268 newaccess->login = id; in getadmin() 302 newlock->login=id; in getadmin() 459 currlock->delta->lockedby = currlock->login; in gettree()
|
| D | rcsedit.c | 1411 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/ |
| D | write.c | 239 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/ |
| D | README.smartcard | 18 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/ |
| D | ppp.conf.sample | 43 # 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/ |
| D | fbtab.head | 5 # login(1) reads this file to determine which devices should be chown'd to 7 # login-tty perm device:[device]:...
|
| D | changelist | 37 /etc/csh.login 76 /etc/login.conf 164 /etc/slip.login
|
| /mirbsd/src/usr.bin/id/ |
| D | id.c | 152 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/ |
| D | log.in | 166 $logfh->print ("Author:\t$login\n\n"); 171 $mailfh->print ("Author:\t$login\n\n");
|
| /mirbsd/src/usr.bin/finger/ |
| D | util.c | 153 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/ |
| D | sh_flags.opt | 74 /* -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/ |
| D | ftp | 17 $ftp->login();
|
| D | pop3 | 16 $count = $pop->login($user);
|
| /mirbsd/src/usr.sbin/sliplogin/ |
| D | slip.hosts | 4 # login local-addr remote-addr mask opt1 opt2
|
| /mirbsd/src/distrib/baselive/ |
| D | rc.netselect.common | 86 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/ |
| D | login.c | 48 login(struct utmp *utp) in login() function
|
| D | util.h | 87 void login(struct utmp *);
|
| /mirbsd/src/distrib/common/ |
| D | listend.i386-big | 70 COPY ${TOPDIR}/common/login.conf etc/login.conf
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | id.h | 71 login(u); \
|
| D | datalink.h | 70 char login[SCRIPT_LEN]; member
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/ |
| D | genericstable | 9 # It is often used to map login names to First.Last name style
|