- 23 Jul, 2018 7 commits
-
-
ale authored
-
ale authored
-
ale authored
This allows for the package to be properly installed by pip (and a standalone python setup.py install), otherwise the distutils build stage won't see the swig-generated file. There are probably better solutions to this issue.
-
ale authored
-
ale authored
-
ale authored
-
ale authored
-
- 18 Feb, 2018 5 commits
- 17 Feb, 2018 4 commits
- 16 Feb, 2018 6 commits
-
-
ale authored
-
ale authored
-
ale authored
-
ale authored
The SSO_LIBS variable was undefined.
-
ale authored
-
ale authored
The cookie parser wasn't checking for an equal sign after the cookie name. Add tests for it. The call to sso_validate in mod_sso_check_user_id wasn't using the right sso_service variable, causing service autodetection to fail.
-
- 15 Feb, 2018 1 commit
-
-
ale authored
-
- 10 Feb, 2018 1 commit
-
-
ale authored
We were using the wrong 'service' variable. Added a test to detect this situation.
-
- 09 Feb, 2018 1 commit
-
-
ale authored
The output is now slightly more readable. Set the DUMP_APACHE_LOG environment variable to 1 to dump the apache2 logs after each test.
-
- 23 Jan, 2018 12 commits
-
-
ale authored
Makes it easy for web applications to retrieve the original SSO ticket.
-
ale authored
-
ale authored
Along with a minor refactoring of the test driver to support a second Apache test file with a different configuration.
-
ale authored
-
ale authored
-
ale authored
This change enables nonce support in mod_sso (first attempt).
-
ale authored
-
ale authored
-
ale authored
The new HTTP query parameter 'n' is used to receive a unique nonce from the authentication endpoint and store it in the generated ticket.
-
ale authored
Still not using nonces, but fix the build.
-
ale authored
-
ale authored
This allows passing information from the authenticated endpoint to the IDP and back. The ticket version number has been bumped as it is a backwards incompatible change.
-
- 19 Jan, 2018 1 commit
-
-
ale authored
-
- 30 Jul, 2017 1 commit
-
-
ale authored
-
- 05 Jul, 2017 1 commit
-
-
godog authored
-