Home
last modified time | relevance | path

Searched refs:problem (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dmod_authn_gssapi.c219 krb5_error_code problem; in mod_authn_gssapi_create_krb5_ccache() local
222 if (problem) { in mod_authn_gssapi_create_krb5_ccache()
228 if (problem) { in mod_authn_gssapi_create_krb5_ccache()
279 krb5_error_code problem; in mod_authn_gssapi_store_gss_creds() local
282 problem = krb5_init_context(&context); in mod_authn_gssapi_store_gss_creds()
283 if (problem) { in mod_authn_gssapi_store_gss_creds()
288 problem = krb5_parse_name(context, princ_name, &princ); in mod_authn_gssapi_store_gss_creds()
289 if (problem) { in mod_authn_gssapi_store_gss_creds()
582 krb5_error_code problem; in mod_authn_gssapi_store_krb5_creds() local
587 if (problem) { in mod_authn_gssapi_store_krb5_creds()
[all …]
/lighttpd1.4/doc/outdated/
H A Dcompress.txt140 … 1.5 r1992 may not set correct Content-Encoding with php-fcgi. A solution to that problem would be:
H A Dfastcgi.txt40 CGI programs have the problem that they have to be restarted
/lighttpd1.4/
H A DNEWS3200 * mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)
3225 * Fix mod_proxy RoundRobin (off by one problem if only one backend is up)
3274 * Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spotting the problem)
3353 * fixed mod_secdownload problem with unsigned time_t (#1688)
3761 * fixed response header in body problem in mod_cgi
3762 * fixed numbers before body problem
3989 * fixed rare problem in FastCGI header generation