File apache2-mod_auth_memcookie.changes of Package apache2-mod_auth_memcookie
-------------------------------------------------------------------
Mon Feb 5 11:49:13 UTC 2024 - Lars Vogdt <lars@linux-schulserver.de>
- update to 1.1.3
+ Add missing return statement to Auth_memCookie_copy_authhdr
+ Copy all Authification headers from the subrequest.
The old code just copied the first header entry.
- apxs has been moved below /usr/bin and renamed to apxs only
('patch' Makefile via sed during setup)
-------------------------------------------------------------------
Mon Dec 26 17:58:28 UTC 2016 - lars@linux-schulserver.de
- update to 1.1.1
* Correct handling pf "=" memcache session (E. Dumas).
* Don't breaks basic authentication (Steve Gaarder)
* multi users/groups require support
* no more memory leak when mc_aget2 return NULL
* apache 2.4 partial support (no use the new security model)
* some portability issue (apr_strtok in place of strtok, and
variable definition in front of function)
* bug fix of Auth_memCookie_SessionTableSize to 8 any time...
* complete rewrite of match ip option to make possible to use it
behind reverse proxy and to check x-forwarded or via http header
in place of apache remote_ip.
-------------------------------------------------------------------
Tue Apr 22 12:57:09 UTC 2014 - lars@linux-schulserver.de
- initial package 1.02