You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lighttpd1.4/src
Glenn Strauss 8b29653131 [mod_auth] save letter-case diff in require config
(thx dirk4000)

Storing the config list into a data structure with case-insensitive keys
meant that if the config list contained multiple entries which differed
in case-only, then only one entry would survive.  Case-sensitivity of
username matters for HTTP Digest auth.  Store config list in value list.

x-ref:
  "mod_auth (configuration): Change of behavior in user name handling"
  https://redmine.lighttpd.net/boards/2/topics/10275
1 year ago
..
compat [mod_fastcgi] move src/fastcgi.h into src/compat/ 2 years ago
ls-hpack [build] -Wno-implicit-fallthrough for ls-hpack 1 year ago
t [multiple] remove buffer_init_string() 1 year ago
CMakeLists.txt [core] isolate plugins_*() funcs to main server 1 year ago
Makefile.am [core] isolate plugins_*() funcs to main server 1 year ago
SConscript [core] isolate plugins_*() funcs to main server 1 year ago
algo_hmac.c [core] fix HMAC with openssl 3.0 1 year ago
algo_hmac.h [core] li_hmac_sha512() 2 years ago
algo_md.h [multiple] etag.[ch] -> http_etag.[ch]; better imp 2 years ago
algo_md5.c [build] feature consistency between build types 1 year ago
algo_md5.h [multiple] use <algo>_iov() digest funcs 2 years ago
algo_sha1.c [core] sys-crypto-md.h w/ inline message digest fn 3 years ago
algo_sha1.h [core] sys-crypto-md.h w/ inline message digest fn 3 years ago
algo_splaytree.c [core] remove size maint in algo_splaytree 2 years ago
algo_splaytree.h [core] remove size maint in algo_splaytree 2 years ago
algo_xxhash.c [core] use system xxhash lib if available 2 years ago
algo_xxhash.h [core] define static_assert for uClibc (fixes #3127) 1 year ago
array.c [array] use speaking names for array "fn" vtables for better debugging experience 1 year ago
array.h [core] move data_{array,integer,string} to array.c 2 years ago
base.h [mod_cgi] cgi.local-redir request_reset thru fnptr 1 year ago
base64.c [core] base64url pad char is '='; change from '.' 2 years ago
base64.h [multiple] __attribute_nonnull__ now takes params 2 years ago
base_decls.h [multiple] de-dup file and piped loggers (fixes #3101) 2 years ago
buffer.c [multiple] remove buffer_init_buffer() 1 year ago
buffer.h [multiple] remove buffer_init_buffer() 1 year ago
burl.c [multiple] reduce redundant NULL buffer checks 2 years ago
burl.h [core] (const buffer *) in (struct burl_parts_t) 3 years ago
chunk.c [core] chunk_file_pread() to wrap pread() 1 year ago
chunk.h [core] chunk_file_pread() to wrap pread() 1 year ago
ck.c [core] fix compiler warning in 32-bit build 1 year ago
ck.h [core] errno_t and rsize_t detection on Illumos 1 year ago
config.h.cmake [mod_deflate] --with-libdeflate to use libdeflate 1 year ago
configfile-glue.c [core] isolate plugins_*() funcs to main server 1 year ago
configfile.c [core] prep server_tag at startup for h2 resp hdr 1 year ago
configfile.h [core] allocate pcre output vector on demand 1 year ago
configparser.y [multiple] remove buffer_init_buffer() 1 year ago
connections.c [core] isolate plugins_*() funcs to main server 1 year ago
connections.h [core] remove connection_list_append() 2 years ago
data_config.c [array] use speaking names for array "fn" vtables for better debugging experience 1 year ago
fdevent.c [core] /dev/null is a symlink on Illumos (fixes #3132) 1 year ago
fdevent.h [core] fdevent_socket_nb_cloexec_init() 1 year ago
fdevent_fdnode.c [core] fdevent_fdnode.c separate from fdevent.c 1 year ago
fdevent_impl.c [core] libev EV_ERROR conflicts with kqueue 1 year ago
fdevent_impl.h [core] Illumos epoll incompatible w/ lighttpd impl 1 year ago
fdlog.c [core] quiet coverity warnings 2 years ago
fdlog.h [core] avoid repeated typedef for fdlog_st 1 year ago
fdlog_maint.c [multiple] _WIN32 fdevent_pipe_cloexec() 2 years ago
first.h [core] define __EXTENSIONS__ on Illumos 1 year ago
gw_backend.c [core] restart dead proc on connect error if local 1 year ago
gw_backend.h [core] improve chunk buffer reuse from backends 2 years ago
h2.c [core] isolate plugins_*() funcs to main server 1 year ago
h2.h [core] h2_send_cqdata() returns how much data sent 2 years ago
http-header-glue.c [core] mark expect cond in http_response_send_file 1 year ago
http_cgi.c [mod_cgi] cgi.local-redir request_reset thru fnptr 1 year ago
http_cgi.h [core] http_cgi.[ch] CGI interfaces (RFC 3875) 2 years ago
http_chunk.c [core] chunk_file_pread() to wrap pread() 1 year ago
http_chunk.h [core] remove some (now) unused http_chunk APIs 2 years ago
http_date.c [multiple] Y2038 32-bit signed time_t mitigations 2 years ago
http_date.h [multiple] Y2038 32-bit signed time_t mitigations 2 years ago
http_etag.c [multiple] reduce redundant NULL buffer checks 2 years ago
http_etag.h [multiple] etag.[ch] -> http_etag.[ch]; better imp 2 years ago
http_header.c [multiple] remove base.h include where not used 2 years ago
http_header.h [core] reduce memcmp in http_request_parse_header 2 years ago
http_kv.c [core] get_http_method_key() tweak 1 year ago
http_kv.h [multiple] __attribute_nonnull__ now takes params 2 years ago
http_range.c [core] feature flag to allow Range w/ HTTP/1.0 1 year ago
http_range.h [core] feature flag to allow Range w/ HTTP/1.0 1 year ago
keyvalue.c [core] ignore pcre2 "bad JIT option" warning 1 year ago
keyvalue.h [core] extend pcre_keyvalue_ctx to pass more state 1 year ago
lemon.c [lemon] silence coverity warnings 1 year ago
lempar.c [multiple] correct misspellings in comments 3 years ago
lighttpd-angel.c [core] attempt to quiet coverity false positives 6 years ago
log.c [core] clear shared log buffer after writes 1 year ago
log.h [core] option: errorlog high precision timestamps 2 years ago
meson.build [core] isolate plugins_*() funcs to main server 1 year ago
mod_access.c [mod_access] remove excess trace 2 years ago
mod_accesslog.c [core] better asm for binary num to ascii string 1 year ago
mod_ajp13.c [mod_ajp13,mod_fastcgi] recv_parse smaller funcs 1 year ago
mod_alias.c [mod_alias] fix use-after-free bug (fixes #3114) 1 year ago
mod_auth.c [mod_auth] save letter-case diff in require config 1 year ago
mod_auth_api.c [mod_auth] save letter-case diff in require config 1 year ago
mod_auth_api.h [mod_auth] RFC7616 HTTP Digest username* userhash 1 year ago
mod_authn_dbi.c [build] meson crypt and dl detection on *BSD (fixes #3133) 1 year ago
mod_authn_file.c [build] meson crypt and dl detection on *BSD (fixes #3133) 1 year ago
mod_authn_gssapi.c [multiple] remove buffer_init_buffer() 1 year ago
mod_authn_ldap.c [multiple] reduce redundant NULL buffer checks 2 years ago
mod_authn_pam.c [multiple] inline struct in con->dst_addr_buf 2 years ago
mod_authn_sasl.c [multiple] reduce redundant NULL buffer checks 2 years ago
mod_cgi.c [mod_cgi] cgi.local-redir request_reset thru fnptr 1 year ago
mod_deflate.c [core] chunk_file_pread() to wrap pread() 1 year ago
mod_dirlisting.c [multiple] pedantic chunk.c checks for 0-len chunk 1 year ago
mod_echo.c [mod_echo] test module to echo request as response 2 years ago
mod_evasive.c [mod_evasive] update comment to add references 1 year ago
mod_evhost.c [multiple] prefer r->tmp_buf to p->tmp_buf 2 years ago
mod_expire.c [core] quiet compiler warnings 2 years ago
mod_extforward.c [mod_extforward] fix out-of-bounds (OOB) write (fixes #3134) 1 year ago
mod_fastcgi.c [mod_ajp13,mod_fastcgi] recv_parse smaller funcs 1 year ago
mod_gnutls.c [multiple] permit UTF-8 in SSL_CLIENT_S_DN_* 1 year ago
mod_indexfile.c [multiple] __attribute_nonnull__ now takes params 2 years ago
mod_magnet.c [mod_magnet] fix header,content legacy table clear 1 year ago
mod_magnet_cache.c [mod_magnet] clear stack when reloading script 1 year ago
mod_magnet_cache.h [mod_magnet] defer req_env init unless needed 1 year ago
mod_maxminddb.c [multiple] reduce use of BUFFER_INTLEN_PTR 2 years ago
mod_mbedtls.c [mod_mbedtls] use newer mbedtls 3.2.0+ interfaces 1 year ago
mod_nss.c [multiple] permit UTF-8 in SSL_CLIENT_S_DN_* 1 year ago
mod_openssl.c [mod_openssl] do not esc UTF-8 in cert subject 1 year ago
mod_proxy.c [mod_proxy] Length Req if proxy forcing HTTP/1.0 1 year ago
mod_redirect.c [core] allocate one fewer cond_match_t, if needed 1 year ago
mod_rewrite.c [core] allocate one fewer cond_match_t, if needed 1 year ago
mod_rrdtool.c [multiple] _WIN32 fdevent_pipe_cloexec() 2 years ago
mod_scgi.c [multiple] reduce redundant NULL buffer checks 2 years ago
mod_secdownload.c [multiple] Y2038 32-bit signed time_t mitigations 2 years ago
mod_setenv.c [multiple] remove base.h include where not used 2 years ago
mod_simple_vhost.c [multiple] prefer r->tmp_buf to p->tmp_buf 2 years ago
mod_skeleton.c [multiple] remove base.h include where not used 2 years ago
mod_sockproxy.c [multiple] rename connection_reset hook to request 3 years ago
mod_ssi.c [multiple] remove r->physical.etag 1 year ago
mod_staticfile.c [multiple] remove base.h include where not used 2 years ago
mod_status.c [core] pcre2 support (--with-pcre2) 1 year ago
mod_uploadprogress.c [mod_uploadprogress] use splay_tree for req list 2 years ago
mod_userdir.c [multiple] remove base.h include where not used 2 years ago
mod_usertrack.c [multiple] use <algo>_iov() digest funcs 2 years ago
mod_vhostdb.c [multiple] prefer r->tmp_buf to p->tmp_buf 2 years ago
mod_vhostdb_api.c [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api 2 years ago
mod_vhostdb_api.h [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api 2 years ago
mod_vhostdb_dbi.c [multiple] reduce redundant NULL buffer checks 2 years ago
mod_vhostdb_ldap.c [multiple] reduce redundant NULL buffer checks 2 years ago
mod_vhostdb_mysql.c [multiple] reduce redundant NULL buffer checks 2 years ago
mod_vhostdb_pgsql.c [multiple] reduce redundant NULL buffer checks 2 years ago
mod_webdav.c [multiple] shared code for struct chunk and mmap 1 year ago
mod_wolfssl.c [mod_wolfssl] wolfssl v5.0.0 defines DH_set0_pqg() 1 year ago
mod_wstunnel.c [core] remove connection_list_append() 2 years ago
network.c [core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137) 1 year ago
network.h [core] graceful and immediate restart option 3 years ago
network_write.c [core] chunk_file_pread() to wrap pread() 1 year ago
network_write.h [multiple] mark addtl funcs attr returns_nonnull 2 years ago
plugin.c [core] isolate plugins_*() funcs to main server 1 year ago
plugin.h [core] isolate plugins_*() funcs to main server 1 year ago
plugin_config.h [core] isolate plugins_*() funcs to main server 1 year ago
plugins.h [core] isolate plugins_*() funcs to main server 1 year ago
rand.c [core] fall back to getauxval(AT_RANDOM), if avail 1 year ago
rand.h [core] adjust li_rand_pseudo* interfaces 6 years ago
reqpool.c [core] isolate plugins_*() funcs to main server 1 year ago
reqpool.h [core] clear request,connection pools every 64 sec (#3084) 2 years ago
request.c [core] combine more dup header processing code 1 year ago
request.h [multiple] remove r->physical.etag 1 year ago
response.c [core] isolate plugins_*() funcs to main server 1 year ago
response.h [core] http_response_send_file() takes const path 1 year ago
server.c [core] isolate plugins_*() funcs to main server 1 year ago
sock_addr.c [core] sock_addr_set_port() 2 years ago
sock_addr.h [core] sock_addr_set_port() 2 years ago
sock_addr_cache.c [multiple] reduce redundant NULL buffer checks 2 years ago
sock_addr_cache.h [core] inet_ntop_cache -> sock_addr_cache 2 years ago
stat_cache.c [core] add more const to stat_cache_update_entry() 1 year ago
stat_cache.h [core] add more const to stat_cache_update_entry() 1 year ago
status_counter.h [core] isolate plugins_*() funcs to main server 1 year ago
sys-crypto-md.h [mod_mbedtls] changes to build with mbedtls 3.0.0 1 year ago
sys-crypto.h [core] set NSS_VER_INCLUDE after crypto lib select 2 years ago
sys-endian.h DragonFlyBSD defines __DragonFly__ (#2746) 7 years ago
sys-mmap.h [multiple] shared code for struct chunk and mmap 1 year ago
sys-setjmp.c [multiple] use new sys_setjmp_eval3() interface 1 year ago
sys-setjmp.h [core] sys-setjmp.[ch] 1 year ago
sys-socket.h [core] some header cleanup 5 years ago
sys-strings.h [core] sys-strings.h abstraction for strings.h 6 years ago
sys-time.h [core] include guard consistency in sys-time.h 1 year ago
vector.c [core] use ck_assert() in vector.[ch] 1 year ago
vector.h [core] use ck_assert() in vector.[ch] 1 year ago