/external/clearsilver/python/examples/base/ |
D | odb_test.py | 113 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/ |
D | radiusclient.conf.in | 10 # 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/ipsec-tools/src/racoon/samples/roadwarrior/ |
D | README | 4 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/ |
D | isakmp_xauth.c | 265 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 …]
|
D | admin.c | 445 if (rmconf->xauth->login != NULL) { 446 vfree(rmconf->xauth->login); 447 rmconf->xauth->login = NULL; 454 rmconf->xauth->login = id;
|
D | handler.c | 1536 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) {
|
D | isakmp_xauth.h | 82 vchar_t *login; /* xauth login */ member
|
D | isakmp_cfg.h | 149 char login[LOGINLEN + 1]; /* login */ member
|
D | isakmp_cfg.c | 1439 iph1->remote, iph1->mode_cfg->login, inout); 1522 iph1->mode_cfg->login) != 0) { 1684 login(&ut);
|
/external/dropbear/ |
D | configure.in | 77 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>
|
D | README | 31 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
|
D | config.h.in | 144 /* Have login() function */
|
/external/ppp/pppd/ |
D | ppp.pam | 2 # Information for the PPPD process with the 'login' option.
|
/external/webkit/WebKit/mac/Panels/ |
D | WebAuthenticationPanel.m | 161 UI_STRING("Your login information will be sent securely.", 234 // This override of a private AppKit method allows the user to quit when a login dialog 239 // a login sheet is up, but this _blocksActionWhenModal: mechanism doesn't support that.
|
/external/elfutils/ |
D | ABOUT-NLS | 71 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/ |
D | ABOUT-NLS | 108 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/tcpdump/lbl/ |
D | os-sunos4.h | 120 void login(struct utmp *);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 120 void login(struct utmp *);
|
/external/clearsilver/cs/ |
D | test.hdf | 119 Files.2.Name = .login
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.gssapi | 11 by login authentication daemons) in these situations is to add 13 by daemons concerned with login credentials, uses 'host/fqdn' as
|
/external/e2fsprogs/lib/et/test_cases/ |
D | imap_err.et | 95 "Anonymous login is not permitted"
|
/external/libpcap/ |
D | README | 10 cvs -d :pserver:tcpdump@cvs.tcpdump.org:/tcpdump/master login
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
D | README.VMS | 48 This symbol will ordinarily be a candidate for your login.com. When
|
/external/webkit/WebKit/English.lproj/ |
D | Localizable.strings | 377 "Your login information will be sent securely." = "Your login information will be sent securely.";
|
/external/dbus/ |
D | README | 83 --with-session-socket-dir=dirname Where to put sockets for the per-login-session message bus
|