Add linefeeds to log, add logging of additional inbound messages.
[shibboleth/opensaml2.git] / saml / saml2 / binding / impl / SAML2ArtifactEncoder.cpp
2007-11-20 cantorAdd linefeeds to log, add logging of additional inbound...
2007-11-20 cantorLog outbound XML in msg encoders.
2007-07-31 cantorConvert logging to log4shib via compile time switch.
2007-07-11 cantorParameterize config namespace for message plugins.
2007-07-05 cantorHack around namespaces for built-in properties.
2007-05-26 cantorFix bug when sending requests.
2007-05-25 cantorMove artifact generation to a per-instance parameter.
2007-05-25 cantorSwitch encoders to metadata-based recipient parameter.
2007-05-25 cantorSeparate property flag for POST vs GET
2007-05-19 cantorMoved request/response APIs out.
2007-04-15 cantorHandle empty string in relay state.
2007-04-09 cantorSettable digest algorithm, enhanced prefix handling...
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-03-08 cantorMoved URLEncoder down to tooling lib, added exception...
2007-03-06 cantorCollapse unneeded header files.
2007-02-02 cantorUpdate copyright.
2006-12-20 cantorVirtualize template parameters.
2006-11-12 cantorFirst SOAP encoder.
2006-11-03 cantorRevamped binding classes with security policy layer.
2006-10-19 cantorRevamped encoders to produce the actual HTTP responses.
2006-09-27 cantorMoved URLEncoder into separate header, made it a global...
2006-09-27 cantorFactor out XML signing code, add SAML 2 Artifact/POST