Remove extra eol from log stream.
[shibboleth/cpp-opensaml.git] / samltest /
2008-02-01 Scott CantorMulti-line svn commit, see body.
2007-11-08 Scott CantorCollapse entity/role lookup in metadata API.
2007-10-17 Scott CantorMulti-line svn commit, see body.
2007-09-17 Scott CantorMulti-line svn commit, see body.
2007-09-10 Scott CantorAdd samlsign to project.
2007-08-30 Scott CantorMulti-line svn commit, see body.
2007-08-09 Scott CantorMulti-line svn commit, see body.
2007-07-11 Scott CantorParameterize config namespace for message plugins.
2007-06-12 Scott CantorRefactor signature engines.
2007-06-09 Scott CantorAdding ignores.
2007-05-25 Scott CantorMove artifact generation to a per-instance parameter.
2007-05-25 Scott CantorSwitch encoders to metadata-based recipient parameter.
2007-05-19 Scott CantorMoved request/response APIs out.
2007-05-12 Scott CantorMore Sun warnings.
2007-05-11 Scott CantorHeader and STL fixes.
2007-04-26 Scott CantorFix comments, add a missing const.
2007-04-26 Scott CantorChecked in test by accident.
2007-04-20 Scott CantorMulti-line svn commit, see body.
2007-04-19 Scott CantorRemove hardcoded Perl path.
2007-04-18 Scott CantorStop defaulting in xercesc namespace.
2007-04-10 Scott CantorActivate tree walk for prefix inclusion (requires xmlse...
2007-04-09 Scott CantorSettable digest algorithm, enhanced prefix handling...
2007-03-30 Scott CantorRework observer constness, fix SOAP client virtual...
2007-03-26 Scott CantorMajor revamp of credential and trust handling code...
2007-03-17 Scott CantorFix tests to check for new exception type.
2007-03-08 Scott CantorMoved URLEncoder down to tooling lib, added exception...
2007-03-05 Scott CantorAdded marker interface for assertion types.
2007-03-02 Scott CantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-12 Scott CantorFixes to SOAP clients
2007-02-09 Scott CantorShorten "built-in" plugin types.
2007-02-02 Scott CantorUpdate copyright.
2007-01-13 Scott CantorMore default methods.
2007-01-12 Scott CantorRenamed setHeader to avoid collision.
2007-01-12 Scott CantorPromoted isSecure.
2007-01-10 Scott CantorAdd some addtl methods.
2007-01-03 Scott CantorLayered basic metadata plugin on top of new base class.
2006-12-27 Scott CantorPass KeyResolver into PKIX layer.
2006-12-12 Scott CantorShift policy responsibility to ArtifactResolver, make...
2006-12-12 Scott CantorRevert to exception-based policy errors, add "secure...
2006-12-12 Scott CantorPolicy rule redesign for factor out issuer handling.
2006-12-01 Scott CantorRenamed XML library.
2006-11-27 Scott CantorRefined ElementProxy/ElementExtensible interfaces to...
2006-11-27 Scott CantorTest RetrievalMethod local references.
2006-11-18 Scott CantorMerged trust engines back into a unified version, made...
2006-11-12 Scott CantorFirst SOAP encoder.
2006-11-09 Scott CantorMoved dest. check back to decoders, policy API changes.
2006-11-07 Scott CantorAdd simple signing support for POST binding.
2006-11-07 Scott CantorRaw signature trust support, Redirect binding, "simple...
2006-11-07 Scott CantorChanged "virtual" URL to match between bindings.
2006-11-03 Scott CantorRevamped binding classes with security policy layer.
2006-10-23 Scott CantorReplace "trusted" output flag with security mech ID.
2006-10-23 Scott CantorRemoved unnecessary class from string literals.
2006-10-19 Scott CantorRevamped encoders to produce the actual HTTP responses.
2006-10-13 Scott CantorMoved/renamed binding constants.
2006-10-13 Scott CantorFix linefeeds
2006-10-12 Scott CantorRemoved ChildlessElement class references, ensure Compl...
2006-10-11 Scott CantorSAML 2 Artifact decoder/test, with some API adjustments.
2006-10-09 Scott CantorMoved ReplayCache into xmltooling
2006-10-09 Scott Cantor1.x Artifact decoder, unit test.
2006-10-09 Scott Cantor1.x Artifact decoder, unit test.
2006-10-06 Scott Cantor2.0 POST binding and test
2006-10-05 Scott CantorUnit test for 1.x POST binding, plus fixes.
2006-09-27 Scott CantorMoved URLEncoder into separate header, made it a global...
2006-09-27 Scott CantorClean up protocol abstract type classes (need proper...
2006-09-26 Scott CantorMessageEncoder, ArtifactMap, and SAML 1.x encoder classes.
2006-09-15 Scott CantorMoved artifact source code into binding folders.
2006-09-08 Scott CantorSync up ID attribute handling to latest tooling changes.
2006-09-06 Scott CantorAllow for use as XMLTooling extension, clean up some...
2006-09-04 Scott CantorMigrate to xmlsec 1.3 release, shrink a few headers.
2006-08-31 Scott CantorRevise boolean attribute methods to handle defaults.
2006-08-25 Scott CantorDon't want generated source checked in.
2006-08-25 Scott CantorDon't want generated source checked in.
2006-08-25 Scott CantorPKIX TrustEngine.
2006-08-21 Scott CantorSAML TrustEngine wrappers, ExplicitKeyTrustEngine plugin.
2006-08-14 Scott CantorMissing test
2006-08-13 Scott CantorAdd signature-checking metadata filter.
2006-08-13 Scott CantorMake sure to validate unmarshalled copy.
2006-08-03 Scott CantorImplement metadata lookup by artifact, refactored metad...
2006-08-01 Scott CantorSAML 2.0 artifact bits plus tests
2006-07-26 Scott CantorReplace custom code with CredentialResolver.
2006-07-24 Scott CantorFixed warning, added tests to Windows project.
2006-07-22 Brent PutmanSAML 2.0 Core Assertion namespace unit tests.
2006-07-16 Scott CantorMetadata filters, filter auto-registration, and unit...
2006-07-12 Scott CantorPort Java provider API, fix to protocol support check.
2006-07-12 Scott CantorRemoved ValidatingXMLObject interface and implementatio...
2006-07-11 Brent PutmanMulti-line svn commit, see body.
2006-07-11 Scott CantorDisable deprecation warnings, add more SAML tests.
2006-07-06 Brent PutmanMulti-line svn commit, see body.
2006-07-03 Scott CantorReworked int/bool attribute handling.
2006-06-29 Brent PutmanAdd more elements to control XML.
2006-06-29 Brent PutmanAdd a couple of missing control XML files for unit...
2006-06-29 Brent PutmanAdd overloaded assertEquals() for testing XMLCh* string...
2006-06-26 Brent PutmanImport SAML2 Core control XML files for unit tests.
2006-06-23 Scott CantorAdd SAML 2 signed assertion test.
2006-06-23 Scott CantorRefactor some tests.
2006-06-19 Scott CantorFirst metadata check-in, misc. fixes.
2006-05-30 Scott CantorCompleted 2.0 assertions schema classes.
2006-05-25 Scott CantorMakefile fixes, macro fix
2006-05-22 Scott CantorUse xmltooling SignatureValidator in tests.
2006-05-21 Scott CantorAdditional signature tests, including nesting.
next