Home
last modified time | relevance | path

Searched refs:password (Results 176 – 200 of 213) sorted by relevance

123456789

/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c451 spprintf(&dsn, 0, "%s;UID=%s;PWD=%s", dbh->data_source, dbh->username, dbh->password); in pdo_odbc_handle_factory()
460 …rc = SQLConnect(H->dbc, (char*)dbh->data_source, SQL_NTS, dbh->username, SQL_NTS, dbh->password, S… in pdo_odbc_handle_factory()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt62 Parameter #2 [ <optional> $password ]
313 Parameter #2 [ <optional> $password ]
H A Dbug48754.phpt19 printf("[000-a] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
H A Dmysql_query_load_data_openbasedir.phpt50 printf("[001] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
H A Dmysql_pconn_max_links.phpt100 // change the password for the second DB user and kill the persistent connection
132 printf("[011] Can connect using the old password, [%d] %s\n",
/PHP-5.5/ext/interbase/
H A Dinterbase.c59 ZEND_ARG_INFO(0, password)
69 ZEND_ARG_INFO(0, password)
233 ZEND_ARG_INFO(0, password)
242 ZEND_ARG_INFO(0, password)
251 ZEND_ARG_INFO(0, password)
/PHP-5.5/ext/openssl/
H A Dopenssl.c256 ZEND_ARG_INFO(0, password)
375 ZEND_ARG_INFO(0, password)
383 ZEND_ARG_INFO(0, password)
3482 char *password; int password_len; in PHP_FUNCTION() local
3490 &password, &password_len, in PHP_FUNCTION()
4930 memcpy(key, password, password_len); in PHP_FUNCTION()
4932 key = (unsigned char*)password; in PHP_FUNCTION()
4973 if (key != (unsigned char*)password) { in PHP_FUNCTION()
5027 memcpy(key, password, password_len); in PHP_FUNCTION()
5029 key = (unsigned char*)password; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/hash/
H A Dhash.c896 char *password, *salt; in PHP_FUNCTION() local
900 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lssl", &algorithm, &password, &password_len,… in PHP_FUNCTION()
945 ops->hash_update(context, (unsigned char *)password, password_len); in PHP_FUNCTION()
1150 ZEND_ARG_INFO(0, password)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_kill.phpt73 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password
H A Dmysqli_select_db.phpt81 …E: 28000 (ER_ACCESS_DENIED_ERROR) Message: Access denied for user '%s'@'%s' (using password: %s) */
H A Dmysqli_class_mysqli_reflection.phpt70 Inspecting parameter 'password' of method 'mysqli'
174 Inspecting parameter 'password' of method 'change_user'
280 Inspecting parameter 'password' of method 'connect'
558 Inspecting parameter 'password' of method 'mysqli'
775 Inspecting parameter 'password' of method 'real_connect'
H A Dmysqli_connect_oo_defaults.phpt21 ini_set('mysqli.default_pw', 'password');
H A Dconnect.inc4 database "stest" and empty password.
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c328 …nst buffer, const zend_uchar * const scramble, const zend_uchar * const password, size_t password_… in php_mysqlnd_scramble() argument
336 PHP_SHA1Update(&context, password, password_len); in php_mysqlnd_scramble()
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h442 char *username, *password; member
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h382 php_oci_connection *php_oci_do_connect_ex(char *username, int username_len, char *password, int pas…
/PHP-5.5/
H A DUPGRADING71 - Added a simplified password hashing API
72 (http://php.net/password, https://wiki.php.net/rfc/password_hash)
H A Dphp.ini-development809 ; Define the anonymous ftp password (your email address). PHP's default setting
1080 ; Default password for ibase_connect().
1136 ; Default password for mysql_connect() (doesn't apply in safe mode).
1139 ; and reveal this password! And of course, any users with read access to this
1140 ; file will be able to reveal the password as well.
1141 ; http://php.net/mysql.default-password
1195 ; Default password for mysqli_connect() (doesn't apply in safe mode).
1198 ; and reveal this password! And of course, any users with read access to this
1199 ; file will be able to reveal the password as well.
H A Dphp.ini-production809 ; Define the anonymous ftp password (your email address). PHP's default setting
1080 ; Default password for ibase_connect().
1136 ; Default password for mysql_connect() (doesn't apply in safe mode).
1139 ; and reveal this password! And of course, any users with read access to this
1140 ; file will be able to reveal the password as well.
1141 ; http://php.net/mysql.default-password
1195 ; Default password for mysqli_connect() (doesn't apply in safe mode).
1198 ; and reveal this password! And of course, any users with read access to this
1199 ; file will be able to reveal the password as well.
H A DREADME.REDIST.BINS58 This code comes from John the Ripper password cracker, with reentrant
59 and crypt(3) interfaces added, but optimizations specific to password
84 ideas. The password hashing algorithm was designed by David Mazieres
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c639 char *user, *password, *dbname; in PHP_FUNCTION() local
646 …his(), "Osss", &mysql_link, mysqli_link_class_entry, &user, &user_len, &password, &password_len, &… in PHP_FUNCTION()
656 rc = mysqlnd_change_user_ex(mysql->mysql, user, password, dbname, FALSE, (size_t) password_len); in PHP_FUNCTION()
658 rc = mysql_change_user(mysql->mysql, user, password, dbname); in PHP_FUNCTION()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_driver.c660 char const *dpb_values[] = { dbh->username, dbh->password, vars[1].optval, vars[2].optval }; in pdo_firebird_handle_factory()
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt299 [009] SQLSTATE[%s] [1045] Access denied for user 'dont%s'@'%s' (using password: YES), [n/a] n/a
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc157 fputs($s, "331 User name ok, need password\r\n");
/PHP-5.5/ext/standard/
H A Dconfig.m4606 filters.c proc_open.c streamsfuncs.c http.c password.c)

Completed in 119 milliseconds

123456789