2007-06-22 |
lajoie | Correct typo in constants name.
|
commit | commitdiff | tree |
2007-06-21 |
lajoie | Clean up role descriptor discovery code some more,...
|
commit | commitdiff | tree |
2007-06-21 |
lajoie | Pick role protocol a bit more sanely in order to keep...
|
commit | commitdiff | tree |
2007-06-21 |
lajoie | Get role descriptors based on SAML 1.0 or 1.1 protocol...
|
commit | commitdiff | tree |
2007-06-21 |
lajoie | Fix orphaned closing tag
|
commit | commitdiff | tree |
2007-06-21 |
lajoie | fix namespace of encoder type
|
commit | commitdiff | tree |
2007-06-21 |
lajoie | Add missing scope attribute to example
|
commit | commitdiff | tree |
2007-06-20 |
lajoie | Try explicitly setting property to not overwrite configs...
|
commit | commitdiff | tree |
2007-06-20 |
lajoie | Create war during install process instead of package...
|
commit | commitdiff | tree |
2007-06-20 |
lajoie | comment out examples like in other files
|
commit | commitdiff | tree |
2007-06-20 |
lajoie | Improve example configs
|
commit | commitdiff | tree |
2007-06-20 |
lajoie | Check if relying party is configured for a particular...
|
commit | commitdiff | tree |
2007-06-20 |
lajoie | Improve example config
|
commit | commitdiff | tree |
2007-06-20 |
lajoie | Remove custom directory, however extensions are done...
|
commit | commitdiff | tree |
2007-06-20 |
lajoie | Add a bit of javadoc
|
commit | commitdiff | tree |
2007-06-19 |
lajoie | Bug fixing - round two... now with working shib SSO
|
commit | commitdiff | tree |
2007-06-19 |
lajoie | First round of bug fixes on Shib SSO, requests properly...
|
commit | commitdiff | tree |
2007-06-19 |
lajoie | Hook in SAML 1 goodness
|
commit | commitdiff | tree |
2007-06-19 |
lajoie | Don't include log4j jar in WAR (does bad things to...
|
commit | commitdiff | tree |
2007-06-18 |
lajoie | Fix compile time generics error
|
commit | commitdiff | tree |
2007-06-18 |
lajoie | Don't include schemas in WEB-INF/classes, they are...
|
commit | commitdiff | tree |
2007-06-18 |
lajoie | More work on authentication handlers; should be complete...
|
commit | commitdiff | tree |
2007-06-17 |
lajoie | Drive relying party endpoint selection off of metadata
|
commit | commitdiff | tree |
2007-06-16 |
lajoie | More work on SSO, now with basic unit tests (which...
|
commit | commitdiff | tree |
2007-06-16 |
lajoie | Synch up names with some running conventions
|
commit | commitdiff | tree |
2007-06-16 |
lajoie | Lots more authentication code cleaning
|
commit | commitdiff | tree |
2007-06-14 |
lajoie | Initial rework of authentication code, needs logging...
|
commit | commitdiff | tree |
2007-06-10 |
lajoie | check SAML versions on requests
|
commit | commitdiff | tree |
2007-06-10 |
lajoie | Remove lats bits of old NameID-based-on-rp-config code
|
commit | commitdiff | tree |
2007-06-09 |
lajoie | Reworked Shib SSO profile handler
|
commit | commitdiff | tree |
2007-06-08 |
lajoie | Configuration code for SAML 2 SSO profile handler
|
commit | commitdiff | tree |
2007-06-07 |
lajoie | More refactoring, moving more into the abstract SAML...
|
commit | commitdiff | tree |
2007-06-06 |
lajoie | Add authentication request and relying party ID
|
commit | commitdiff | tree |
2007-06-06 |
lajoie | Fix up unit tests case
|
commit | commitdiff | tree |
2007-06-05 |
lajoie | Now with SAML 1 attribute query goodness (though not...
|
commit | commitdiff | tree |
2007-06-04 |
lajoie | synch up resolver file with schema cleanup changes...
|
commit | commitdiff | tree |
2007-06-04 |
lajoie | Policy based NameID format and assertion signing code
|
commit | commitdiff | tree |
2007-06-04 |
lajoie | Lots of code cleanup
|
commit | commitdiff | tree |
2007-05-31 |
lajoie | More SAML attribute query unit test work (and related...
|
commit | commitdiff | tree |
2007-05-30 |
lajoie | Initial attribute query test, along with bugfixes,...
|
commit | commitdiff | tree |
2007-05-29 |
lajoie | Missed a couple files on last checkin
|
commit | commitdiff | tree |
2007-05-29 |
lajoie | Start of full flow unit tests. Can be used as a template...
|
commit | commitdiff | tree |
2007-05-29 |
lajoie | Remove old exception. Handlers only throw profile...
|
commit | commitdiff | tree |
2007-05-28 |
lajoie | Bunch o' bug fixes, all IdP configuration files now...
|
commit | commitdiff | tree |
2007-05-27 |
lajoie | Configuration message encoder, decoders, and SAML2...
|
commit | commitdiff | tree |
2007-05-22 |
lajoie | Fix schema type extension.... request dispatching...
|
commit | commitdiff | tree |
2007-05-22 |
lajoie | Synch with new profile handler class hierarchy
|
commit | commitdiff | tree |
2007-05-21 |
lajoie | Properly build WAR and install $IDP_HOME
|
commit | commitdiff | tree |
2007-05-20 |
lajoie | missed a file
|
commit | commitdiff | tree |
2007-05-20 |
lajoie | Remove old web pages
|
commit | commitdiff | tree |
2007-05-20 |
lajoie | Correct package name and source erro
|
commit | commitdiff | tree |
2007-05-20 |
lajoie | Initial configuration code for profile handlers
|
commit | commitdiff | tree |
2007-05-20 |
lajoie | Start of schema for profile handlers
|
commit | commitdiff | tree |
2007-05-19 |
lajoie | move configuration files into a conf directory (which...
|
commit | commitdiff | tree |
2007-05-16 |
lajoie | Synch with current profile handler interfaces
|
commit | commitdiff | tree |
2007-05-16 |
lajoie | Version classes for output current version
|
commit | commitdiff | tree |
2007-05-16 |
lajoie | IdP config schema and example
|
commit | commitdiff | tree |
2007-05-13 |
lajoie | More work on profile handlers, still have some more...
|
commit | commitdiff | tree |
2007-05-03 |
lajoie | Lots of profile request dispatcher work:
|
commit | commitdiff | tree |
2007-04-24 |
lajoie | Overwrite existing code
|
commit | commitdiff | tree |
2007-04-23 |
lajoie | Fix generic type problem
|
commit | commitdiff | tree |
2007-04-23 |
lajoie | Lots o' profile handler refactoring
|
commit | commitdiff | tree |
2007-04-17 |
lajoie | remove generic encoding/decoding methods
|
commit | commitdiff | tree |
2007-04-17 |
lajoie | Update to use new profile handler code.
|
commit | commitdiff | tree |
2007-04-12 |
lajoie | remove encoding and decoding related items from request...
|
commit | commitdiff | tree |
2007-04-12 |
lajoie | Remove old directories
|
commit | commitdiff | tree |
2007-04-11 |
lajoie | Begin fleshing out request/response profile objects
|
commit | commitdiff | tree |
2007-04-11 |
lajoie | Dump remaining old code
|
commit | commitdiff | tree |
2007-04-03 |
lajoie | Create parser pool interface and move current pool...
|
commit | commitdiff | tree |
2007-03-09 |
lajoie | fix build lib location
|
commit | commitdiff | tree |
2007-03-09 |
lajoie | add build properties
|
commit | commitdiff | tree |
2007-03-07 |
lajoie | Dump some old code
|
commit | commitdiff | tree |
2007-02-19 |
lajoie | Flesh out some session management interfaces
|
commit | commitdiff | tree |
2007-02-12 |
lajoie | Remove old classes
|
commit | commitdiff | tree |
2007-02-11 |
lajoie | Dump extkeytool
|
commit | commitdiff | tree |
2007-02-11 |
lajoie | Fix up library versions and classpath
|
commit | commitdiff | tree |
2007-02-08 |
lajoie | Clean up and align project settings
|
commit | commitdiff | tree |
2007-02-05 |
lajoie | Start of 2.0 idp config
|
commit | commitdiff | tree |
2007-02-05 |
lajoie | Metadata code moved to shib-common
|
commit | commitdiff | tree |
2007-01-28 |
lajoie | Attribute resolution code moved to shib common
|
commit | commitdiff | tree |
2007-01-28 |
lajoie | Remove old cvs ignore file
|
commit | commitdiff | tree |
2007-01-28 |
lajoie | Align project layout and build files (round 1)
|
commit | commitdiff | tree |
2007-01-24 |
lajoie | change copyright year
|
commit | commitdiff | tree |
2007-01-24 |
lajoie | Very basic request distpatching functionality
|
commit | commitdiff | tree |
2006-12-11 |
lajoie | Remove code moved to shib-common
|
commit | commitdiff | tree |
2006-12-11 |
lajoie | Remove code moved to shib-common
|
commit | commitdiff | tree |
2006-12-11 |
lajoie | Tweak checkstyle rules slightly. Increase cyclomatic...
|
commit | commitdiff | tree |
2006-12-06 |
lajoie | Added checkstyle
|
commit | commitdiff | tree |
2006-11-24 |
lajoie | Add logout method
|
commit | commitdiff | tree |
2006-11-19 |
lajoie | align project and repository names
|
commit | commitdiff | tree |
2006-11-16 |
lajoie | Move to using code and libs in shib-common
|
commit | commitdiff | tree |
2006-11-13 |
lajoie | Updated web.xml with Spring goodies
|
commit | commitdiff | tree |
2006-11-12 |
lajoie | Listener for user session timeouts
|
commit | commitdiff | tree |
2006-11-12 |
lajoie | Few more Spring libs
|
commit | commitdiff | tree |
2006-11-12 |
lajoie | Added Spring 2 jars, remove duplicate jars
|
commit | commitdiff | tree |
2006-11-12 |
lajoie | Artifact code and metadata tool moved to OpenSAML
|
commit | commitdiff | tree |
2006-11-12 |
lajoie | Stubs for SAML 1, 2, Shib 1, and ADFS profile handlers
|
commit | commitdiff | tree |
2006-11-12 |
lajoie | Initial session classes
|
commit | commitdiff | tree |
2006-11-12 |
lajoie | Custom formatting and documentation rules
|
commit | commitdiff | tree |
2006-11-10 |
lajoie | Remove supported context, move this to authentication...
|
commit | commitdiff | tree |
next |