Added support for AA response and assertion signatures.
[java-idp.git] / src / edu /
2004-03-17 wassaAdded support for AA response and assertion signatures.
2004-03-17 wassaBetter error message.
2004-03-16 wassaBeginning of expanded signature support. HS signing...
2004-03-16 wassaImproved HS transaction log message by adding separate...
2004-03-16 cantorMilliseconds, moron.
2004-03-16 cantorMark failed connections dead with a retry interval...
2004-03-16 cantorMake it possible to set pooling size more fully.
2004-03-15 wassaFixed NullPointer problem.
2004-03-12 wassaFix bug where passThruErrors setting was being ignored.
2004-03-12 wassaErrors from requests with invalid subjects are now...
2004-03-12 wassaCleanups.
2004-03-12 wassaCleanup.
2004-03-11 nlevittAlso set logging defaults when <Logging> is omitted.
2004-03-11 wassaRemove xsi:type from <AttributeValue/> elements. This...
2004-03-11 nlevittMinor improvements in logging setup suggested by Walter.
2004-03-11 wassaRemoved conflict with java 1.5 keyword.
2004-03-05 cantorAdded ability to constrain JDBC result set size, min...
2004-03-05 cantorClear statement parameters before new call.
2004-03-05 cantorInclude principal name in log message
2004-03-05 cantorUpped a log level.
2004-02-25 nlevittModified resolvertest to support ARPs by reading config...
2004-02-22 nlevittRemove throws clause on constructor, since it can't...
2004-02-18 nlevittRemove stray line of code. Fixes null pointer exception...
2004-02-16 nlevittConfigure logging with <Logging> element in origin...
2004-02-13 wassaRe-implemented remaining config options for HS.
2004-02-12 wassaDelay this until better use case is formed.
2004-02-10 wassaFix background thread cleanup.
2004-02-05 nlevittUpdated javadocs.
2004-02-05 wassaUpdated javadoc.
2004-02-05 wassaAdded javadoc.
2004-02-04 nlevittAdd some javadocs.
2004-02-04 wassaUpdated test to work with new config strategy.
2004-02-04 wassaCode cleanups.
2004-02-04 wassaCleanups.
2004-02-04 wassaUpdated test to work with new config strategy.
2004-02-04 wassaCode cleanups.
2004-02-04 wassaPatch from Noah. Push up refactoring for parsing of...
2004-02-04 wassaFixed ClassCastException when using Default Relying...
2004-02-04 wassaFixed a few bugs caused by the conversion away from...
2004-02-04 wassaMoved away from internal use of java Properties.
2004-01-30 wassaStarted moving from Properties config parameters to...
2004-01-30 wassaAdded default configuration for Arp Engine.
2004-01-30 wassaFix incorrect parameter parsing.
2004-01-30 wassaPulled up parser loading into a base class.
2004-01-30 wassaConverted Arp Repository Factory and ARP Repositories...
2004-01-29 wassaConvert Attribute Resolver to new config.
2004-01-29 wassaAA compiles again.
2004-01-28 wassaFurther AA conversion.
2004-01-27 wassaBegin AA refactoring for multiple Name Formats and...
2004-01-27 nlevittTransaction log for HS.
2004-01-27 wassaSAML auth method can be set by site, overriden by relyi...
2004-01-24 wassaHS now uses Name Identifier mappings based on Relying...
2004-01-24 wassaFix NullPointers when providerId is unknown.
2004-01-23 wassaFleshed out support for configuration based on Relying...
2004-01-23 wassaIf only one credential is loaded, use it as the default.
2004-01-23 wassaStarted to implement config settings based on Relying...
2004-01-23 wassaOuch! Identity providerId, not Service providerId.
2004-01-23 wassaDetect whether we are talking to a 1.1 or older target...
2004-01-22 wassaDelete stale class. Decided to use another category...
2004-01-22 wassaMore work converting to multi-federation HS.
2004-01-22 wassaUpdate to sync with interface.
2004-01-22 wassaFix namespace problems with Element.getTagName()
2004-01-22 wassaMake config data in Credentials and NameMapper work...
2004-01-22 wassaDelete stale comment.
2004-01-22 wassaDeleted uneeded class.
2004-01-22 wassaHandleServlet uses new POSTProfile method.
2004-01-22 wassaBase POST profile behavior on dynamically supplied...
2004-01-22 wassaConvert ShibPOSTProfile to use new NameIdentifier and...
2004-01-22 wassaStart to convert HS to new config.
2004-01-21 wassaAdd schema for Name Identifier Mappings and schema...
2004-01-21 wassaAdded javadoc for NameMapper classes.
2004-01-20 wassaImproved Name Mapper tests.
2004-01-20 wassaMore informative error message for JVM bug.
2004-01-20 wassaMore name mapping updates.
2004-01-16 wassaMore guts in the Name Mapping code.
2004-01-15 wassaTake out subclass stubs.
2004-01-15 wassaImplemented Mapper for NameIdentifiers.
2004-01-15 wassaAdded stubs for Name Identifier Mapping.
2003-12-11 wassaImplemented Scott's suggestions for the credential...
2003-12-11 wassaDon't error out when loading incomplete cert chain...
2003-12-11 wassaAdd support for DES encryption on OpenSSL raw format...
2003-12-10 wassaFinally got silly OpenSSL encrypted key format to load.
2003-12-10 cantorAdded a semaphore to throttle the number of active...
2003-12-10 wassaAdded some scratch code to file credential loader.
2003-12-09 wassaBaby steps...
2003-12-08 wassaStarted to add support for RSA raw encrypted keys.
2003-12-08 wassaFixed log message.
2003-12-08 wassaFile credential resolver now supports encrypted pkcs8...
2003-12-08 wassaFile credential resolver now supports encrypted pkcs8...
2003-12-08 wassaBegin to add support for encrypted pkcs8 keys to file...
2003-12-05 wassaFile Credential resolver now auto-detects format for...
2003-12-05 wassaAdd support for PEM-encoded PKCS8 format DSA keys....
2003-12-04 wassaAdded support to the file credential resolver for DSA...
2003-12-04 wassaAddes support to the file credential resolver for raw...
2003-12-04 wassaAdd support for reading PKCS8 RSA keys in PEM format.
2003-12-03 wassaAdd support to the File Credential Resolver for loading...
2003-12-02 wassaCredentials file resolver will now load rsa keys in...
2003-12-02 wassaUpdated credentials schema.
2003-11-30 cantorLog name of connector when pool fails.
2003-11-20 wassaA little more work on the credentials loader.
next