-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathChangeLog
More file actions
31 lines (26 loc) · 1.33 KB
/
ChangeLog
File metadata and controls
31 lines (26 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2007 mcarbonneaux
* mod_authmemcookie/1.0 - initial release
2007 mcarbonneaux
* mod_authmemcookie/1.01 - bug fix in cookie name.
2008-02-05 mcarbonneaux
* mod_authmemcookie/1.02
* 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.
2014-11-10 mcarbonneaux
* mod_authmemcookie/1.1.0
* Correct handling of "=" in value of the 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)
2016-06-18 mcarbonneaux
* mod_authmemcookie/1.2.0
* migration from old libmemcache (https://people.freebsd.org/~seanc/libmemcache/) to modern libmemcached(http://libmemcached.org/)
2016-06-19 mcarbonneaux
* mod_authmemcookie/2.0.0
* Full support for apache 2.3/2.4 authz/authn model support
* Fix http header not sending to backend
* Add support for setting prefix http header other than "MCAC_"
* Add public zone support (Require mcac-public only in apache 2.3/2.4)
* Http header name sended to backend in uppercase