shibboleth/cpp-opensaml.git
2007-07-31 Scott CantorConvert logging to log4shib via compile time switch.
2007-07-25 Scott CantorRecipient/Destination checks were including query string.
2007-07-14 Scott CantorSecond alpha 2.0-alpha2
2007-07-11 Scott CantorParameterize config namespace for message plugins.
2007-07-10 Scott CantorAnnotate exceptions with status information.
2007-07-09 Scott CantorAlways throw a descriptive exception instead of returni...
2007-07-06 Scott CantorEnable logging of SAML errors without making them fatal.
2007-07-05 Scott CantorHack around namespaces for built-in properties.
2007-07-03 Scott CantorExpose a "user agent present" property.
2007-06-28 Scott CantorExpose detection of duplicate insertions.
2007-06-22 Scott CantorRegister NullSecurity rule. 2.0-alpha1
2007-06-12 Scott CantorExclude tests from package.
2007-06-12 Scott CantorRefactor signature engines.
2007-06-11 Scott CantorAdd operation into artifact map to get relying party.
2007-06-09 Scott CantorAdding ignores.
2007-06-06 Scott CantorSet storage context for DOM constructed map.
2007-05-31 Scott CantorFix sed command
2007-05-31 Scott CantorTemplate fixes
2007-05-31 Scott CantorCGI parser wasn't being used inside the library.
2007-05-31 Scott CantorCGI parser wasn't being used inside the library.
2007-05-28 Scott CantorAdd URI binding constant.
2007-05-26 Scott CantorFix bug when sending requests.
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-25 Scott CantorSeparate property flag for POST vs GET
2007-05-21 Scott CantorMove ReplayCache and StorageService APIs to full build...
2007-05-19 Scott CantorMoved request/response APIs out.
2007-05-12 Scott CantorMore Sun warnings.
2007-05-12 Scott CantorReduce special handling of doc/schemas for install...
2007-05-12 Scott CantorClean up doc/schema makefiles.
2007-05-12 Scott CantorAdd doc to Makefile set.
2007-05-12 Scott CantorDo doc install since dist will include them.
2007-05-12 Scott CantorStrip out svn folder.
2007-05-12 Scott CantorUpdate thread config macro, add openssl headers to...
2007-05-11 Scott CantorHeader and STL fixes.
2007-05-11 Scott CantorMulti-line svn commit, see body.
2007-05-11 Scott CantorCorrected makefile name
2007-05-11 Scott CantorTry to patch around Sun compiler bug.
2007-05-08 Scott CantorIsolate init failures.
2007-05-04 Scott CantorAllow simplified syntax to specify a signing certificate.
2007-05-04 Scott CantorLet XML resource loader handle "validity".
2007-05-02 Scott CantorMisspelled element name.
2007-05-02 Scott CantorMissing () in if statement.
2007-05-02 Scott CantorMissing () in if statement.
2007-05-02 Scott CantorAdd logging.
2007-05-02 Scott CantorNeed to return from method.
2007-04-28 Scott CantorEnhance plugin manager template with alternate type...
2007-04-27 Scott CantorFix header comments.
2007-04-27 Scott CantorAdd licenses.
2007-04-27 Scott CantorAdd licenses, remove dependency on OpenSSL.
2007-04-26 Scott CantorFix comments, add a missing const.
2007-04-26 Scott CantorChecked in test by accident.
2007-04-26 Scott CantorAccidentally pulled in mixins multiple times.
2007-04-26 Scott CantorAdd xmlsec version check.
2007-04-23 Scott CantorMove credential/criteria matching to criteria classes.
2007-04-20 Scott CantorMulti-line svn commit, see body.
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-15 Scott CantorHandle empty string in relay state.
2007-04-13 Scott CantorCorrect doc comment.
2007-04-13 Scott CantorPut decrypted objects into their own document.
2007-04-13 Scott CantorInject logging category into base class.
2007-04-12 Scott CantorGive Observer interface a more specific reference type.
2007-04-12 Scott CantorAdd credential context APIs, refactor criteria matching...
2007-04-10 Scott CantorActivate tree walk for prefix inclusion (requires xmlse...
2007-04-09 Scott CantorSettable digest algorithm, enhanced prefix handling...
2007-04-07 Scott CantorUndo accidental change to content reference setter.
2007-04-07 Scott CantorTighten up SAML 1.0 processing.
2007-04-02 Scott CantorSet peer name criteria for use with simple resolvers.
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-19 Scott CantorForgot to throw an exception at the end.
2007-03-18 Scott CantorNon-Unicode inputs.
2007-03-18 Scott CantorRevised decryption APIs to clarify CredentialResolver...
2007-03-17 Scott CantorSAML 2 SSO validator.
2007-03-17 Scott CantorFix tests to check for new exception type.
2007-03-17 Scott CantorRefactor subject confirmation.
2007-03-11 Scott CantorStreamline setIssuer call in policy.
2007-03-11 Scott CantorScale back logging.
2007-03-08 Scott CantorMoved URLEncoder down to tooling lib, added exception...
2007-03-07 Scott CantorSAML 1.x SSO assertion validator.
2007-03-07 Scott CantorBasic assertion validator.
2007-03-07 Scott CantorFix double free bug in policy, add support for assertio...
2007-03-06 Scott CantorNull security rule for disabling security checks.
2007-03-06 Scott CantorCollapse unneeded header files.
2007-03-05 Scott CantorAdded marker interface for assertion types.
2007-03-02 Scott CantorAdd XML validation flag to policy.
2007-03-02 Scott CantorAllow DOM-based construction.
2007-03-02 Scott CantorMoved key/cred resolution classes out of xmlsig namespace.
2007-02-27 Scott CantorMoved CGI parsing class down to SAML utility class.
2007-02-24 Scott CantorEnforce final disposition of policy.
2007-02-20 Scott CantorFix catalog usage to match "real life".
2007-02-20 Scott CantorAdd logging.
2007-02-17 Scott CantorAdd logging.
2007-02-15 Scott CantorCorrect constness of transport API, update version.
2007-02-15 Scott CantorSkip replay check when cache missing.
2007-02-15 Scott CantorLower logging.
2007-02-15 Scott CantorFix version in HTTP header, skip correlation check...
2007-02-14 Scott CantorPromote setSignature method, refactor SOAP objects...
next