Age | Commit message (Expand) | Author |
2016-01-10 | Bump version numberHEAD0.4.6master | Stef Walter |
2016-01-10 | Use new ap_unixd_set_global_mutex_perms function | Stef Walter |
2016-01-10 | module: Add support for apache 2.4.xapache-24 | Stef Walter |
2016-01-04 | Add upload-release target | Stef Walter |
2016-01-04 | Bump version number0.4.5 | Stef Walter |
2016-01-04 | module: Use memset() correctly in storage.c | Stef Walter |
2016-01-04 | module: Fix compatibility issues with newer apache versions | Stef Walter |
2016-01-04 | Ignore more files | Stef Walter |
2010-03-11 | Bump version to 0.4.4 | Stef Walter |
2010-03-11 | Properly escape the URL used for return to and realm. | Stef Walter |
2010-03-11 | Commit old version bump | Stef Walter |
2010-02-12 | Handle logout path ourselves, if it doesn't exist. | Stef Walter |
2010-02-12 | Never authenticate favicon.ico or robots.txt | Stef Walter |
2010-02-11 | Bump version number.v0.4.2 | Stef Walter |
2010-02-11 | URL encode the cookie value. | Stef Walter |
2010-02-11 | Log errors returned from identity provider to log. | Stef Walter |
2010-02-11 | Fix various config messages to have right config directives. | Stef Walter |
2010-02-11 | Fix syntax error which caused warning during build. | Stef Walter |
2010-02-11 | Add support for logout path and redirect after logout. | Stef Walter |
2010-02-11 | Implement redirect after a successful authentication option. | Stef Walter |
2009-10-29 | Use 302 Found redirect. | Stef Walter |
2009-10-29 | Cleanup build process. | Stef Walter |
2009-08-19 | Fill in the README file | Stef Walter |
2009-08-19 | Add some more stuff to .gitignore | Stef Walter |
2009-08-19 | Update change log | Stef Walter |
2009-08-19 | Add license headers where relevant | Stef Walter |
2009-08-19 | Remove old ideas.txt file | Stef Walter |
2009-08-19 | Change configuration options to be inline with package name. | Stef Walter |
2009-08-19 | Support POST responses back from the provider | Stef Walter |
2009-07-08 | Add various messages when things go wrong. Don't try to authenticate POST. | Stef Walter |
2009-07-08 | Set domain and path and secure properties of cookie correctly. | Stef Walter |
2009-07-08 | Find the right cookie if multiple are present. Also sign properly if no values. | Stef Walter |
2009-07-08 | Add messages when cookie can't be parsed for a specific reason. | Stef Walter |
2009-07-08 | Update version number. | Stef Walter |
2009-07-07 | Restart authentication if we think we've restarted since URL came back. | Stef Walter |
2009-07-07 | Store exchanged attributes in the cookie. | Stef Walter |
2009-07-07 | Use our own get_token() function for splitting stuff up. | Stef Walter |
2009-07-07 | Implement simple AX attribute exchange. | Stef Walter |
2009-07-07 | Fix for FreeBSD | Stef Walter |
2009-06-18 | FreeBSD compile fixes | Stef Walter |
2009-06-18 | Ignore more built files. | Stef Walter |
2009-06-18 | Allow setting cookie name. | Stef Walter |
2009-06-18 | Implement config for shared memory. | Stef Walter |
2009-06-18 | Pass GET arguments through authentication properly. | Stef Walter |
2009-06-18 | Add ability to parse out user name from identifier, and add environment varia... | Stef Walter |
2009-06-18 | A bunch of fixes that make OpenID authentication work for the first time. | Stef Walter |
2009-06-18 | Make tests for storage, and fix problems | Stef Walter |
2009-06-18 | Complete almost all code, compiles. | Stef Walter |
2009-06-18 | A bunch of fixes toward compilation. Finish today's work. | Stef Walter |
2009-06-17 | Some coding work. Banged out generally how things will work. Nothing compiles... | Stef Walter |