Switched remaining files to Apache license.
[shibboleth/sp.git] / shib-target / shib-config.cpp
2005-07-18 cantorSwitched remaining files to Apache license.
2005-05-18 cantorAdded option to register schemas only on 1.1 pool.
2005-05-17 cantorReworked profile handlers outside of core library.
2005-05-02 cantorRefactored remote API into IListener
2005-04-24 cantorChange default mapper type to "Native".
2005-04-15 cantorAPI consolidation around ShibTarget class
2005-04-14 cantorSome API refactoring
2005-04-12 cantorNew trust APIs, some additional metadata APIs.
2005-04-06 cantorNew endpoint management and refactored profile methods.
2005-04-01 cantorUpdate to final SAML 2.0 schema filenames.
2005-03-29 cantorConsolidated exception and status handling into a singl...
2005-03-17 cantorBegin config schema changes/fixes
2005-03-14 cantorRAII instead of catch(...) in factories, bubble more...
2005-02-14 cantorMissed a plugin change
2005-02-14 cantorRedesigned ShibBinding as an HTTP binding hook.
2005-02-08 cantorNew profile API, consolidated RPCs, simplified cache.
2005-01-30 cantorMoved plugin and locking interfaces into libsaml.
2005-01-11 cantorFixed crash during shutdown by putting RPC handle pool...
2004-10-26 cantorPorting changes from 1.2 branch
2004-07-21 cantorProtect destructors against post-shutdown use of config.
2004-04-15 cantorAdded a transaction log, reduced some clutter in sessio...
2004-04-13 cantorAdded logging to shutdown
2004-04-08 cantorAdded clock skew config.
2004-03-26 cantorAdd a Shibboleth version header to HTTP requests.
2004-03-18 cantorcheck for empty parameters
2004-03-18 cantorNew configuraton API, new APIs for various pluggable...
2004-03-01 cantorMetadata revisions, fixed lack of per-thread binding...
2004-03-01 cantorAlign to new APIs
2004-02-26 warlordport scott's cgiparse code into a C++ class.
2004-02-04 cantorMoved RPCHandle functionality inside library, added...
2004-01-18 cantorRemoved sock name typedef, reorgd headers
2004-01-17 cantorRedesigned target around URL->application mapping
2003-12-30 cantorShould init refcount value.
2003-11-03 cantorAdd XML-based client SSL config.
2003-10-28 cantorFix for bug #74.
2003-07-16 cantorSwapped order of deletes in cleanup
2003-07-15 cantorAdded clarifying stderr msg once log is switched.
2003-07-15 cantorCompile error.
2003-07-14 cantorAdded aap-uri warning.
2003-07-14 cantorAdd backward-compatibility hack for aap-uri setting.
2003-07-01 cantorRework sockname, and add sockacl.
2003-06-29 cantorReorganized preprocessor declarations for Windows.
2003-06-28 cantorAdded license.
2003-06-28 cantorAdded export specifiers.
2003-06-27 cantorRemoved aap-uri
2003-06-27 cantorRemoved obsoleted "attributes" section.
2003-06-10 cantorAbort shar on metadata failure.
2003-06-10 cantorLog metadata failure, but don't abort.
2003-05-19 cantorFail if any metadata provider fails.
2003-05-18 cantorRefactoring of metadata interface
2003-05-17 cantorRevised metadata interface for multiple sources/providers
2003-05-01 warlordAdd configuration options for AATimeout, AAConnectTimeo...
2003-04-29 cantorFix to SAML config params.
2003-04-20 cantorChanges to config options.
2003-04-16 warlordPlug-in support for Credential Cache -- allows for...
2003-04-14 warlordBegin a restructuring to allow the most re-use of code for
2003-04-07 warlordUser -> for pointer dereference
2003-04-04 cantorAdded logging.
2003-04-04 cantorAdded attribute factories.
2003-04-04 cantorMoved AAP and attribute config from eduPerson lib.
2003-02-25 warlordImprove the logging information
2003-02-25 cantorFixed a race condition during ST init, moving most...
2003-02-25 warlordAdd configuration options for the cacheType, cacheClean...
2003-02-20 cantorAdded refresh setting.
2003-02-19 cantorFixed policy loading again
2003-02-19 cantorwrong ini section in policy loading
2003-02-19 cantorAdded new OriginSiteMapper design to support refresh.
2003-02-14 cantorMade SHAR socket name/port configurable.
2003-02-13 cantorVarious fixes to runtime policy changes
2003-02-13 cantorConverted policy vector to XMLCh from xstring
2003-02-13 cantorAdded runtime policy via config file, added global...
2003-02-08 cantormigrated thread classes to libshib
2003-02-04 warlordChange the "extensions" header to "extensions:saml...
2003-01-30 warlordmod_shire/mod_shibrm: catch all exceptions, not just...
2003-01-30 warlordshib-target.h:
2003-01-29 warlordshib-ccache.cpp:
2002-12-16 cantorWrapped mapper c'tor in exc handler, elevated error...
2002-12-13 cantorPass ShibINI object to extension libraries
2002-11-12 warlordadd sitesCertFile INI-file parameter
2002-10-21 cantorCorrected dummy mapper interface
2002-10-08 warlordIt helps to actually RETURN the object....
2002-10-04 cantorPulled out extra registration of shib schema, no longer...
2002-10-04 warlordregister the shib schema
2002-09-27 warlorduse the new XMLOriginMapper
2002-09-24 warlordChange the RPC API to pass a list of SAMLAssertion...
2002-09-21 warlord - Update to Xerces-2.1 support