| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
short-circuit checks if staple.der next update is > 25 hours in future
(allows script to be run daily and to exit quickly if CA staples are
issued for longer, e.g. a week at a time)
|
|
|
|
|
| |
adjust date calculation for ocsp_expire for `date` command arguments
using different flags on FreeBSD, OpenBSD, and DragonFlyBSD
|
|
|
|
|
|
|
|
|
|
| |
translate MIME type "application/javascript" to "text/javascript"
(if required, type may still be overwritten by mod_setenv or mod_magnet)
x-ref:
"Updates to ECMAScript Media Types"
https://www.rfc-editor.org/rfc/rfc9239
|
|
|
|
|
| |
use preferred syntax for Content-Type: .../charset=...
(match preferred syntax specified in upcoming HTTP spec revision)
|
|
|
|
|
|
| |
Do not issue trace if multiple */vnd.* register the same extension
(silently mark mime-type for extension as application/octet-stream)
|
|
|
|
|
|
|
| |
Do not issue warnings about duplicated entries unless called with -v
/etc/mime.types is not typically edited by the end user,
so the warning trace is noise to most end users.
|
|
|
|
|
|
|
|
|
|
|
|
| |
make create-mime.conf.pl more resilient to questionable edits
to /etc/mime.types
non-vnd.* subtype takes precedence over vnd.* subtype
(type/subtype, e.g. text/plain)
x-ref:
"lighttpd: does not start with media-types 1.1.0"
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979232
|
|
|
|
|
|
|
|
|
| |
make create-mime.conf.pl more resilient to questionable edits
to /etc/mime.types
x-ref:
"lighttpd: does not start with media-types 1.1.0"
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979232
|
|
|
|
|
|
|
|
| |
(thx flynn) (patch from flynn)
x-ref:
"cert-staple.sh not POSIX compatible"
https://redmine.lighttpd.net/issues/3043
|
|
|
|
|
|
|
|
| |
support validation from list of multiple signers
attempt to handle older (end-of-life) versions of OpenSSL
(thx avij)
|
|
|
|
|
| |
convenience script that can be run periodically from scheduled job
to refresh OCSP responses used for OCSP stapling
|
|
|
|
|
|
|
|
|
|
|
|
| |
'-' in char class should be at beginning or end, or escaped with \-
so that it does not signify a char range in the char class
(In the prior regex, the misuse permitted matching the comma char,
which while mostly harmless, was not what was intended)
x-ref:
"incorrect behaviour of create-mime.assign.pl"
https://redmine.lighttpd.net/issues/2942
|
|
|
|
| |
mime.conf
|
| |
|
|
|
|
|
|
|
|
| |
- "autoreconf --force --install" should be enough to get autobuild
running, manual cp / running ./autogen.sh should not be required
- reorganize files laters, e.g. scripts/{cmake,m4}
- include ax_prog_cc_for_build.m4 manually in configure.ac as it is not
automatically loaded if it is not in m4/
|
|
|
|
| |
m4/ directory is listed in .gitignore and should be generated
|
|
|
|
|
|
| |
x-ref:
"Migrate to freedesktop.org definition of xattr mimetype"
https://redmine.lighttpd.net/issues/2631
|
|
|
|
|
|
|
|
|
| |
- create-mime.conf.pl: also parse lines with upper case characters
- rerun create-mime.conf.pl with debian mime-support 3.58
From: Stefan Bühler <stbuehler@web.de>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3001 152afb58-edef-0310-8abb-c4023f1b3aa9
|
|
|
|
|
|
| |
From: Stefan Bühler <stbuehler@web.de>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2990 152afb58-edef-0310-8abb-c4023f1b3aa9
|
|
|
|
|
|
| |
From: Stefan Bühler <stbuehler@web.de>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2964 152afb58-edef-0310-8abb-c4023f1b3aa9
|
|
- move scripts and init scripts into subdirs
- remove unused lighttpd.user
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2742 152afb58-edef-0310-8abb-c4023f1b3aa9
|