java-idp.git
2007-08-22 lajoieset WAR name in install properties, not build properties
2007-08-22 lajoieCorrect namespace of credential elements
2007-08-22 lajoieInit OpenSAML lib via default bootstrapper
2007-08-21 lajoieFixup artifact decoders
2007-08-19 lajoieImplement stubbed out Artifact encoders and decoders
2007-08-19 putmanbAdd Shib metadata extensions config file to Spring...
2007-08-19 putmanbCall the security utility code that preps a signature...
2007-08-18 lajoieSAML v1 artifact request endpoint
2007-08-18 lajoieSAML v2 artifact resolver endpoint
2007-08-18 lajoieCode clean up
2007-08-14 lajoieFinish synch up with OpenSAML stack message context...
2007-08-13 lajoieAdditional work on reconciling generics between type...
2007-08-13 lajoieMostly synched with OpenSAML changes
2007-08-03 lajoieRemove in-config logging configuration elements and...
2007-08-02 lajoieAdditional configuration for Username/Password authenti...
2007-07-30 lajoieMake services first order constructs
2007-07-28 lajoiesave... then commit
2007-07-28 lajoieJAAS based username/password authentication
2007-07-25 lajoieCarry subjects, created during authentication, as AuthN...
2007-07-16 lajoieRenamed URL metadata providers to HTTP metadata provide...
2007-07-13 cantorUpdated credits.
2007-07-13 lajoiepolish up default configs for alpha release
2007-07-13 lajoieStop using build-date as version number
2007-07-12 lajoiesigh... actually *setting* the value tends to keep...
2007-07-12 lajoietemp logging of relay state before and after transfer...
2007-07-12 lajoieNow actually set relay state...
2007-07-12 lajoieExtract information from decoders and store in requests...
2007-07-11 lajoieAdding logging message that describes which decoding...
2007-07-11 lajoieMinor checkstyle cleanups
2007-07-11 lajoieImplement no attribute push more effeciently
2007-07-11 lajoiefix order problem that caused name identifier construct...
2007-07-11 lajoiecomment typo fix
2007-07-11 lajoieLog errors
2007-07-11 lajoieAdd initial (ineffecient) support for flag to turn...
2007-07-11 lajoietry again
2007-07-11 lajoiefix stupid generics error
2007-07-11 lajoieDeal with selecting relying party endpoint sooner and...
2007-07-10 lajoieChecked for null format in wrong place
2007-07-10 lajoieAllow for a NameIDPolicy without a specified format
2007-07-10 lajoieProperly detect if incoming request is an attribute...
2007-07-10 lajoieproperly extract authentication methods at context...
2007-07-10 lajoieincorrect check for authenticated user
2007-07-10 lajoieset authentication instant when user authenticates...
2007-07-09 lajoiePopulate relay state in outgoing messages
2007-07-08 lajoieLog released attributes
2007-07-08 lajoieAdd support for an explicit set of outgoing bindings
2007-07-04 lajoieclean up some code
2007-07-03 lajoieProperly set subject locality
2007-07-03 lajoieMark as bearer confirmation, not sender vouches
2007-07-03 lajoiefetch attributes so that the name ID can be constructed...
2007-07-03 lajoieCheck for authenticated use by principal name
2007-07-03 lajoieinappropriate check for null decoder
2007-07-03 lajoieallow message decoder to be null as is the case in...
2007-07-03 lajoieoopss, actually need to set the endpoint on the encoder...
2007-07-03 lajoieAdd role information
2007-07-03 lajoieRedirect, not forward, to remote user authentication...
2007-07-03 lajoieAdd some logging
2007-07-03 lajoieoopss, forgot to save first
2007-07-03 lajoieFlesh out security constraints a bit more
2007-07-03 lajoieRemove concept of "category" from attribute encoders.
2007-07-02 lajoieUser *asserting* party ID as issuer of messages, not...
2007-07-02 lajoiePopulate subject locality info from configuration or...
2007-06-28 lajoieAdd a few logging messages
2007-06-28 lajoieMake status codes QNames
2007-06-28 lajoieDeclare tempalting engine used by LDAP and RDMBS connectors
2007-06-27 lajoieMistakenly used SAML 1 query as top level request eleme...
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...
next