Home
last modified time | relevance | path

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

123

/external/clearsilver/python/examples/base/
Dodb_test.py113 newrow.login = "name%d" % new_id
160 repl_row.login = a_row.login + "-" + a_row.login
165 if b_row.login != repl_row.login:
270 row.login = "name%d" % new_id
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf.in10 # maximum login tries a user has (default 4)
13 # timeout for all login tries (default 60)
52 # program to call for a RADIUS authenticated login
53 # (default /usr/sbin/login.radius)
54 login_radius @sbindir@/login.radius
89 # program to execute for local login
90 # it must support the -f flag for preauthenticated login
91 login_local /bin/login
/external/webkit/WebKit/gtk/webkit/
Dwebkitsoupauthdialog.c181 static void show_auth_dialog(WebKitAuthData* authData, const char* login, const char* password) in show_auth_dialog() argument
270 login, NULL); in show_auth_dialog()
281 if (login && password) in show_auth_dialog()
300 const char *login, *password; in session_authenticate() local
313 login = password = NULL; in session_authenticate()
318 login = users->data; in session_authenticate()
319 password = soup_auth_get_saved_password(auth, login); in session_authenticate()
324 show_auth_dialog(authData, login, password); in session_authenticate()
/external/ipsec-tools/src/racoon/samples/roadwarrior/
DREADME4 authenticates to the VPN gateway using a login and a password.
7 the client. After a successful login, the client will receive an
51 Where username is your login, and vpn-gateway.example.net is
58 where username is your login.
/external/ipsec-tools/src/racoon/
Disakmp_xauth.c265 strncpy(iph1->mode_cfg->login, usr, LOGINLEN);
266 iph1->mode_cfg->login[LOGINLEN] = '\0';
1411 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) {
1417 dlen = iph1->rmconf->xauth->login->l - 1;
1422 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login)
1426 usr = vmalloc(iph1->rmconf->xauth->login->l - 1 + skip);
1434 iph1->rmconf->xauth->login->v,
1435 iph1->rmconf->xauth->login->l - 1);
1444 iph1->rmconf->xauth->login->v);
1505 memcpy(data, iph1->rmconf->xauth->login->v, dlen);
[all …]
Dadmin.c445 if (rmconf->xauth->login != NULL) {
446 vfree(rmconf->xauth->login);
447 rmconf->xauth->login = NULL;
454 rmconf->xauth->login = id;
Dhandler.c1536 getph1bylogin(login) in getph1bylogin() argument
1537 char *login; in getph1bylogin()
1544 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0)
1552 purgeph1bylogin(login) in purgeph1bylogin() argument
1553 char *login; in purgeph1bylogin()
1561 if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) {
Disakmp_xauth.h82 vchar_t *login; /* xauth login */ member
Disakmp_cfg.h149 char login[LOGINLEN + 1]; /* login */ member
/external/webkit/WebCore/platform/network/cf/
DSocketStreamHandleCFNet.cpp351 static bool getStoredCONNECTProxyCredentials(const ProtectionSpace& protectionSpace, String& login,… in getStoredCONNECTProxyCredentials() argument
361 login = storedCredential.user(); in getStoredCONNECTProxyCredentials()
398 String login; in addCONNECTCredentials() local
400 …if (!m_sentStoredCredentials && getStoredCONNECTProxyCredentials(protectionSpace, login, password)… in addCONNECTCredentials()
402 RetainPtr<CFStringRef> loginCF(AdoptCF, login.createCFString()); in addCONNECTCredentials()
/external/dropbear/
Dconfigure.in77 dnl Can't use login() or logout() with uclibc
81 AC_MSG_NOTICE([Using uClibc - login() and logout() probably don't work, so we won't use them.])
366 dnl allow user to disable some login recording features
388 [ --disable-loginfunc Disable use of login() etc. [no]],
390 AC_MSG_NOTICE(Not using login() etc) ]
412 dnl Checks for libutil functions (login(), logout() etc, not openpty() )
413 AC_SEARCH_LIBS(login, util bsd, [AC_DEFINE(HAVE_LOGIN,,Have login() function)])
435 # include <login.h>
DREADME31 OpenSSH sshd manpage, and will not allow a login for these keys.
65 pty, and you cannot login as any user other than that running the daemon
/external/chromium/net/data/ftp/
Ddir-listing-vms-4.expected47 login.com
Ddir-listing-vms-2.expected110 login.com
/external/ppp/pppd/
Dppp.pam2 # Information for the PPPD process with the 'login' option.
/external/elfutils/
DABOUT-NLS71 This can be done from your `.login' or `.profile' file, once and for
184 gpe-login | [] |
287 gpe-login | [] |
390 gpe-login | [] [] |
493 gpe-login | [] | 5
/external/bison/
DABOUT-NLS108 This can be done from your `.login' or `.profile' file, once and for
221 gpe-login | [] |
324 gpe-login | [] |
427 gpe-login | [] [] |
530 gpe-login | [] | 5
/external/webkit/WebKit/mac/Panels/
DWebAuthenticationPanel.m198 UI_STRING("Your login information will be sent securely.",
271 // This override of a private AppKit method allows the user to quit when a login dialog
276 // a login sheet is up, but this _blocksActionWhenModal: mechanism doesn't support that.
/external/libpcap/lbl/
Dos-sunos4.h120 void login(struct utmp *);
/external/tcpdump/lbl/
Dos-sunos4.h120 void login(struct utmp *);
/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi11 by login authentication daemons) in these situations is to add
13 by daemons concerned with login credentials, uses 'host/fqdn' as
/external/quake/quake/src/QW/server/
Dnewnet.txt54 login
/external/clearsilver/cs/
Dtest.hdf119 Files.2.Name = .login
/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et95 "Anonymous login is not permitted"
/external/libpcap/
DREADME10 cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master login

123