Home
last modified time | relevance | path

Searched refs:password (Results 76 – 100 of 142) sorted by relevance

123456

/php-src/ext/ldap/tests/
H A Dldap_exop_passwd_error.phpt2 ldap_exop_passwd() - Giving wrong value for old password
H A DREADME.md22 export SLAPPASS=`slappasswd -s password`
43 ou: extldap" | ldapadd -c -x -H ldap://localhost:389 -D "dc=admin,dc=nodomain" -w password
63 export LDAP_TEST_PASSWD="password"
H A Dldap_sasl_bind_error.phpt28 // Invalid password
/php-src/ext/mysqli/tests/
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_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",
/php-src/ext/openssl/tests/
H A Dopenssl.cnf35 challengePassword = A challenge password
H A Dopenssl_error_string_basic_openssl3.phpt69 // private key file with password (password is 'php')
76 // error because password is longer then key length and
H A Dopenssl_error_string_basic.phpt69 // private key file with password (password is 'php')
76 // error because password is longer then key length and
/php-src/ext/hash/
H A Dhash.stub.php86 function mhash_keygen_s2k(int $algo, string $password, string $salt, int $length): string|false {}
H A Dhash_arginfo.h72 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
108 ZEND_ARG_TYPE_INFO(0, password, IS_STRING, 0)
/php-src/ext/pdo_mysql/tests/
H A DREADME.md24 # Database user password
/php-src/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt29 'we have a short salt string but not a short password',
H A Dcrypt_sha256.phpt34 'we have a short salt string but not a short password',
/php-src/ext/pgsql/tests/inc/
H A Dskipif.inc6 // with no username/password, AND
/php-src/ext/pdo_dblib/
H A Ddblib_driver.c551 if (!dbh->password && vars[7].optval) { in pdo_dblib_handle_factory()
552 dbh->password = pestrdup(vars[7].optval, dbh->is_persistent); in pdo_dblib_handle_factory()
555 if (dbh->password) { in pdo_dblib_handle_factory()
556 if(FAIL == DBSETLPWD(H->login, dbh->password)) { in pdo_dblib_handle_factory()
/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()
H A Dmysqlnd_connection.c287 mysqlnd_set_persistent_string(&conn->password, NULL, 0, pers); in MYSQLND_METHOD()
499 const MYSQLND_CSTRING * const password, in MYSQLND_METHOD()
510 ret = conn->command->handshake(conn, *username, *password, *database, client_flags); in MYSQLND_METHOD()
558 MYSQLND_CSTRING password,
619 if (!password.s) {
621 password.s = "";
622 password.l = 0;
638 …if (FAIL == conn->m->connect_handshake(conn, &scheme, &username, &password, &database, mysql_flags…
668 mysqlnd_set_persistent_string(&conn->password, username.s, password.l, conn->persistent);
754 const MYSQLND_CSTRING password,
[all …]
/php-src/.circleci/
H A Dconfig.yml26 … PDO_PGSQL_TEST_DSN: 'pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=postgres'
135 --with-password-argon2 \
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c940 if (!dbh->password && vars[6].optval) {
941 dbh->password = pestrdup(vars[6].optval, dbh->is_persistent);
950 if (dbh->password) {
951 password_len = strlen(dbh->password);
954 …if (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_le…
957 …if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, c…
/php-src/ext/pdo_dblib/tests/
H A Dconfig.inc32 $pass = 'password';
/php-src/ext/zip/tests/
H A Dbug80833.phpt23 'password' => "first_password",
H A Doo_encryption.phpt41 $ctx = stream_context_create(array('zip' => array('password' => $pass)));
/php-src/
H A D.travis.yml63 - PDO_PGSQL_TEST_DSN="pgsql:host=localhost port=5432 dbname=test user=postgres password="
/php-src/ext/pdo_pgsql/tests/
H A Dbug69362.phpt2 PDO PgSQL Bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
/php-src/.github/actions/configure-x64/
H A Daction.yml62 --with-password-argon2 \

Completed in 57 milliseconds

123456