summaryrefslogtreecommitdiff
path: root/src/mod_userdir.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [doc] remove references to removed modulesGlenn Strauss2023-01-031-3/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-1/+1
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [multiple] remove base.h include where not usedGlenn Strauss2021-09-081-1/+1
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-3/+3
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-7/+30
* [multiple] buffer_copy_path_len2() aggregateGlenn Strauss2021-04-021-4/+4
* [mod_userdir] use 2-element cacheGlenn Strauss2021-03-261-4/+43
* [mod_userdir] use stat_cache_path_isdir()Glenn Strauss2021-03-261-3/+2
* [core] light_isupper(), light_islower()Glenn Strauss2020-10-111-1/+1
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [tests] t/test_mod_userdirGlenn Strauss2020-07-081-0/+1
* [core] r->uri.path always set, though might be ""Glenn Strauss2020-07-081-0/+2
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-19/+19
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-29/+2
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-1/+0
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-1/+2
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-12/+0
* [mod_userdir] use config_plugin_values_init()Glenn Strauss2020-05-231-139/+121
* [mod_userdir] split policy from userdir path buildGlenn Strauss2020-05-231-150/+143
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-2/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-6/+6
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] extend dir redirection to take HTTP statusGlenn Strauss2019-03-131-1/+1
* [core] buffer_append_path_len()Glenn Strauss2018-11-281-8/+4
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-1/+1
* [mod_userdir] security: skip username "." and ".."Glenn Strauss2018-09-251-10/+7
* [core] some header cleanupGlenn Strauss2018-04-081-0/+1
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+12
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [mod_secdownload] add required algorithm option; old behaviour available as "...Stefan Bühler2015-11-221-1/+1
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-2/+2
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-10/+10
* maintain physical.basedir (the "acting" doc-root as prefix of physical.path) ...Stefan Bühler2014-01-101-0/+2
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* [mod_userdir] add userdir.active option, "enabled" by defaultStefan Bühler2013-06-291-2/+11
* fix some gcc warningsStefan Bühler2011-07-301-3/+0
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-6/+6
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Fix bug with case-insensitive filenames in mod_userdir (#1589)Stefan Bühler2008-08-181-1/+20
* workaround #1587: require userdir.path to be set to enable mod_userdir (empty...Stefan Bühler2008-03-101-0/+5
* - support letterhomes in mod_userdir (#1473)Elan Ruusamäe2008-01-181-0/+11
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-51/+51
* added support for userdir without a passwd entryJan Kneschke2005-10-311-18/+81
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-2/+0