Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements CASValidateRedirectTicket to allow skipping 302 redirect after ticket validation #51

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4681337
Squashed commit of the following:
jgoguen Sep 25, 2012
4b05664
Merge from jasig/mod_auth_cas master
jgoguen Sep 25, 2012
a9ad309
Allow attrs to be set in headers even if CASAuthNHeader is not set
Oct 2, 2012
91ea32c
Merge remote-tracking branch 'forsetti/CASAuthNHeaderFix'
jgoguen Oct 10, 2012
5751202
Keep ticket for proxied backend services
Oct 8, 2012
9cc9f9f
added CASValidateRedirectTicket Parameter to allow bypassing the 302 …
ruckc Jan 14, 2013
cad48bb
fix README to show CASValidateRedirectTicket in directory/.htaccess s…
ruckc Jan 14, 2013
6e84455
Cherry-pick 485378eb5c5ea41bcd6ddedfe85de9bc635664ef
serac Oct 9, 2012
a5fbd47
Ignore Eclipse project files
Jun 4, 2013
268fe3c
When parsing XML, don't assume the document structure is fixed
PaulSD Jun 25, 2013
2bf874e
Improve readability (per pames' comments)
PaulSD Jun 25, 2013
9c6b005
Fixed detection of apxs (and apr-1-config) in configure.ac
Jul 7, 2013
76221b2
Add 'pretty' make target as first step toward enforcing code style
Jul 7, 2013
ceb8378
Minor cleanup, removing errant 'i' in mod_auth_cas.c:1474
Jul 7, 2013
6966895
Fixed baseclean target in Makefile.am, and other clean targets in all…
Jul 7, 2013
dce1caa
Updated auto* artifacts
Jul 7, 2013
76d9321
Fixed 'pretty' make target
Jul 7, 2013
f960c46
Fixed 'pretty' make target
Jul 7, 2013
51c0520
Squashed commit of the following:
jgoguen Sep 25, 2012
7c55dc4
Fix infinite redirect loop.
bnoordhuis Mar 28, 2011
0c557d9
Remove invalid CAS cache files
Jul 17, 2013
eab8cda
Cherry-pick 9cc9f9fa07c2f9154b6c63494631420b8adbdadf and cad48bbec0b8…
Jul 25, 2013
3f9d937
Merge branch 'master' of github.com:Jasig/mod_auth_cas
ruckc Aug 6, 2013
3a1c684
Merge branch 'master' of github.com:jgoguen/mod_auth_cas
ruckc Aug 6, 2013
bcaa95d
autoreconf'd to compile on RHEL6
ruckc Aug 6, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ tests/mactest
tests/check_mac
tests/*.gcda
tests/*.gcno
/.settings
.project
.DS_Store
.cproject
Loading