summaryrefslogtreecommitdiffstats
path: root/NOTICE (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-02Fix apr_status_t being passed as loglevelStefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209741 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02mod_auth_form: Use apr_status_t for the mod_session API.Graham Leggett1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209623 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02mod_session_dbd: Use apr_status_t as a return code across the mod_session API.Graham Leggett1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209618 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02mod_session: Use apr_status_t as a return code across the mod_session API,Graham Leggett5-45/+63
clarify where we ignore errors and why. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209603 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Fix segfault with Solaris LDAP SDK when enabling ldaps.Stefan Fritsch1-4/+25
Enable SSL by passing secure=1 to apr_ldap_init instead of calling apr_ldap_set_option(... APR_LDAP_OPT_TLS ...). This change carefully avoids any change of behavior on non-Solaris LDAP SDKs. PR: 42682 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209601 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Clarify the crypto notice for mod_session_crypto.Graham Leggett1-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209505 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Update the crypto notices for apr_crypto. apr_ssl is long gone.Graham Leggett1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209499 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02mod_session_crypto: Fix a pool lifetime problem when reading fromGraham Leggett1-1/+1
SessionCryptoPassphraseFile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209461 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Fix for additional cases of URL rewriting with ProxyPassMatch orJoe Orton2-0/+24
RewriteRule, where particular request-URIs could result in undesired backend network exposure in some configurations. (CVE-2011-4317) Thanks to Prutha Parikh from Qualys for reporting this issue. * modules/proxy/mod_proxy.c (proxy_trans): Decline to handle the "*" request-URI. Fail for cases where r->uri does not begin with a "/". * modules/mappers/mod_rewrite.c (hook_uri2file): Likewise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209432 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02* server/listen.c (open_listeners): Fix logic error caught byJoe Orton1-1/+1
Coverity; possible NULL pointer deref at startup with a particular (and unlikely) listener/system config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209417 13f79535-47bb-0310-9956-ffa450edef68
2011-12-02Bring Windows httpd.conf up to date with documented or required modulesGregg Lewis Smith1-1/+16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209330 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Update transformation.Graham Leggett1-0/+23
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209086 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Changes to v2.4 APIs.Graham Leggett1-0/+23
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209085 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Update transformations.Graham Leggett19-176/+242
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209061 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possibleGraham Leggett2-2/+22
for RewriteRules to be placed in .htaccess files that match the directory with no trailing slash. PR 48304. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209053 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Wish came true: CacheEnable works within LocationMatch, giving us mod_cacheGraham Leggett1-4/+0
regexes for no additional cost. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208920 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01Use 2 sep hashing functions to account for collisions...Jim Jagielski3-14/+26
Safe enough git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208897 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Remove some getpid() logging, this is now also included in the error logStefan Fritsch2-12/+6
format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208835 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30mod_cache: Apply the API change that allows future mod_cache providers toGraham Leggett3-2/+10
invalidate cache entries, which will fix PR15868. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208822 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Remove some more now redundant log prefixesStefan Fritsch5-65/+60
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208816 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Clarify the peer IP of the connection and the client IP of the request withinGraham Leggett4-35/+40
the docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208753 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30RPM: Make it possible to build mod_socache_dc against distcache.Graham Leggett1-2/+16
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208725 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Added missing proxy import to Netware build.Guenter Knauf1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208533 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30Fixed compilation for non-*nix platforms.Guenter Knauf1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208527 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that theGraham Leggett2-0/+64
administrator can hide the keys from the configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208517 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30use a style sheet... ideally we would pull one off the filesystem,Jim Jagielski1-23/+50
but for now... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208411 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Remove more log message prefixes that are now redundant as theStefan Fritsch10-187/+182
the error log format includes the module name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208110 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29mod_dbd: The dbd_prepared_init() function reported the result of the lastGraham Leggett1-3/+2
prepared statement, obscuring earlier errors. Fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208078 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Ensure casing doesn't matter... (we know balancer->s->name isJim Jagielski1-0/+1
lc) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208069 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Some optimization... we have a hash, use it. Quicker than allJim Jagielski3-8/+13
these string comparisons. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208068 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29whitespaceJim Jagielski1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208067 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: Add support for mod_lua.Graham Leggett1-0/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207977 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: Introduce a proper layout for RPM, removing the need for scriptGraham Leggett2-13/+27
gymnastics and replacement configuration files in order to get the configuration paths to match up correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207968 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Logic which makes the balancer "active" or not... so we can turn themJim Jagielski4-11/+18
off and on as needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207926 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: Introduce an httpd-tools package, containing all the userlandGraham Leggett1-9/+26
support tools, aligned with Fedora's RPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207884 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: Align the requires and buildrequires lines with those of the FedoraGraham Leggett1-18/+22
RPM in order to remove unnecessary dependencies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207879 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29Instead of running thru all kinds of logic paths, just add inJim Jagielski1-0/+1
a on/off bit... No need for other balancer statuses(sp)? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207863 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: Split the LDAP and proxy_html modules into dedicated RPMs, so that theGraham Leggett1-6/+136
httpd RPM doesn't depend on LDAP libraries or libxml2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207853 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: Remove stray configure options that are covered byGraham Leggett1-8/+0
--enable-mods-shared=all. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207834 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: Support shared mpms with the event mpm as default. Remove all theGraham Leggett1-40/+3
legacy plumbing that supported the static mpm builds, reverting back to a simple RPM spec file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207731 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: Include configuration for mod_proxy_html.Graham Leggett1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207725 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29RPM: The default httpd mpm is now worker instead of prefork.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207719 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28Expose the path that the balancer handles...Jim Jagielski2-2/+10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207582 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28Pull this out as a sep function to allow for full vhostingJim Jagielski2-7/+32
adjustment between get and define balancers... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207562 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28"Final" (I hope) proxy struct/API changes in order to supportJim Jagielski2-3/+8
dynamic balancer allocation AND dynamic vhost-balancers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207467 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28Error-check.Jim Jagielski3-27/+45
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1207282 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28fix typoHiroaki Kawai1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1206978 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28fix typo.Hiroaki Kawai4-7/+7
Submitted by: OKANO Takayoshi <kano@na.rim.or.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1206940 13f79535-47bb-0310-9956-ffa450edef68
2011-11-27- Add some error handling for writing to the output filter chain.Stefan Fritsch1-9/+32
- Add some ap_assert()s for error cases that probably should not happen (and the following code would break). These fix some compiler warnings about "variable 'rv' set but not used". - Prevent a leak of a bucket in one error case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1206850 13f79535-47bb-0310-9956-ffa450edef68
2011-11-27Fix some warn_unused_result compiler warnings by checking the return code ofStefan Fritsch1-15/+24
chown and logging an error if the error was not ENOENT. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1206827 13f79535-47bb-0310-9956-ffa450edef68