Home
last modified time | relevance | path

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

12345678910>>...23

/external/curl/tests/unit/
Dunit1304.c26 static char *login; variable
33 login = strdup(""); in unit_setup()
34 if(!password || !login) { in unit_setup()
36 Curl_safefree(login); in unit_setup()
45 Curl_safefree(login); in unit_stop()
57 result = Curl_parsenetrc("test.example.com", &login, &password, filename);
61 abort_unless(login != NULL, "returned NULL!");
62 fail_unless(login[0] == 0, "login should not have been changed");
67 free(login);
68 login = strdup("me");
[all …]
/external/curl/docs/cmdline-opts/
Dlogin-options.d1 Long: login-options
6 Specify the login options to use during server authentication.
8 You can use the login options to specify protocol specific options that may
10 login options. For more information about the login options please see
Dftp-ssl-control.d2 Help: Require SSL/TLS for FTP login, clear for transfer
6 Require SSL/TLS for the FTP login, clear for transfer. Allows secure
/external/ImageMagick/
DMake.com215 $copy [.config]magic.xml sys$login:magic.xml
216 $copy [.config]colors.xml sys$login:colors.xml
217 $copy [.config]log.xml sys$login:log.xml
218 $copy [.www.source]delegates.xml sys$login:delegates.xml
219 $copy [.config]coder.xml sys$login:coder.xml
220 $copy [.www.source]type.xml sys$login:type.xml
221 $copy [.config]locale.xml sys$login:locale.xml
222 $copy [.config]english.xml sys$login:english.xml
223 $copy [.config]francais.xml sys$login:francais.xml
/external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
Dcontrol7 PURPOSE = "Tests PKCS#11 initialization on login"
8 CRITERIA = "Fails if initialization fails during login."
16 This tests if initialization of a user PKCS #11 token succeeds during login. It
18 login.
/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/autotest/server/site_tests/firmware_Cr50InvalidateRW/
Dcontrol9 PURPOSE = "Verify the inactive cr50 header is corrupted after login"
15 Verify the inactive Cr50 header on the first login after cryptohome restarts.
19 header will be done on the second login. During guest login the owner wont be
/external/selinux/gui/
DloginsPage.py80 self.login = seobject.loginRecords()
81 dict = self.login.get_all(0)
137 login = store.get_value(iter, 0)
138 if login == "root" or login == "__default__":
139 raise ValueError(_("Login '%s' is required") % login)
142 (rc, out) = getstatusoutput("semanage login -d %s" % login)
DmappingsPage.py57 self.login = loginRecords()
58 dict = self.login.get_all(0)
/external/autotest/client/site_tests/network_ShillInitScripts/
Dnetwork_ShillInitScripts.py54 def login(self, user=None): member in network_ShillInitScripts
79 self.login('""')
494 self.login()
568 self.login()
582 self.login()
639 self.login()
665 self.login()
687 self.login()
712 self.login()
734 self.login()
[all …]
/external/autotest/client/site_tests/telemetry_LoginTest/
Dcontrol9 This test will fail if telemetry login is broken, or if
16 TEST_CLASS = "login"
21 This is a test that checks that login completed successfully through telemetry,
Dcontrol.arc9 This test will fail if telemetry login is broken, or if
16 TEST_CLASS = "login"
23 This is a test that checks that login completed successfully through telemetry,
/external/selinux/python/sepolicy/sepolicy/help/
Dlogin.txt1 By Default on a SELinux Targeted Policy system, all users login using the unconfined_t user.
4 …al users on your system to login with different SELinux user types. This Login Mapping Screen all…
/external/autotest/frontend/
Dapache_auth.py37 user, created = models.User.objects.get_or_create(login=username)
84 auth.login(request, user_object)
85 thread_local.set_user(models.User.objects.get(login=username))
/external/autotest/site_utils/
Dsync_cloudsql_access.py81 login = False
91 if login:
96 login = True
/external/curl/tests/data/
Dtest13044 machine %HOSTIP login user1 password passwd1
45 machine %HOSTIP login user2 password passwd2
46 default login userdef password passwddef
Dtest203944 default login userdef password passwddef
45 machine %HOSTIP login user1 password passwd1
46 machine %HOSTIP login user2 password passwd2
Dtest130425 machine example.com login admin password passwd
26 machine curl.example.com login none password none
/external/toolchain-utils/automation/common/
Dcommand_executer.py53 login = '%s@%s' % (username, machine)
55 login = machine
57 self._logger.debug("Executing '%s' on %s.", cmd, login)
60 cmd = "ssh -t -t %s -- '%s'" % (login, cmd)
/external/autotest/server/site_tests/debugd_DevTools/
Dcontrol26 - Verify tools are unavailable after user login.
27 - Wipe the login record before running tests on the tools.
28 - Return to original login state after the test completes.
/external/autotest/apache/conf/
Dsite-sso-directives7 TicketSigningKey /etc/apache2/google_sso/login.crt
9 LoginServer https://login.corp.google.com
/external/autotest/client/site_tests/platform_BootPerf/
Dcontrol26 - how long from kernel startup to login screen display.
32 - total number of seconds from power on to login screen display. This is
43 login screen display.
/external/autotest/client/site_tests/cheets_StartAndroid/
Dcontrol.smoke11 TEST_CLASS = "login"
15 This test verifies in the VM a single login to the browser and start of ARC.
Dcontrol.stress.411 TEST_CLASS = "login"
15 This sharded test verifies reliable and repeated login to Chrome and start of
/external/autotest/client/site_tests/login_OwnershipTaken/
Dcontrol10 TEST_CLASS = "login"
15 This test will log a test user in through the login manager, and then simulate

12345678910>>...23