Home
last modified time | relevance | path

Searched refs:password (Results 76 – 100 of 142) sorted by last modified time

123456

/php-src/.github/actions/setup-windows/
H A Daction.yml9 …mysql.exe --port=3306 --user=root --password="" -e "ALTER USER 'root'@'localhost' IDENTIFIED BY 'P…
/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c490 ZEND_ASSERT(conn->username.s != user && conn->password.s != passwd); in mysqlnd_auth_change_user()
492 mysqlnd_set_persistent_string(&conn->password, passwd, passwd_len, conn->persistent); in mysqlnd_auth_change_user()
529 …nst buffer, const zend_uchar * const scramble, const zend_uchar * const password, const size_t pas… in php_mysqlnd_scramble() argument
537 PHP_SHA1Update(&context, password, password_len); in php_mysqlnd_scramble()
979 …nst buffer, const zend_uchar * const scramble, const zend_uchar * const password, const size_t pas… in php_mysqlnd_scramble_sha2() argument
987 PHP_SHA256Update(&context, password, password_len); in php_mysqlnd_scramble_sha2()
1271 result_packet.password = (zend_uchar *)passwd; in mysqlnd_caching_sha2_handle_server_response()
1276 …nd_use_key(conn, auth_plugin_data, auth_plugin_data_len, &result_packet.password, passwd, passwd_l… in mysqlnd_caching_sha2_handle_server_response()
1278 efree(result_packet.password); in mysqlnd_caching_sha2_handle_server_response()
/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt30 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
150 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' %r(\(using password: \w+\…
H A Dmysqli_report_wo_ps.phpt50 …20-456789-30-456789-40-456789-50-456789-60-456789-70-456789-80-456789-90-456789", "password", $db);
70 …change_user($link, "This might work if you accept anonymous users in your setup", "password", $db);
112 Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s…
117 [011] Access denied for user '%s'@'%s' (using password: YES)
118 [014] Access denied for user '%s'@'%s' (using password: YES)
H A Dmysqli_kill.phpt59 …change_user($link, "This might work if you accept anonymous users in your setup", "password", $db);
H A Dconnect.inc4 database "test" and empty password.
H A Dmysqli_report.phpt340 [013] Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
341 [016] Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
H A Dmysqli_report_new.phpt26 …20-456789-30-456789-40-456789-50-456789-60-456789-70-456789-80-456789-90-456789", "password", $db);
34 …change_user($link, "This might work if you accept anonymous users in your setup", "password", $db);
43 Warning: mysqli_change_user(): (%d/%d): Access denied for user '%s'@'%s' (using password: %s) in %s…
H A Dmysqli_select_db.phpt69 …E: 28000 (ER_ACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' (using password: %s) */
H A Dmysqli_pconn_max_links.phpt98 // change the password for the second DB user and kill the persistent connection
104 // change the password for the second DB user and kill the persistent connection
133 printf("[010] Can connect using the old password, [%d] %s\n",
158 printf("[012] Cannot connect using the new password, [%d] %s\n",
H A Dmysqli_real_connect_pconn.phpt32 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
150 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' %r(\(using password: \w+\…
H A Dmysqli_connect_oo.phpt25 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
151 …struct(): (%s/%d): Access denied for user '%sunknown%s'@'%s' %r(\(using password: \w+\) ){0,1}%rin…
155 Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,1}%r
H A Dmysqli_connect_oo_defaults.phpt21 ini_set('mysqli.default_pw', 'password');
H A Dmysqli_connect.phpt65 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
146 Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s'%r( \(using password: \w+\)){0,…
/php-src/ext/ldap/tests/
H A Dldap_exop_passwd.phpt2 ldap_exop_passwd() - Changing password through EXOP
17 // and optionally returns the NEW password if none was passed.
H A Dldap_exop_passwd_error.phpt2 ldap_exop_passwd() - Giving wrong value for old password
H A Dldap_sasl_bind_error.phpt28 // Invalid password
H A Dconnect.inc4 Default values are "localhost", "cn=Manager,dc=my-domain,dc=com", and password "secret".
H A Dldap_bind_error.phpt17 // Invalid password
/php-src/ext/ftp/tests/
H A Dserver.inc120 fputs($s, "331 User name ok, need password\r\n");
/php-src/ext/standard/
H A Dphp_crypt.h22 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_…
/php-src/tests/basic/
H A Dbug53180.phpt6 email=foo&password=bar&submit=Log+on
15 ["password"]=>
/php-src/ext/zip/tests/
H A Dbug70752.phpt2 Bug #70752 (Depacking with wrong password leaves 0 length files)
14 $zip->setPassword('bar'); // correct password would be 'foo'
H A Doo_encryption.phpt41 $ctx = stream_context_create(array('zip' => array('password' => $pass)));
/php-src/ext/standard/tests/strings/
H A Dcrypt_sha256.phpt34 'we have a short salt string but not a short password',

Completed in 98 milliseconds

123456