Home
last modified time | relevance | path

Searched refs:auth_digest (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/ftp/pavuk/pavuk-0.9.35/src/
H A Ddigest_auth.c87 char *http_get_digest_auth_str(http_digest_info * auth_digest, char *method, in http_get_digest_auth_str() argument
95 snprintf(pom, sizeof(pom), "%s:%s:%s", user, auth_digest->realm, pass); in http_get_digest_auth_str()
99 snprintf(pom, sizeof(pom), "%s:%s:%s", a1, auth_digest->nonce, a2); in http_get_digest_auth_str()
104 user, auth_digest->realm, auth_digest->nonce, d, a3); in http_get_digest_auth_str()
106 if(auth_digest->opaque) in http_get_digest_auth_str()
109 snprintf(buf + used, size - used, ", opaque=\"%s\"", auth_digest->opaque); in http_get_digest_auth_str()
133 if(docu->auth_digest) in http_digest_do_auth()
135 http_digest_deep_free((http_digest_info *) docu->auth_digest); in http_digest_do_auth()
136 docu->auth_digest = NULL; in http_digest_do_auth()
151 docu->auth_digest = digest; in http_digest_do_auth()
H A Dgcinfo.c59 infop->http_con.auth_digest = (http_digest_info *) docp->auth_digest; in save_global_connection_data()
61 infop->http_con.auth_digest = NULL; in save_global_connection_data()
148 if(cfg.auth_reuse_nonce && infop->http_con.auth_digest && in restore_global_connection_data()
151 if(!strcmp(infop->http_con.auth_digest->site, in restore_global_connection_data()
153 infop->http_con.auth_digest->port == url_get_port(docp->doc_url)) in restore_global_connection_data()
155 docp->auth_digest = infop->http_con.auth_digest; in restore_global_connection_data()
159 http_digest_deep_free(infop->http_con.auth_digest); in restore_global_connection_data()
162 infop->http_con.auth_digest = NULL; in restore_global_connection_data()
213 if(infop->http_con.auth_digest) in kill_global_connection_data()
214 http_digest_deep_free(infop->http_con.auth_digest); in kill_global_connection_data()
[all …]
H A Dhttp.c118 http_digest_info *auth_digest; in http_get_auth_str() local
125 auth_digest = (http_digest_info *) docp->auth_digest; in http_get_auth_str()
127 user = url_get_user(docp->doc_url, auth_digest ? auth_digest->realm : NULL); in http_get_auth_str()
128 pass = url_get_pass(docp->doc_url, auth_digest ? auth_digest->realm : NULL); in http_get_auth_str()
129 auth_scheme = url_get_auth_scheme(docp->doc_url, auth_digest ? in http_get_auth_str()
130 auth_digest->realm : NULL); in http_get_auth_str()
136 if(auth_scheme == HTTP_AUTH_DIGEST && auth_digest) in http_get_auth_str()
138 http_get_digest_auth_str(auth_digest, in http_get_auth_str()
H A Dhttp.h52 http_digest_info *auth_digest; /*** HTTP digest access authentification info ***/ member
H A Ddoc.h103 void *auth_digest; /*** HTTP digest access authentification info ***/ member
/dports/deskutils/egroupware/egroupware/api/src/Header/
H A DAuthenticate.php211 * @param string $auth_digest =null default to $_SERVER['PHP_AUTH_DIGEST']
216 static public function is_valid($realm,$auth_digest=null,&$username=null,&$password=null) argument
218 if (is_null($auth_digest)) $auth_digest = $_SERVER['PHP_AUTH_DIGEST'];
220 $data = self::parse_digest($auth_digest);
224 error_log(__METHOD__."('$realm','$auth_digest','$username') returning FALSE");
231 …if (self::ERROR_LOG) error_log(__METHOD__."('$realm','$auth_digest','$username') response='$data[r…
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A Dsoup-auth-digest.c139 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in soup_auth_digest_update() local
140 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in soup_auth_digest_update()
187 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in soup_auth_digest_get_protection_space() local
188 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in soup_auth_digest_get_protection_space()
294 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in soup_auth_digest_authenticate() local
295 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in soup_auth_digest_authenticate()
380 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in authentication_info_cb() local
381 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in authentication_info_cb()
411 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in soup_auth_digest_get_authorization() local
412 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in soup_auth_digest_get_authorization()
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/auth/
H A Dsoup-auth-digest.c144 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in soup_auth_digest_update() local
145 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in soup_auth_digest_update()
192 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in soup_auth_digest_get_protection_space() local
193 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in soup_auth_digest_get_protection_space()
300 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in soup_auth_digest_authenticate() local
301 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in soup_auth_digest_authenticate()
386 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in authentication_info_cb() local
387 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in authentication_info_cb()
417 SoupAuthDigest *auth_digest = SOUP_AUTH_DIGEST (auth); in soup_auth_digest_get_authorization() local
418 SoupAuthDigestPrivate *priv = soup_auth_digest_get_instance_private (auth_digest); in soup_auth_digest_get_authorization()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/test/
H A Dtest_auth_digest.py7 from cherrypy.lib import auth_digest
17 get_ha1 = cherrypy.lib.auth_digest.get_ha1_dict_plain(_fetch_users())
99 auth = auth_digest.HttpDigestAuthorization(auth_header, 'GET')
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/test/
H A Dtest_auth_digest.py9 from cherrypy.lib import auth_digest
19 get_ha1 = cherrypy.lib.auth_digest.get_ha1_dict_plain(_fetch_users())
102 auth = auth_digest.HttpDigestAuthorization(auth_header, 'GET')
/dports/www/nginx-full/nginx-http-auth-digest-cd86418/
H A Dreadme.rst59 auth_digest 'this is not for you'; # set the realm for this location block
70 auth_digest 'this is not for you';
81 disable authentication for specific sub-branches off a uri, set ``auth_digest`` to ``off``::
84 auth_digest 'this is not for you';
86 auth_digest off; # this sub-tree will be accessible without authentication
93 auth_digest section in Directives
95 :Syntax: ``auth_digest`` [*realm-name* | ``off``]
103 To selectively disable authentication within a protected uri hierarchy, set ``auth_digest``
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/iptsec/
H A DMakefile.am36 sofia-sip/auth_client.h sofia-sip/auth_digest.h \
41 auth_client.c auth_common.c auth_digest.c \
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/iptsec/
H A DMakefile.am36 sofia-sip/auth_client.h sofia-sip/auth_digest.h \
41 auth_client.c auth_common.c auth_digest.c \
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/files/logs/
H A Dapache-auth73 [Sat Jul 20 21:44:06.867985 2013] [auth_digest:error] [pid 17540:tid 140123070736128] [client 127.0…
80 [Sat Jul 20 21:45:28.890523 2013] [auth_digest:error] [pid 17540:tid 140122972485376] [client 127.0…
84 [Sun Jul 28 21:05:31.178340 2013] [auth_digest:error] [pid 24224:tid 139895539455744] [client 127.0…
98 [Sun Jul 28 21:18:11.769228 2013] [auth_digest:error] [pid 24752:tid 139895505884928] [client 127.0…
105 [Sun Jul 28 21:27:56.549667 2013] [auth_digest:error] [pid 24835:tid 139895297222400] [client 127.0…
113 [Sun Jul 28 21:42:03.930190 2013] [auth_digest:error] [pid 24835:tid 139895505884928] [client 127.0…
120 [Mon Jul 29 02:12:55.539813 2013] [auth_digest:error] [pid 9647:tid 139895522670336] [client 127.0.…
/dports/textproc/p5-XML-Atom/XML-Atom-0.43/lib/XML/Atom/
H A DClient.pm52 sub auth_digest { subroutine
54 $client->{auth_digest} = shift if @_;
55 $client->{auth_digest};
/dports/www/py-cherrypy/CherryPy-17.4.2/docs/pkg/
H A Dcherrypy.lib.rst15 cherrypy.lib.auth_digest module
18 .. automodule:: cherrypy.lib.auth_digest
/dports/net/rclone/rclone-1.57.0/vendor/github.com/abbot/go-http-auth/
H A DMakefile3 TARG=auth_digest
/dports/net/traefik/traefik-2.6.1/vendor/github.com/abbot/go-http-auth/
H A DMakefile3 TARG=auth_digest
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/abbot/go-http-auth/
H A DMakefile3 TARG=auth_digest
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/
H A D_cptools.py31 from cherrypy.lib import auth_basic, auth_digest
499 _d.auth_digest = Tool('before_handler', auth_digest.digest_auth, priority=1)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/slic3rutils/
H A Dslic3rutils_tests_main.cpp26 g.auth_digest("guest", "guest");
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/Utils/
H A DOctoPrint.cpp207 http.auth_digest(username, password); in set_auth()
251 http.auth_digest(username, password); in set_auth()
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/
H A D_cptools.py33 from cherrypy.lib import auth_basic, auth_digest
506 _d.auth_digest = Tool('before_handler', auth_digest.digest_auth, priority=1)
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/serf/
H A DStaticLibrary_serf.mk35 UnpackedTarball/serf/auth/auth_digest \
/dports/www/mod_perl2/mod_perl-2.0.11/t/hooks/
H A Dauthen_digest.t9 plan tests => 7, need need_lwp, 'auth_digest', 'HTML::HeadParser';

1234567891011