Moved property set classes to new library.
[shibboleth/cpp-sp.git] / xmlproviders / XMLTrust.cpp
2006-12-22 Scott CantorStarting migration to new SP library
2006-11-30 Scott CantorPull in Apache 2.2 module.
2006-03-24 Scott CantorFixed additional warnings.
2006-01-30 Scott CantorSwitch to shibtarget cleanup functors
2006-01-02 Scott CantorUse for_each alg for cleanup.
2005-08-13 Scott CantorFixed a warning.
2005-07-18 Scott CantorSwitched remaining files to Apache license.
2005-06-08 Scott CantorApplied Valery's 0.9.6 patches (bug 366)
2005-05-17 Scott CantorHad to copy key name check from new implementation...
2005-05-02 Scott CantorTry static scoping.
2005-05-02 Scott CantorRemoved externs from callbacks.
2005-04-27 Scott CantorCheck for null group names.
2005-04-26 Scott CantorAdded ability to override path validator in trust API...
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-02 Scott CantorSome logging cleanup.
2005-03-14 Scott CantorRAII instead of catch(...) in factories, bubble more...
2005-02-01 Scott CantorFix for bug #109
2005-01-22 Scott CantorCleaned up usage of KeyDescriptor use attribute
2005-01-17 Scott CantorRevised metadata API.
2004-10-25 Scott CantorPorting changes from 1.2 branch
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-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-14 Scott CantorConvert some errors to warn.
2004-04-12 Scott CantorMoved NameIdentifier out of Subject.
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-03-18 Scott CantorNew plugin API, some memory leaks and other issues...
2004-03-14 Scott CantorMore newer gcc code fixed
2004-03-01 Scott CantorAdded more tracing
2004-03-01 Scott CantorWasn't verifying peer, fixed matching loops, changed...
2004-02-25 Scott CantorNew plugin implementations of Shibboleth APIs