]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1749402, r1656549, r1840776, r1800126, r1817131, r1834226 from trunk:
authorJim Jagielski <jim@apache.org>
Wed, 19 Sep 2018 12:54:51 +0000 (12:54 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 19 Sep 2018 12:54:51 +0000 (12:54 +0000)
commit5160dc0d5db4f36813f2b2cab26b5cb8a5d12fec
tree9de6bc8bfa692003eddc6b7d7654024c68aabe19
parent06624aafe9c6d6f00f4e5998bd737ffe17c2041d
Merge r1749402, r1656549, r1840776, r1800126, r1817131, r1834226 from trunk:

Style only

Be more consistent:
   - add space between (if|while) and \(
   - place of 'break ' statement

Fix cut and paste typo in error message + remove empty lines to be consistent

follow-up to r1656549.

Instead of logging a password (which is not a good practice), clarify the associated message

* Silence compiler warning

Be less tolerant when parsing the credencial for Basic authorization. Only spaces  should be accepted after the authorization scheme. \t are also tolerated.

The current code accepts \v and \f as well.

The same behavior is already used in 'ap_get_basic_auth_pw()' which is mostly the same function as 'get_basic_auth()'.

Function used as 'apr_reslist_destructor' when calling 'apr_reslist_create()' should have the following prototype:

apr_status_t (*apr_reslist_destructor)(void *resource, void *params, apr_pool_t *pool);
Submitted by: jailletc36, rpluem, jailletc36, jailletc36
Reviewed by: jailletc36, minfrin, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1841329 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/aaa/mod_auth_basic.c
modules/filters/sed1.c
modules/http/http_core.c
modules/lua/lua_vmprep.c