Make sure to ignore generated files
[shibboleth/sp.git] / shib-target /
2003-06-26 wohlimplementation of shib-sock.c for win32
2003-06-23 cantorFunction needed to return value.
2003-06-23 wohlmask signals in a way that can work on a pc
2003-06-23 wohlcant return a void in microsoft vc 6 sp5, need to do...
2003-06-23 wohlifdef pthreads, it doesnt exist on the pc
2003-06-11 warlordAdd a bunch more debugging to the RPC sections
2003-06-11 cantorAdded consts.
2003-06-10 cantorAbort shar on metadata failure.
2003-06-10 cantorLog metadata failure, but don't abort.
2003-06-09 cantorRemoved extra clone
2003-06-09 cantorTweak to cleanup
2003-06-09 cantorClone statement before deleting response, append null...
2003-05-20 warlordshireError.html: update the error template to show...
2003-05-19 wohlget rid of timespec in portable ccache. it doesnt...
2003-05-19 cantorFail if any metadata provider fails.
2003-05-19 cantorAdd various MSVC extensions
2003-05-18 cantorRefactoring of metadata interface
2003-05-17 cantorRevised metadata interface for multiple sources/providers
2003-05-17 cantorRemoved RespondWith from query (deprecated in SAML...
2003-05-17 cantorneedless assignment of iterator removed
2003-05-16 cantorAdded memory leak traps in constructor.
2003-05-16 cantorClone the attribute designators when building query.
2003-05-15 cantorWas returning nulls from mapper calls
2003-05-10 warlordAn ExpiredAssertionException is fatal, not retryable
2003-05-07 warlordCatch parsing errors and pass them up to the user
2003-05-02 cantorChange to contact info interface.
2003-05-01 warlordAdd configuration options for AATimeout, AAConnectTimeo...
2003-04-29 cantorFix to SAML config params.
2003-04-24 warlordCheck for non NULL and non-empty URL string
2003-04-24 warlordPass the origin back across the RPC in the other two...
2003-04-24 warlordExport the raw AuthenticationStatement from the CCache
2003-04-24 warlordHook in the origin obtained via the RPC.
2003-04-24 warlordReturn the origin from the POST during new_session()
2003-04-23 warlordRe-architect the way errors are handled across the...
2003-04-23 warlordhook in the OriginSiteMapper; now just waiting on the...
2003-04-23 warlordAdd support for the originErrorURL, originContactName...
2003-04-23 warlord * ccache-utils.h shib-ccache.cpp:
2003-04-22 cantorRemoved the includes and some lib folders.
2003-04-22 warlordDeal with assertions without ending times by limiting...
2003-04-22 warlordAdd #define for "defaultLife", the default attribute...
2003-04-21 warlordChange RPC timeout to 10 minutes. We're using "TCP",
2003-04-20 cantorUpdated version
2003-04-20 cantorChanges to config options.
2003-04-20 cantorReordered header (Windows issue with Apache lib)
2003-04-20 cantorReordered headers and removed some constants.
2003-04-20 cantorA few compatibility fixes.
2003-04-17 warlordChange cacheTimeout configuration from minutes to seconds
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-03-05 warlordFix a spelling snafu
2003-03-04 warlordChange the RPCError API; supply a 'type', 'text', ...
2003-03-04 cantorUse a fixed message for AA content type errors for now
2003-03-04 cantorupdated pkg and lib version
2003-03-03 warlordHandle errors slightly better.
2003-02-28 cantorMultiply minutes for cleanup by 60.
2003-02-25 warlordFix the ShibINI::iterator destructors.
2003-02-25 warlordImprove the logging information
2003-02-25 warlordImplement the request attributes
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 cantorReturn NULL sock name if config not loaded.
2003-02-14 cantorWorked around C language of shar.
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 filter on assertions for condition checking.
2003-02-13 cantorAdded runtime policy via config file, added global...
2003-02-08 cantormigrated thread classes to libshib
2003-02-08 cantorMigrated thread API from shib-target.
2003-02-04 warlordChange the "extensions" header to "extensions:saml...
2003-02-02 cantorFixed exception constructor.
2003-01-31 warlordneed to convert the XMLString to char* to output..
2003-01-31 warlordfix a potential SEGV in the rpc code
2003-01-31 warlordmod_shibrm:
2003-01-31 warlordshib-ccache.cpp:
2003-01-30 warlordmod_shire/mod_shibrm: catch all exceptions, not just...
2003-01-30 warlordAdd some debug/info logging for the shar cache cleanup...
2003-01-30 warlordAdd some more error output. In particular, start looki...
2003-01-30 warlordshib-ccache.cpp:
2003-01-30 warlordshib-threads.{h,cpp}:
2003-01-30 warlordshib-target.h:
2003-01-29 warlordAdd interface for thread-specific data (ThreadKey)
2003-01-29 warlordadd Thread::kill() API
2003-01-29 warlordshib-ccache.cpp:
2003-01-29 warlordAdd locking to the cache. This is mostly MT-Safe now...
2003-01-29 warlordshib-ccache.cpp:
2003-01-28 warlordshib-ini.cpp:
2003-01-27 warlordAdded thread api and pthread impl
2003-01-25 cantorChange to SAMLRequest signature.
2002-12-16 cantorVerbose failure of shib-target startup
2002-12-16 cantorWrapped mapper c'tor in exc handler, elevated error...
2002-12-15 cantorVarious WIN32 fixes.
next