java-idp.git
2005-01-27 gilbertReplace DOMParser with calls to pool or helper class.
2005-01-27 gilbertUse JAXP 1.3 for all XML services. Create Schema objects.
2005-01-27 gilbertOpenSAML changes for JAXP 1.3
2005-01-27 gilbertSun Java 1.5 XML libraries packaged for earlier JDK's
2005-01-27 wassaAdded ARP match functions for string and regular expres...
2005-01-26 wassaAdded support for starttls and sasl EXTERNAL authentica...
2005-01-26 wassaResolver Test program should exit when the attribute...
2005-01-25 wassaAdded the old example keystore back into the test conf...
2005-01-21 wassaWhen the IdP is in DEBUG mode, dump SAML requests to...
2005-01-21 wassaOops. Forgot to update the usage message.
2005-01-21 wassaAdd --debug switch to MetaDataTool that alters the...
2005-01-21 wassaRemoved references to LOGCONFIG env variables that...
2005-01-11 wassaUnifed NameMapper and HSNameMapper interfaces for use...
2005-01-11 wassaImport the eAuth subject plugin into HEAD.
2005-01-11 wassaImport SAML 1.0 to 1.1 conversion filter from eAuth...
2005-01-10 wassaMoved a bunch of the EAuth SSO functionality into the...
2005-01-09 wassaRationalized support for artifact lookup in the union...
2005-01-09 wassaRev' opensaml version to take advantange of atifact...
2005-01-09 wassaA little more work on the attribute query portion of...
2005-01-06 wassaIntegrated more of the AA functionality into the unifie...
2005-01-06 wassaImported the beginnings of a unified SAML responder...
2005-01-06 wassaChecked in the latest build of the shib-filter project...
2005-01-04 cantorMinimal support for importing DES/DES3 keys.
2005-01-04 wassaFixed incorrect unit test and corresponding bug in...
2004-12-21 wassaFixed incorrect error message in ARP tests.
2004-12-03 wassaAdded xbean libraries to the eclipse configuration...
2004-11-22 wassaThanks to Bizti for their public domain utility class.
2004-11-22 wassaThanks to Derek for a patch.
2004-11-22 wassaSee Bugzilla #182.
2004-11-19 wassaAdded option to Simple Attribute Definition PlugIn...
2004-11-19 wassaAdd a configuration option to the Simple Attribute...
2004-11-19 wassaFor Sun's JNDI ldap provider, add the dn of returned...
2004-11-19 wassaImproved error message for malformed property values...
2004-11-18 wassaBetter error message for bad properties on jndi data...
2004-11-10 gilbertSupport SHIRE function as part of the Filter
2004-11-10 wassaSynch'd from 1.2. (Fixed ClassCastException when SAML...
2004-11-10 wassaAdding a patched XML-Security initialization class...
2004-11-10 wassaClarified the fact that only one <Logging/> element...
2004-11-02 cantorTweaks for 1.2.1
2004-10-29 gilbertchange .target to .serviceprovider
2004-10-29 gilbertAdd SAML to thead log, fix error page url
2004-10-29 gilbertSession must be created before Response is committed
2004-10-28 gilbertAn Ant target for a developer version of origin+sp...
2004-10-28 gilbertWEB-INF/web.xml for combined origin and target
2004-10-28 gilbertError pages moved to Web Server directory
2004-10-28 gilbertXML Bean libraries
2004-10-28 gilbertSP schemas
2004-10-28 gilbert*** empty log message ***
2004-10-28 gilbertBuilt in pluggable for Trust XML
2004-10-28 gilbertBuilt in pluggable for FederationProvider XML
2004-10-28 gilbertBuilt-in pluggable for AAP XML
2004-10-28 gilbertCalls SAML to process Authentication POST data
2004-10-28 gilbertCalls SAMLBinding to get attributes from AA
2004-10-28 gilbertCreate, delete, update Session objects
2004-10-28 gilbertInterface to be implemented by any code to persist
2004-10-28 gilbertHold Authentication and Attribute statements for a...
2004-10-28 gilbertInitialize SP when it is running in a Servlet Container
2004-10-28 gilbertGlobal object for Service Provider data and configuration
2004-10-28 gilbertParse Service Provider configuration files
2004-10-28 gilbertPluggable to handle SAML 2.0 standard Metadata file
2004-10-28 gilbertPrototype per-request global (thread local) object
2004-10-28 gilbertInterface implemented by all pluggables
2004-10-28 gilbertInterface implemented by Trust pluggables
2004-10-28 gilbertFeed shibboleth.xml configuration data to Filter
2004-10-28 gilbertServlet to process Authentication POST from HS
2004-10-28 gilbertStatic class calls ShibBinding to get attributes from AA
2004-10-28 gilbertXML Bean libraries
2004-10-28 gilbertPrototype thread local (per request) object.
2004-10-28 gilbertInterface for every pluggable component
2004-10-28 gilbertInterface implemented by Trust pluggable
2004-10-28 gilbertFeed shibboleth.xml configuration data across contexts...
2004-10-28 gilbertProcess Authentication POST
2004-10-28 gilbertStatic class, calls ShibBinding to get attributes from AA
2004-10-28 gilbertSynch with later SAML 2.0 spec
2004-10-28 gilbertAdd SP role interfaces, sync with latest SAML 2.0 spec
2004-10-28 gilbertAdd constant schema names and other strings
2004-10-28 gilbertDefault resources from WEB-INF by choosing a class
2004-10-28 gilbertAttributeRule interface for objects returned by AAP
2004-10-28 gilbertAAP interface to be implemented by any AAP pluggable
2004-10-28 gilbertLog4J Appender to create per-request logs
2004-10-28 gilbertPartial Service Provider configuration files
2004-10-26 wassaJUnit totally saved our butts here. Fixed a stupid...
2004-10-11 wassaIgnore case when mapping sourceName to the attribute...
2004-10-11 wassaRetain order of attribute and connector dependencies...
2004-10-11 wassaRetain order of values during attribute resolution...
2004-10-08 wassaRev'd commons pool and dbcp libs.
2004-10-05 wassaAdded value handler for base 64 encoding byte arrays.
2004-10-01 wassaChange from string reference comparison to equals(...
2004-09-18 wassaMoved name qualifer checking from the AA servlet into...
2004-09-18 wassaMove hard-coded test principal into its own NameIdentif...
2004-09-15 wassaFixed a bug that prevented the HS from supporting multi...
2004-09-08 wassaCleanups.
2004-09-08 wassaMake sure we close the inputstream when loading credent...
2004-09-08 wassaFixed leaking file descriptors for file:// based URL...
2004-09-03 wassaBypass testing for a private key/public key match if...
2004-08-22 cantorFix to Site definition
2004-08-04 cantorCorrected error messages.
2004-08-04 cantorHad wrong lib directory.
2004-07-01 wassaGive a better error message when custom data connectors...
2004-07-01 cantorUpdating Xerces to same version used elsewhere in project
next