VS.NET project file
[shibboleth/cpp-sp.git] / xmlproviders /
2005-08-13 Scott CantorVS.NET project file
2005-08-13 Scott CantorFixed a warning.
2005-07-18 Scott CantorSwitched remaining files to Apache license.
2005-07-01 Scott CantorUpdated to xsec 1.2
2005-06-25 Scott CantorAuto-detection of cred format.
2005-06-18 Scott CantorDo NOT require extensions!
2005-06-16 Scott CantorHad to add Shib prototol support for older metadata.
2005-06-13 Scott CantorSun compiler type safety.
2005-06-13 Scott CantorCorrected removeValue signature.
2005-06-08 Scott CantorApplied Valery's 0.9.6 patches (bug 366)
2005-05-21 Scott CantorUpdated copyrights.
2005-05-20 Scott CantorBase64 encoding seems superfluous
2005-05-17 Scott CantorHad to copy key name check from new implementation...
2005-05-15 Scott CantorAdded some support for real-time metadata verification.
2005-05-15 Scott CantorRelax some restrictions.
2005-05-02 Scott CantorTry static scoping.
2005-05-02 Scott CantorRemoved externs from callbacks.
2005-05-01 Scott CantorMove scoped attribute subclass, add TargetedID plugin.
2005-04-29 Scott CantorRemoved Factory property.
2005-04-27 Scott CantorCheck for null group names.
2005-04-27 Scott CantorNeed to allow for unnamed groups.
2005-04-26 Scott CantorAdded ability to override path validator in trust API...
2005-04-23 Scott CantorFix to match latest opensaml changes
2005-04-13 Scott CantorMove depth check out of openssl for better logging.
2005-04-13 Scott CantorUse proper stack creation function.
2005-04-12 Scott CantorFixed "cast" of key resolver.
2005-04-12 Scott CantorNew trust APIs, some additional metadata APIs.
2005-04-06 Scott CantorMinor cleanup
2005-04-02 Scott CantorSome logging cleanup.
2005-04-01 Scott CantorUpdate to final SAML 2.0 schema filenames.
2005-03-31 Scott CantorAdd access to tree structure.
2005-03-31 Scott CantorAdded a strict flag to permit loose metadata lookup...
2005-03-31 Scott CantorAdded explicit inclusion as well as exclusion.
2005-03-29 Scott CantorAdd KeyAuthority extension elements.
2005-03-25 Scott CantorAdded Exclude element processing
2005-03-25 Scott CantorAdd Exclude element.
2005-03-23 Scott CantorError out when cert file is missing.
2005-03-22 Scott CantorPreserve xsi:type across clones.
2005-03-22 Scott CantorAdded ASCII metadata lookup.
2005-03-17 Scott CantorForgot to hexify the hash before lookup.
2005-03-17 Scott CantorNasty off by 1 bug.
2005-03-16 Scott CantorUpdated factory names.
2005-03-14 Scott CantorRAII instead of catch(...) in factories, bubble more...
2005-03-13 Scott CantorLibrary update.
2005-03-06 Scott CantorRevamped AAP to combine site rules, and support denials.
2005-03-06 Scott CantorExtra colon in namespace.
2005-03-06 Scott CantorRenamed Domain extension to Scope.
2005-03-05 Scott CantorXML bug.
2005-03-02 Scott CantorCascade org method.
2005-03-01 Scott CantorFixed name of KeyDescriptor method, fixed loop in Encry...
2005-03-01 Scott CantorReordered version in metadata namespace.
2005-03-01 Scott CantorTweaked AA role API
2005-02-27 Scott CantorSeparate metadata extension schema.
2005-02-21 Scott CantorAdded artifact lookup API to metadata
2005-02-14 Scott CantorHid plugin mgr.
2005-02-01 Scott CantorFix for bug #109
2005-01-30 Scott CantorMoved plugin and locking interfaces into libsaml.
2005-01-30 Scott CantorAdded expiration handling to metadata.
2005-01-22 Scott CantorForgot to add XMLEnc schema
2005-01-22 Scott CantorRegister SAML2 schemas.
2005-01-22 Scott CantorCleaned up usage of KeyDescriptor use attribute
2005-01-17 Scott CantorRevised metadata API.
2005-01-15 Scott CantorUpdated package version.
2005-01-11 Scott CantorAdded additional constants.
2005-01-07 Scott CantorAdded new constants for metadata.
2004-12-31 Scott CantorCorrect bug from last merge.
2004-12-12 Scott CantorAdded Scoped indicator, avoids reliance on sender.
2004-10-29 Scott CantorMissing stat definition on older Red Hat.
2004-10-25 Scott CantorPorting changes from 1.2 branch
2004-07-22 Scott CantorAdding case sensitivity flag to AAP rules.
2004-05-30 Scott CantorWrong error return on openssl call.
2004-05-11 Scott CantorNeed to treat contact info as UTF-8
2004-05-10 Scott CantorLast sec draft std adjustment
2004-04-30 Scott CantorLast sync up to SAML draft
2004-04-29 Scott CantorBlock use of KeyName inside KeyInfo, avoids confusion.
2004-04-29 Scott CantorBlock use of KeyName inside KeyInfo, avoids confusion.
2004-04-28 Scott CantorAdjusted some logging levels.
2004-04-28 Scott CantorProper KeyAuth matching when multiple key descriptors...
2004-04-27 Scott CantorScale back log a bit, that's too much...
2004-04-27 Scott CantorExplicit log of callback errors.
2004-04-27 Scott CantorAdd a log msg when adding CAs.
2004-04-26 Scott CantorMore likely altName algorithm, still need to test
2004-04-26 Scott CantorHandle library unload.
2004-04-25 Scott CantorAdd AnyAttribute support for global attrib acceptance...
2004-04-23 Scott CantorHandle DN matching better.
2004-04-21 Scott CantorBad variable name
2004-04-19 Scott CantorProbably incorrect addition of URI as a subjectAltName
2004-04-16 Scott CantorEmbed spaces in DNs
2004-04-15 Scott CantorTweaked some APIs to conform better to eventual metadata
2004-04-14 Scott CantorConvert some errors to warn.
2004-04-12 Scott CantorMoved NameIdentifier out of Subject.
2004-04-08 Noah LevittTry to be smart about removing .la files.
2004-04-07 Scott CantorWasn't initializing wildcard pointer.
2004-04-07 Scott Cantorvi, aargh
2004-04-07 Scott Cantormissed else clause
2004-04-07 Scott CantorAdd warning on wildcards.
2004-04-07 Scott CantorProblem with function cast was OpenSSL specific
2004-04-07 Scott CantorFix for older gcc?
2004-04-02 Scott CantorChanged libs to use .so extension
2004-03-25 Scott CantorUpdated openssl path
next