Skip to content

Commit 6a8df6e

Browse files
committed
Merge branch 'master' of github.com:ZenProjects/Apache-Authmemcookie-Module
2 parents 2638e40 + cc77768 commit 6a8df6e

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ AuthMemCookie Apache Module
33

44
The "Auth MemCookie" is an Apache v2.0 Authentication and authorization modules are based on "cookie" Authentication mechanism.
55

6-
The module doesn’t make Authentication by it self, but verify if Authentication "the cookie" is valid for each url protected by the module. The module validate also if the "authenticated user" have authorization to access url.
6+
The module doesn’t make Authentication by it self, but verify if Authentication "the cookie" are valid for each url protected by the module. The module validate also if the "authenticated user" have authorization to access url.
77

88
Authentication is made externally by an Authentication html form page and all Authentication information necessary to the module a stored in memcached identified by the cookie value "Authentication session id" by this login page.
99

10+
# Documentation
11+
1012
- All the documentation are [here](http://zenprojects.github.io/Apache-Authmemcookie-Module/)
1113

1214
# Build dependency
@@ -27,15 +29,21 @@ You must have compiled and installed:
2729
# make install
2830
```
2931

30-
# News in this version (v1.2)
32+
# News in v2.0
33+
34+
* Full support for apache 2.3/2.4 authz/authn model support
35+
* Fix in http header sending
36+
* Support for setting prefix http header other than "MCAC_"
37+
38+
# News in v1.2
3139

32-
* migration from old [libmemcache](https://github.com/richp10/libmemcache-1.4.0.rc2-patched) to modern [libmemcached](http://libmemcached.org/)
40+
* Migration from old [libmemcache](https://github.com/richp10/libmemcache-1.4.0.rc2-patched) to modern [libmemcached](http://libmemcached.org/)
3341

34-
# News in this version (v1.1.1)
42+
# News in v1.1.1
3543

3644
* Correct handling of "=" in value of the memcache session (E. Dumas).
3745
* Don't breaks basic authentication (Steve Gaarder)
38-
* multi users/groups require support
39-
* no more memory leak when mc_aget2 return NULL
40-
* apache 2.4 partial support (no use the new security model)
41-
* some portability issue (apr_strtok in place of strtok, and variable definition in front of function)
46+
* Multi users/groups require support
47+
* Fix memory leak when mc_aget2 return NULL
48+
* Apache 2.4 partial support (no use the new security model)
49+
* Fix somme portability issue (apr_strtok in place of strtok, and variable definition in front of function)

0 commit comments

Comments
 (0)