java-idp.git
2007-06-23 putmanbMoving Shibboleth constants down to java-shib-common...
2007-06-22 lajoieAdd name identifier encoders on UID example
2007-06-22 lajoieUse ShibbolethConstants class consistently (in plave...
2007-06-22 lajoieCorrect typo in constants name.
2007-06-21 lajoieClean up role descriptor discovery code some more,...
2007-06-21 lajoiePick role protocol a bit more sanely in order to keep...
2007-06-21 lajoieGet role descriptors based on SAML 1.0 or 1.1 protocol...
2007-06-21 lajoieFix orphaned closing tag
2007-06-21 lajoiefix namespace of encoder type
2007-06-21 lajoieAdd missing scope attribute to example
2007-06-20 lajoieTry explicitly setting property to not overwrite config...
2007-06-20 lajoieCreate war during install process instead of package...
2007-06-20 lajoiecomment out examples like in other files
2007-06-20 lajoieImprove example configs
2007-06-20 lajoieCheck if relying party is configured for a particular...
2007-06-20 lajoieImprove example config
2007-06-20 lajoieRemove custom directory, however extensions are done...
2007-06-20 lajoieAdd a bit of javadoc
2007-06-19 wnorrisadd spring configuration logging
2007-06-19 lajoieBug fixing - round two... now with working shib SSO
2007-06-19 lajoieFirst round of bug fixes on Shib SSO, requests properly...
2007-06-19 lajoieHook in SAML 1 goodness
2007-06-19 lajoieDon't include log4j jar in WAR (does bad things to...
2007-06-19 wnorriscreate symlink for shib-tools.sh and chmod +x. (and...
2007-06-18 lajoieFix compile time generics error
2007-06-18 lajoieDon't include schemas in WEB-INF/classes, they are...
2007-06-18 lajoieMore work on authentication handlers; should be complet...
2007-06-17 lajoieDrive relying party endpoint selection off of metadata
2007-06-16 lajoieMore work on SSO, now with basic unit tests (which...
2007-06-16 lajoieSynch up names with some running conventions
2007-06-16 lajoieLots more authentication code cleaning
2007-06-14 lajoieInitial rework of authentication code, needs logging...
2007-06-13 putmanbDoh, don't need this, already there due to java-shib...
2007-06-13 putmanbAdd Spring core jar, has dependencies needed by Spring...
2007-06-11 putmanbCleanup generic parameterization ServletRequest vs...
2007-06-10 lajoiecheck SAML versions on requests
2007-06-10 lajoieRemove lats bits of old NameID-based-on-rp-config code
2007-06-09 lajoieReworked Shib SSO profile handler
2007-06-08 lajoieConfiguration code for SAML 2 SSO profile handler
2007-06-07 lajoieMore refactoring, moving more into the abstract SAML...
2007-06-06 lajoieAdd authentication request and relying party ID
2007-06-06 lajoieFix up unit tests case
2007-06-05 lajoieNow with SAML 1 attribute query goodness (though not...
2007-06-04 lajoiesynch up resolver file with schema cleanup changes...
2007-06-04 lajoiePolicy based NameID format and assertion signing code
2007-06-04 lajoieLots of code cleanup
2007-06-01 dmorrrework saml2 authnreq handler to use a requestcontext...
2007-06-01 dmorrchange session key to the right scope
2007-06-01 dmorrd'oh. it helps if you check that we have metadata....
2007-06-01 dmorrprune unused imports
2007-06-01 dmorrin authn manager, check for null sessions and clean...
2007-05-31 dmorrdon't send an error if using artifact, clean up logging
2007-05-31 dmorrclean up the HttpSession, and send failure message...
2007-05-31 lajoieMore SAML attribute query unit test work (and related...
2007-05-30 dmorrrework saml 1 sso handler. it's cleaner and fixes a...
2007-05-30 dmorrcatch SecurityPolicyException in saml2 authnreq handler
2007-05-30 lajoieInitial attribute query test, along with bugfixes,...
2007-05-29 lajoieMissed a couple files on last checkin
2007-05-29 lajoieStart of full flow unit tests. Can be used as a templa...
2007-05-29 dmorrencode the failure response for saml 2 authnreq
2007-05-29 lajoieRemove old exception. Handlers only throw profile...
2007-05-29 dmorrmake it build again
2007-05-28 lajoieBunch o' bug fixes, all IdP configuration files now...
2007-05-27 lajoieConfiguration message encoder, decoders, and SAML2...
2007-05-22 dmorrit compiles. will do more fixes tomorrow
2007-05-22 lajoieFix schema type extension.... request dispatching...
2007-05-22 dmorrpathinfo -> requesturi, per email from chad
2007-05-22 lajoieSynch with new profile handler class hierarchy
2007-05-21 lajoieProperly build WAR and install $IDP_HOME
2007-05-21 dmorrsync up with shib-common
2007-05-20 lajoiemissed a file
2007-05-20 lajoieRemove old web pages
2007-05-20 lajoieCorrect package name and source erro
2007-05-20 lajoieInitial configuration code for profile handlers
2007-05-20 lajoieStart of schema for profile handlers
2007-05-19 lajoiemove configuration files into a conf directory (which...
2007-05-18 dmorrusername/pass auth handler - initial rev.
2007-05-18 dmorrre-eclipsify the formatting
2007-05-17 dmorrerr, set the "username" for ip address users
2007-05-16 dmorrREMOTE_USER authN handler
2007-05-16 lajoieSynch with current profile handler interfaces
2007-05-16 lajoieVersion classes for output current version
2007-05-16 lajoieIdP config schema and example
2007-05-14 dmorrcidr-enabled ip addr authn handler
2007-05-13 lajoieMore work on profile handlers, still have some more...
2007-05-07 dmorrcompile fixes for saml2 authnreq
2007-05-03 lajoieLots of profile request dispatcher work:
2007-04-24 lajoieOverwrite existing code
2007-04-23 lajoieFix generic type problem
2007-04-23 lajoieLots o' profile handler refactoring
2007-04-20 dmorrfixes for saml 2 authnreq
2007-04-20 dmorrmore fixes
2007-04-20 dfisherMoved issuer and destination into the response context.
2007-04-19 dfisherRenamed AttributeQuery to AbstractAttributeQuery.
2007-04-19 dfisherAdded a providerId getter as a convenience.
2007-04-19 dfisherCommented out XMLBuilder code for now so AttributeQuery...
2007-04-17 lajoieremove generic encoding/decoding methods
2007-04-17 lajoieUpdate to use new profile handler code.
2007-04-16 dmorrfixes
2007-04-12 lajoieremove encoding and decoding related items from request...
next