shibboleth/cpp-sp.git
2007-04-15 Scott CantorDrafts of remoted Shib and SAML2 SessionInitiators.
2007-04-13 Scott CantorSet signing/digest algorithms using new settings.
2007-04-13 Scott CantorRemove extra marshall call.
2007-04-13 Scott CantorInject logging category into base class.
2007-04-12 Scott CantorUntested, but a bunch of caching fixes added.
2007-04-09 Scott CantorEnhance relay state handling.
2007-04-05 Scott CantorOld and new discovery handlers.
2007-04-04 Scott CantorFactor entityID into SessionInitiator subinterface...
2007-04-04 Scott CantorImprove property inheritance, first batch of SessionIni...
2007-04-04 Scott CantorCan't overlap headers or we'll break multiple Set-Cookies.
2007-04-02 Scott CantorUpport Apache auto-detect code.
2007-04-02 Scott CantorImplement artifact resolution support.
2007-04-02 Scott CantorSP policy subclass for use by artifact resolver.
2007-04-01 Scott CantorSupport for application-specific attribute IDs.
2007-04-01 Scott CantorHandle reverse mapping of IDs into attributes to query.
2007-03-30 Scott CantorSerializing pointer instead of object.
2007-03-30 Scott CantorConfig changes and rework for new credential APIs.
2007-03-19 Scott CantorDraft SAML 2 SSO impl.
2007-03-19 Scott CantorReturn default creds when peer is unknown.
2007-03-18 Scott CantorFirst support for encrypted attributes.
2007-03-18 Scott CantorMake NameID optional in session.
2007-03-17 Scott CantorCache invalid tokens in case they're targeted at other...
2007-03-17 Scott CantorAllow for unsigned artifact response.
2007-03-11 Scott CantorRework address handling based on app/location.
2007-03-11 Scott CantorRework address handling based on app/location.
2007-03-11 Scott CantorLock configuration before dispatching calls.
2007-03-11 Scott CantorFix format handling in resolver, correct DDF looping...
2007-03-10 Scott CantorAdjust logging/error-handling, schema fixes, failed...
2007-03-08 Scott CantorAdd option to use redirection for handler errors.
2007-03-08 Scott CantorAdd option to use redirection for handler errors, captu...
2007-03-08 Scott CantorMoved URLEncoder down to tooling lib, added exception...
2007-03-08 Scott CantorFactor out RelayState recovery.
2007-03-07 Scott CantorMove token validation into SAML library, first draft...
2007-03-05 Scott CantorAdded marker interface for assertion types.
2007-03-03 Scott CantorHandle multiple assertions in resolver.
2007-03-03 Scott CantorAllow cache insertion with multiple assertions.
2007-03-02 Scott CantorArtifactMap support.
2007-03-02 Scott CantorMoved handler sources.
2007-03-02 Scott CantorMoved key/cred resolution classes out of xmlsig namespa...
2007-03-01 Scott CantorRework decoder handling in simple resolver, add IdP...
2007-02-28 Scott CantorMoved CGI parsing to OS, add handler base for remoting...
2007-02-24 Scott CantorA "simple" attribute resolver, and token validation.
2007-02-20 Scott CantorFix catalog usage, checked in resolver schema.
2007-02-19 Scott CantorConvenience method for accessing SP instance.
2007-02-18 Scott CantorNameID decoder.
2007-02-18 Scott CantorSimple and Scoped Attribute decoders.
2007-02-17 Scott CantorAdjust logging files, add console logging for command...
2007-02-15 Scott CantorCorrect name of signing flag.
2007-02-15 Scott CantorBug in request signing.
2007-02-15 Scott CantorCorrect constness of transport API, handle both chunked...
2007-02-14 Scott CantorGlue SOAP client to SP config, expand policy settings.
2007-02-12 Scott CantorDraft of query tool, not working yet.
2007-02-11 Scott CantorRenamed shar project, some Makefile fixes.
2007-02-11 Scott CantorRemove 1.1-compat. files, include old shib schema for...
2007-02-11 Scott CantorDraft of 2.0 config schema/file, removed legacy support...
2007-02-10 Scott CantorChange default namespace, support namespace remapping.
2007-02-09 Scott CantorShorten "built-in" plugin types, delete stale files...
2007-02-06 Scott CantorMove config logic into an "XML" SP plugin, divorce...
2007-02-05 Scott CantorUncomment a destructor call.
2007-02-05 Scott CantorRemove extra files.
2007-02-05 Scott CantorRemoved MySQL cache.
2007-02-05 Scott CantorRemove xmlproviders from build, deleted old AAP interface.
2007-02-05 Scott CantorAttribute lookup, port ACL code and mainline SP code...
2007-02-04 Scott CantorMove assertions to separate storage records, improve...
2007-02-04 Scott CantorLock SP instance for incoming calls.
2007-02-02 Scott CantorProcess attributes when loading sessions.
2007-02-02 Scott CantorCompleted attribute remoting support.
2007-02-02 Scott CantorUpdate copyright.
2007-01-31 Scott CantorRevamped cache plugins, buffering on inproc side, write...
2007-01-26 Scott CantorNearly testable draft of storage-based cache, minus...
2007-01-25 Scott CantorReworking legacy caching config.
2007-01-25 Scott CantorReworked outgoing messages to optimize for pre-serializ...
2007-01-25 Scott CantorReworked outgoing messages to optimize for pre-serializ...
2007-01-25 Scott CantorAdd indexed storage plugins, build replay cache.
2007-01-24 Scott CantorShift some SAML intelligence out of cache API, start...
2007-01-24 Scott CantorAdd value count accessor.
2007-01-22 Scott CantorCombined SAML versions in one session API, implemented...
2007-01-22 Scott CantorFirst draft of session cache API
2007-01-20 Scott CantorAdd attribute remoting.
2007-01-19 Scott CantorSome draft attribute classes.
2007-01-18 Jim FoxFix return values. Check text for qoutes.
2007-01-18 Scott CantorMigrated ShibTarget logic into ServiceProvider base.
2007-01-17 Jim FoxInitial checkin of ODBC storage service
2007-01-17 Scott CantorStarting to refactor session cache, eliminated IConfig...
2007-01-16 Scott CantorPulled attribute designators, moved audiences up.
2007-01-16 Scott CantorMoved handler accessors up to base.
2007-01-15 Scott CantorMigrated Handler interface, set up segregated handler...
2007-01-15 Scott CantorNext refactoring stage, STPriv class gone, most of...
2007-01-14 Scott CantorRemoved ShibTarget members.
2007-01-13 Scott CantorLarge reorg of shibsp lib, new SPRequest API, ported...
2007-01-09 Scott CantorShell of new SP object interface to replace old IConfig...
2007-01-06 Scott CantorOld config class ported, all config files now loading...
2007-01-05 Scott CantorMoved credential resolver map inside SP.
2007-01-05 Scott CantorNew base class for XMLAAP.
2007-01-05 Scott CantorForgot to delete wrapped impl.
2007-01-04 Scott CantorNew base class for XMLRequestMap.
2007-01-04 Scott CantorNew base class for ACL files.
2007-01-03 Scott CantorConverted to XML metadata plugin.
2007-01-03 Scott CantorMissing new macros from env fixes.
2007-01-02 Jim FoxAdd changes for apache2 filters and permit use of env...
next