Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c26 …STD_PHP_INI_ENTRY("phpdbg.auth", "", PHP_INI_SYSTEM | PHP_INI_PERDIR, OnUpdateString, auth, zend_p…
49 zval *auth; in PHP_RINIT_FUNCTION() local
51auth = zend_hash_str_find(Z_ARRVAL(cookies), PHPDBG_NAME "_AUTH_COOKIE", sizeof(PHPDBG_NAME "_AUTH… in PHP_RINIT_FUNCTION()
H A Dphpdbg_rinit_hook.h37 char *auth;
/PHP-7.4/ext/standard/tests/network/
H A Dbug73594a.phpt20 $auth = array();
21 $res = dns_get_record('php.net', DNS_MX, $auth);
22 // only check $auth if dns_get_record is successful
23 var_dump(!empty($res) && empty($auth));
H A Dbug73594.phpt20 $auth = array();
22 $res = dns_get_record('php.net', DNS_MX, $auth, $additional);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50762.phpt8 private $auth;
10 $this->auth=true;
13 return 'header handler ' . ($this->auth ? 'called' : 'not called');
H A Dbug42692.phpt9 function checkAuth($peid,$auth) {
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_007.phpt10 php_cli_server_start('header(\'WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque…
35 WWW-Authenticate: Digest realm="foo",qop="auth",nonce="XXXXX",opaque="acbd18db4cc2f85cedef654fccc4a…
H A Dphp_cli_server_021.phpt18 …", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonc…
37 …", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, nc=00000001, cnonc…
/PHP-7.4/ext/soap/
H A Dphp_http.c42 smart_str auth = {0}; in proxy_authentication() local
50 smart_str_0(&auth); in proxy_authentication()
51 buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s)); in proxy_authentication()
56 smart_str_free(&auth); in proxy_authentication()
71 smart_str auth = {0}; in basic_authentication() local
79 smart_str_0(&auth); in basic_authentication()
80 buf = php_base64_encode((unsigned char*)ZSTR_VAL(auth.s), ZSTR_LEN(auth.s)); in basic_authentication()
1166 if (auth && in make_http_soap_request()
1167 strstr(auth, "Digest") == auth && in make_http_soap_request()
1229 efree(auth); in make_http_soap_request()
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt2 PAM auth plugin
53 $auth = 0;
57 if (preg_match('/^auth/', $line)) {
58 $auth = 1;
63 if (!$auth) {
64 die("SKIP pam service file missing 'auth' directive");
H A Dmysqli_pam_sha256.phpt14 die("skip SHA256 auth plugin not built-in to mysqlnd");
H A Dmysqli_pam_sha256_public_key_ini.phpt14 die("skip SHA256 auth plugin not built-in to mysqlnd");
H A Dmysqli_pam_sha256_public_key_option.phpt14 die("skip SHA256 auth plugin not built-in to mysqlnd");
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt14 die("skip SHA256 auth plugin not built-in to mysqlnd");
/PHP-7.4/main/
H A Dphp_main.h42 PHPAPI int php_handle_auth_data(const char *auth);
H A Dmain.c2752 PHPAPI int php_handle_auth_data(const char *auth) in php_handle_auth_data() argument
2755 size_t auth_len = auth != NULL ? strlen(auth) : 0; in php_handle_auth_data()
2757 …if (auth && auth_len > 0 && zend_binary_strncasecmp(auth, auth_len, "Basic ", sizeof("Basic ")-1, … in php_handle_auth_data()
2761 user = php_base64_decode((const unsigned char*)auth + 6, auth_len - 6); in php_handle_auth_data()
2780 …if (ret == -1 && auth && auth_len > 0 && zend_binary_strncasecmp(auth, auth_len, "Digest ", sizeof… in php_handle_auth_data()
2781 SG(request_info).auth_digest = estrdup(auth + 7); in php_handle_auth_data()
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_auth.phpt2 Check for libsodium auth
/PHP-7.4/ext/imap/tests/
H A DREADME.md35 auth default {
/PHP-7.4/ext/phar/tests/
H A Dbug65028.phpt52 "modules/auth/misc/authLoginService.php",
53 "modules/auth/setup/config.xml",
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c505 const char *auth; in php_apache_request_ctor() local
528 auth = apr_table_get(r->headers_in, "Authorization"); in php_apache_request_ctor()
529 php_handle_auth_data(auth); in php_apache_request_ctor()
/PHP-7.4/azure/
H A Dsetup-slapd.sh76 olcAuthzRegexp: uid=usera,cn=digest-md5,cn=auth cn=usera,dc=my-domain,dc=com
/PHP-7.4/ext/ldap/tests/
H A DREADME.md117 uid=Manager,cn=digest-md5,cn=auth
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt771 "name": "tymon\\/jwt-auth",
898 "tymon\\/jwt-auth": "0.5.9",
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c988 const char *auth; in init_request_info() local
1322 auth = FCGI_GETENV(request, "HTTP_AUTHORIZATION"); in init_request_info()
1323 php_handle_auth_data(auth); in init_request_info()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1202 const char *auth; local
1462 auth = CGI_GETENV("HTTP_AUTHORIZATION");
1463 php_handle_auth_data(auth);

Completed in 50 milliseconds

12