Searched refs:login (Results 51 - 75 of 150) sorted by relevance

123456

/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DFetch.pm46 $ftp->login("anonymous", 'anonymous@example.com');
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DFetch.pm46 $ftp->login("anonymous", 'anonymous@example.com');
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DFetch.pm46 $ftp->login("anonymous", 'anonymous@example.com');
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DFetch.pm46 $ftp->login("anonymous", 'anonymous@example.com');
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DPOP3.pm40 ? 'login'
100 $server->login('user' => 'password') or die "Can't authenticate to POP3 server\n";
/macosx-10.10/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DFetch.pm46 $ftp->login("anonymous", 'anonymous@example.com');
/macosx-10.10/OpenSSH-189/openssh/
H A Dincludes.h64 # include <login.h>
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-speedbar.el255 (login (erc-server-user-login user))
260 (finger (concat login (when (or login host) "@") host))
262 (if (or login host name info) ; we want to be expandable
H A Derc-dcc.el300 accepted automatically. A user identifier has the form \"nick!login@host\".
548 (defun erc-ctcp-query-DCC (proc nick login host to query)
555 (funcall handler proc query nick login host to)
560 ?q query ?n nick ?u login ?h host))))
565 (defun erc-dcc-handle-ctcp-send (proc query nick login host to)
576 ?r "SEND" ?n nick ?u login ?h host))
587 ?f filename ?n nick ?u login ?h host
595 'GET (format "%s!%s@%s" nick login host)
600 (erc-dcc-auto-mask-p (format "\"%s!%s@%s\"" nick login host)))
606 ?n nick ?u login
[all...]
H A Derc-nicklist.el154 (string= "login.icq.com" host))
204 (login (erc-server-user-login server-user))
211 (concat login "@" host))
216 "Login: " login "@" host
H A Derc.el371 nickname host login full-name info
778 (defcustom erc-anonymous-login t
803 A user identifier has the form \"nick!login@host\". If an
816 A user identifier has the form \"nick!login@host\".
1973 ;; login-time 'nick in use' error
3796 (defun erc-wash-quit-reason (reason nick login host)
3803 login (regexp-quote login)
4106 (defun erc-handle-login ()
4151 (defun erc-process-ctcp-query (proc parsed nick login hos
[all...]
/macosx-10.10/shell_cmds-179/id/
H A Did.c237 char *login; local
244 if ((login = getlogin()) == NULL)
248 if (pw == NULL || strcmp(login, pw->pw_name))
249 (void)printf("login\t%s\n", login);
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.cpp345 // disallow login/reconnect/password/logout functions
503 IOFireWireSBP2Login * login = NULL; local
511 login = OSDynamicCast( IOFireWireSBP2Login, fManageeCommand );
512 if( login == NULL )
521 login = orb->getLogin();
531 // set login ID for all transactions except query logins
534 fManagementORB.loginID = OSSwapHostToBigInt16(login->getLoginID());
H A DIOFireWireSBP2Login.h38 // login option flags
59 @param length Length of login response.
60 @param loginID Unique id representing this login.
98 // struct sent to login complete handler
102 @param login Pointer to IOFireWireSBP2Login object.
104 @param status Status of login attempt.
105 @param loginResponse Pointer to login response struct.
112 IOFireWireSBP2Login * login; // login object this param is sent from member in struct:__anon1631
113 UInt32 generation; // generation this login wa
136 IOFireWireSBP2Login * login; // login object this param is sent from member in struct:__anon1632
159 IOFireWireSBP2Login * login; // login object this param is sent from member in struct:__anon1633
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dauthz.c318 const char* SYSTEM_LOGIN_CONSOLE = "system.login.console";
379 printf("Current smartcard login state: %s (system.login.console %s, authentication rule %s)\n", requiredLine1 != -1 && requiredLine2 != -1 ?"enabled":"disabled", requiredLine1 != -1 ? "enabled":"disabled", requiredLine2 != -1 ? "enabled":"disabled");
518 char *login = NULL; local
532 login = optarg;
607 if (!login)
608 login = getlogin();
610 if (!(login && pass))
618 authenv[0].valueLength = strlen(login);
619 authenv[0].value = login;
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/su/
H A Dsu.c87 "simulate full login" },
105 "[login [shell arguments]]");
290 verify_unix(struct passwd *login, struct passwd *su) argument
305 login->pw_name, su->pw_name);
316 int gs = group_member_p(ROOT_GROUP, login->pw_name);
319 login->pw_name, su->pw_name, ROOT_GROUP);
368 errx (1, "unknown login %s", su_user);
371 errx (1, "unknown login %s", su_user);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_cfg.h144 char login[LOGINLEN + 1]; /* login */ member in struct:isakmp_cfg_state
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/sasl/
H A Dsaslclient.tcl39 # login users authorization identity (can be same as username).
50 login {
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/data/
H A Dbuiltins.c59 "login", NV_BLTIN|BLT_ENV|BLT_SPC, Bltin(login),
79 "newgrp", NV_BLTIN|BLT_ENV|BLT_SPC, Bltin(login),
889 "the current shell terminates a login session.]"
943 "to its command does not change during a login session. When the "
1391 "[l?Invoke the shell as a login shell; \b/etc/profile\b and \b$HOME/.profile\b, "
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper-main.c114 static char login[] = "_mdnsresponder"; local
116 struct passwd *pwd = &hardcode; // getpwnam(login);
120 if (!pwd) { helplog(ASL_LEVEL_ERR, "Could not find account name `%s'. I will only help root.", login); return; }
/macosx-10.10/vim-55/runtime/
H A Dgvimrc_example.vim11 " for OpenVMS: sys$login:.gvimrc
/macosx-10.10/vim-55/runtime/syntax/
H A Dnetrc.vim15 \ login
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-cray.c145 * Call ia_failure because of an login failure.
174 * record_failed_login: generic "login failed" interface function
191 int maxattempts; /* maximum no. of failed login attempts */
350 break; /* Accept root login */
361 printf("Your login has been disabled. Contact the system ");
368 printf("Maximum number of failed login attempts exceeded.\n");
447 /* Provide login status information */
449 printf("Last successful login was : %.*s ", 19,
720 cray_delete_tmpdir(char *login, int jid, uid_t uid) argument
736 execl(CLEANTMPCMD, CLEANTMPCMD, login, jtm
751 char *login = NULL; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/network/cf/
H A DSocketStreamHandleCFNet.cpp334 static bool getStoredCONNECTProxyCredentials(const ProtectionSpace& protectionSpace, String& login, String& password) argument
346 login = storedCredential.user();
388 String login; local
390 if (!m_sentStoredCredentials && getStoredCONNECTProxyCredentials(protectionSpace, login, password)) {
395 Boolean appliedCredentials = CFHTTPMessageApplyCredentials(dummyRequest.get(), authentication.get(), login.createCFString().get(), password.createCFString().get(), 0);
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnneething.el361 (let* ((login (condition-case nil
362 (user-login-name uid)
364 (cond ((= uid (user-uid)) (user-login-name))
379 (setq login (substring file
384 (concat "From: " login "@" host

Completed in 172 milliseconds

123456