Consolidated exception and status handling into a single class.
[shibboleth/sp.git] / shib-target / shibrpc-server.cpp
2005-03-29 cantorConsolidated exception and status handling into a singl...
2005-03-24 cantorRemove state mgr (overkill for now), implement local...
2005-03-23 cantorFix caching inconsistencies.
2005-03-22 cantorRework cached data, add (stubbed) statemgr RPC.
2005-03-18 cantorMove metadata lookups to avoid nested locking.
2005-03-17 cantorDelete the artifact mapper to clear locks.
2005-03-13 cantorNull pointer bug around origin pointer.
2005-02-27 cantorClean up error handling during cache insertion
2005-02-21 cantorArtifact mapper implementation
2005-02-08 cantorNew profile API, consolidated RPCs, simplified cache.
2005-01-17 cantorRevised metadata API.
2004-07-01 cantorAdd application cross checking to session lookup.
2004-05-12 warlordMake sure we don't provide bogus data in the rpc return...
2004-05-12 cantorAnother naked throw()
2004-05-12 cantorHad a naked throw() in get_assertions
2004-05-12 cantorMore checking against getApplication calls.
2004-04-16 cantorWas masking better error details coming from below.
2004-04-16 cantorSlightly better IP mismatch msg
2004-04-15 cantorAdded a transaction log, reduced some clutter in sessio...
2004-04-12 cantorMoved NameIdentifier out of Subject.
2004-04-02 cantorSupport replay checking disablement for testing
2004-03-18 cantorNew configuraton API, new APIs for various pluggable...
2004-03-01 cantorAlign to new APIs
2004-02-17 warlordscott missed a closing brace. Now this compiles
2004-02-16 cantorDon't require origin to supply client IP
2004-02-12 cantorCache sessions and attributes by application_id, remove...
2004-01-18 cantorRemoved sock name typedef, reorgd headers
2004-01-17 cantorRedesigned target around URL->application mapping
2003-12-03 cantorAdded release() calls.
2003-12-02 cantorCleaned up some auto_ptrs.
2003-11-18 warlordRefactor some code:
2003-06-29 cantorReorganized preprocessor declarations for Windows.
2003-06-28 cantorAdded license.
2003-06-28 cantorAdded export specifiers.
2003-06-23 wohlcant return a void in microsoft vc 6 sp5, need to do...
2003-06-11 cantorAdded consts.
2003-06-09 cantorTweak to cleanup
2003-04-24 warlordPass the origin back across the RPC in the other two...
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 warlord * ccache-utils.h shib-ccache.cpp:
2003-04-20 cantorReordered header (Windows issue with Apache lib)
2003-04-14 warlordBegin a restructuring to allow the most re-use of code for
2003-02-13 cantorVarious fixes to runtime policy changes
2003-02-13 cantorAdded runtime policy via config file, added global...
2003-01-31 warlordmod_shibrm:
2003-01-31 warlordshib-ccache.cpp:
2003-01-30 warlordshib-ccache.cpp:
2003-01-29 warlordshib-ccache.cpp:
2002-12-13 cantorRemoved unneeded pointer checks from POST profile calls.
2002-10-18 warlordconfigure.ac: add --with-dmalloc= option to compile...
2002-10-15 warlordI should try compiling simple fixes..
2002-10-14 warlordreport the saml exception in the error logs.
2002-10-09 warlordfix bugID 24.. Use stringstream instead of strstream
2002-09-27 warlorduse the new XMLOriginMapper
2002-09-25 warlordUpdated example configuration files to match new config...
2002-09-24 warlordChange the RPC API to pass a list of SAMLAssertion...
2002-09-21 warlord - Update to Xerces-2.1 support
2002-09-17 warlordmod_shire.cpp: fix all the errors to include APLOG_NOERROR
2002-09-13 warlordCode drop of new target..