Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 6 of 6) sorted by relevance

/lighttpd1.4/src/
H A Dmod_auth.c343 static int mod_auth_algorithms_parse(int *algorithm, buffer *algos) { in mod_auth_algorithms_parse() argument
349 *algorithm |= ai.dalgo; in mod_auth_algorithms_parse()
452 int algorithm = HTTP_AUTH_DIGEST_SESS; in mod_auth_require_parse_array() local
526 algorithm |= HTTP_AUTH_DIGEST_MD5; in mod_auth_require_parse_array()
527 } else if (!mod_auth_algorithms_parse(&algorithm, algos)) { in mod_auth_require_parse_array()
538 dauth->require->algorithm = algorithm; in mod_auth_require_parse_array()
1045 int algos = nonce_stale ? nonce_stale : require->algorithm; in mod_auth_digest_www_authenticate()
1380 || !(require->algorithm & ai->dalgo & ~HTTP_AUTH_DIGEST_SESS)) { in mod_auth_digest_validate_params()
H A Dmod_auth_api.h44 int algorithm; member
H A Dmod_authn_file.c309 ai.dalgo = (require->algorithm & ~HTTP_AUTH_DIGEST_SESS); in mod_authn_file_htdigest_basic()
/lighttpd1.4/doc/outdated/
H A Dproxy.txt102 the algorithm used here google for 'Microsoft CARP'.
H A Dauthentication.txt184 # digest-algorithm and has to match the realm in the
/lighttpd1.4/
H A DNEWS1563 * [core] document algorithm used in lighttpd etag
1799 * [mod_auth] do not use quoted-string for algorithm
1885 * [mod_auth] HTTP Auth Digest algorithm=SHA-256
2259 * [core] fix incorrect hash algorithm impl
2668 * [mod_auth] support CRYPT-MD5-NTLM algorithm (fixes #1743)
2890 * [core] disable Nagle algorithm (TCP_NODELAY)
2922 …* [mod_secdownload] add required algorithm option; old behaviour available as "md5", new options "…