Skip to content

Commit 2d40e67

Browse files
authored
Update README.md
1 parent 4f33d26 commit 2d40e67

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,3 @@ You must have compiled and installed:
4141
* no more memory leak when mc_aget2 return NULL
4242
* apache 2.4 partial support (no use the new security model)
4343
* some portability issue (apr_strtok in place of strtok, and variable definition in front of function)
44-
45-
# Fork
46-
47-
https://github.com/openSUSE/apache2-mod_auth_memcookie
48-
49-
* this fork seam to done by opensuse team
50-
* ported the code to libmemcached.
51-
* made sure that the session data contains no \r or \n.
52-
* made sure that the cookie is a valid md5sum.
53-
* added Auth_memCookie_SessionHeaders option to specify which headers should be cleared from the input headers and taken from the session data.
54-
* added szAuth_memCookie_AuthentificationURI to configure that the session is created by doing a subrequest to the specfied
55-
* URI and using the returned headers (uses the configured SessionHeaders).
56-
* added Auth_memCookie_AuthentificationHeader option to tell the module that it can take the user name from the specified header when it creates the session.
57-
* added Auth_memCookie_AuthentificationURIOnlyAuth to make it * just run the authentification steps for the subrequest (data is taken from the input headers in that case).
58-
* added Auth_memCookie_CookieDomain to specify a domain for the session cookie.
59-
* added Auth_memCookie_AllowAnonymous to specify that no session is required for the request.
60-
* added Auth_memCookie_CommandHeader to specify a way to issue commands for session managemant: "login" makes it ignore the AllowAnonymous flag, "logout" deletes the session.
61-
62-
https://github.com/richp10/apache2-mod_auth_memcookie-1.0.3
63-
64-
- apache 2.4
65-
- PAtched version of libmemcached that fixes Apache error: undefined symbol: mcm_buf_len
66-
67-
http://search.cpan.org/~piers/Apache-Auth-AuthMemCookie-0.02/lib/Apache/Auth/AuthMemCookie.pm
68-
69-
- perl version !

0 commit comments

Comments
 (0)