Check in now that announcement is done.
[shibboleth/cpp-sp.git] / shib-target /
2005-05-02 Scott CantorBad counter variable.
2005-05-02 Scott CantorRefactored remote API into IListener
2005-05-01 Scott CantorAdd AttributeFactory and DiagnosticService elements.
2005-04-27 Scott CantorCheck for null group names.
2005-04-27 Scott CantorOnly log printable data.
2005-04-25 Scott CantorAdded logging of attribute names.
2005-04-25 Scott CantorLower some log msgs.
2005-04-25 Scott CantorAdd MetadataProvider to the filter.
2005-04-24 Scott CantorChange default mapper type to "Native".
2005-04-17 Scott CantorAdd requireSessionWith option.
2005-04-16 Scott CantorUnify authType handling across implementations
2005-04-15 Scott CantorAPI consolidation around ShibTarget class
2005-04-14 Scott CantorSome API refactoring
2005-04-12 Scott CantorNew trust APIs, some additional metadata APIs.
2005-04-11 Scott CantorAdded MetadataProvider constant.
2005-04-11 Scott CantorAdded MetadataProvider constant.
2005-04-06 Scott CantorFixed application node filter.
2005-04-06 Scott CantorAdd expiration headers to error pages.
2005-04-06 Scott CantorFix logout response URL
2005-04-06 Scott CantorImplemented simple logout handler.
2005-04-06 Scott CantorNew endpoint management and refactored profile methods.
2005-04-06 Scott CantorMoved timestamp insert.
2005-04-03 Scott CantorWinsock types optval as a char* for some odd reason
2005-04-03 Derek Atkinsmove the setsockopt() before the bind()
2005-04-02 Derek AtkinsSet SO_REUSEADDR on the tcp listener.
2005-04-02 Scott CantorAdded a const
2005-04-02 Scott CantorAdd CDC impl, local IdP history cookie
2005-04-02 Scott CantorAdd common domain cookie class.
2005-04-01 Derek AtkinsFix a variable scoping bug.
2005-04-01 Scott CantorSend a 403 back when access page is missing.
2005-04-01 Scott CantorInterim fix to handle HTTP codes.
2005-04-01 Scott CantorConvert more strings to references.
2005-04-01 Scott CantorReturn provider ID during session creation for CDC...
2005-04-01 Scott CantorReturn provider ID during session creation for CDC
2005-04-01 Scott CantorUpdate to final SAML 2.0 schema filenames.
2005-03-31 Scott CantorSkip inserts if no data available.
2005-03-31 Scott CantorEliminated some extra string wrapping.
2005-03-31 Scott CantorStrip linefeeds from base64.
2005-03-29 Scott CantorCorrected exception parameter
2005-03-29 Scott CantorThe requireAll check was backwards.
2005-03-29 Scott CantorAdd some smart pointers.
2005-03-29 Scott CantorRemoved obsolete file
2005-03-29 Scott CantorConsolidated exception and status handling into a singl...
2005-03-26 Scott CantorSmall change to exception signature
2005-03-25 Scott CantorRemoved switch statement for getting exception classname.
2005-03-25 Scott CantorAdded application "hash".
2005-03-25 Scott CantorReworked cookie name handling.
2005-03-24 Scott CantorRemove state mgr (overkill for now), implement local...
2005-03-23 Scott CantorFix caching inconsistencies.
2005-03-22 Scott CantorRework cached data, add (stubbed) statemgr RPC.
2005-03-18 Scott CantorRemove legacy code that processes IdP supplied AA bindings.
2005-03-18 Scott CantorMove metadata lookups to avoid nested locking.
2005-03-17 Scott CantorFixed temp object bug in mapper.
2005-03-17 Scott CantorDelete the artifact mapper to clear locks.
2005-03-17 Scott CantorCorrect some unknown error codes.
2005-03-17 Scott CantorPass through artifact profile GETs
2005-03-17 Scott CantorRevamp cred use API, fixed a deadlock problem
2005-03-17 Scott CantorBegin config schema changes/fixes
2005-03-17 Scott CantorRevamp cred use API
2005-03-17 Scott CantorRemapping of legacy properties.
2005-03-17 Scott CantorRenamed some config features/elements.
2005-03-17 Scott CantorBetter error handling.
2005-03-14 Scott CantorRAII instead of catch(...) in factories, bubble more...
2005-03-13 Scott CantorNull pointer bug around origin pointer.
2005-03-13 Scott CantorLibrary update.
2005-03-07 Scott CantorEvaluate each AAP when manipulating headers.
2005-03-06 Scott CantorForgot to init pointers.
2005-03-01 Scott CantorTweaked AA role API
2005-02-27 Scott CantorClean up error handling during cache insertion
2005-02-21 Scott CantorArtifact mapper implementation
2005-02-21 Scott CantorArtifact mapper implementation
2005-02-21 Scott CantorAdded const to binding/profile methods
2005-02-21 Scott CantorSync to SAMLRequest c'tor change.
2005-02-14 Scott CantorMissed a plugin change
2005-02-14 Scott CantorRedesigned ShibBinding as an HTTP binding hook.
2005-02-08 Scott CantorNew profile API, consolidated RPCs, simplified cache.
2005-02-01 Scott CantorWrong slash constant
2005-02-01 Scott CantorPartial fix for bug #121
2005-01-30 Scott CantorMoved plugin and locking interfaces into libsaml.
2005-01-30 Scott CantorMissing const specifier
2005-01-30 Scott CantorAdded expiration handling to metadata.
2005-01-29 Scott CantorRemove legacy APIs and stubbed methods.
2005-01-29 Scott CantorUse new SAML date class.
2005-01-26 Derek AtkinsNot all modules can call doHandlePOST() from doCheckAut...
2005-01-26 Derek AtkinsRemove sleep() debugging.
2005-01-26 Scott CantorAdded strcasecmp check/redefine at top.
2005-01-25 Derek AtkinsImplement generic HTAccess and doCheckAuthZ()
2005-01-25 Derek AtkinsAbstract out getAssertions and implement part of doChec...
2005-01-25 Derek AtkinsCheckpoint: Apache Module using new ShibTarget class.
2005-01-24 Derek AtkinsCheckpoint: Implement doHandlePOST()
2005-01-24 Scott CantorRelocate XML schemas to share/xml/shibboleth
2005-01-21 Derek AtkinsCheckpoint shibtarget.
2005-01-17 Scott CantorRevised metadata API.
2005-01-15 Scott CantorUpdated lib version.
2005-01-15 Scott CantorUpdated package version.
2005-01-11 Scott CantorFixed crash during shutdown by putting RPC handle pool...
2005-01-10 Derek AtkinsMove the 'SHIRE' d'tor into the class definition.
2005-01-01 Derek AtkinsCheckpoint the new ShibTarget code.
2004-12-08 Derek AtkinsMove the SHIRE and RM code into ShibTarget.
2004-11-29 Scott CantorUse const char for strict C++ headers.
next