Copied from /java/doc/.
[shibboleth/cpp-sp.git] / shib-target /
2003-07-16 Scott CantorSwapped order of deletes in cleanup
2003-07-16 Scott CantorAdded noinst header
2003-07-15 Scott CantorAdded clarifying stderr msg once log is switched.
2003-07-15 Scott CantorCompile error.
2003-07-14 Scott CantorAdded aap-uri warning.
2003-07-14 Scott CantorAdd backward-compatibility hack for aap-uri setting.
2003-07-13 Scott CantorRevised distribution inclusions.
2003-07-09 Scott CantorChange output filenames.
2003-07-01 Scott CantorDefine TCP for Windows shar.
2003-07-01 Scott CantorAdd ACL on socket, add optional TCP support to Unix.
2003-07-01 Scott CantorRework sockname, and add sockacl.
2003-06-30 Scott CantorChange CVS properties
2003-06-30 Scott CantorAdded listen call to sock bind.
2003-06-30 Scott CantorRemoved unneeded static vector.
2003-06-30 Scott CantorExtra "new" in exception toss crashing on Windows.
2003-06-29 Scott CantorReorganized preprocessor declarations for Windows.
2003-06-29 Scott CantorWasn't assigning socket during creation.
2003-06-28 Scott CantorAdded license.
2003-06-28 Scott CantorAdded export specifiers.
2003-06-28 Scott CantorAdded export specifiers.
2003-06-28 Scott CantorUpdate Windows project files
2003-06-28 Scott CantorUnused variable removed.
2003-06-28 Scott Cantorstrtok fix for Windows
2003-06-27 Scott CantorRemoved aap-uri
2003-06-27 Scott CantorRemoved obsoleted "attributes" section.
2003-06-26 Aaron Wohlimplementation of shib-sock.c for win32
2003-06-23 Scott CantorFunction needed to return value.
2003-06-23 Aaron Wohlmask signals in a way that can work on a pc
2003-06-23 Aaron Wohlcant return a void in microsoft vc 6 sp5, need to do...
2003-06-23 Aaron Wohlifdef pthreads, it doesnt exist on the pc
2003-06-11 Derek AtkinsAdd a bunch more debugging to the RPC sections
2003-06-11 Scott CantorAdded consts.
2003-06-10 Scott CantorAbort shar on metadata failure.
2003-06-10 Scott CantorLog metadata failure, but don't abort.
2003-06-09 Scott CantorRemoved extra clone
2003-06-09 Scott CantorTweak to cleanup
2003-06-09 Scott CantorClone statement before deleting response, append null...
2003-05-20 Derek AtkinsshireError.html: update the error template to show...
2003-05-19 Aaron Wohlget rid of timespec in portable ccache. it doesnt...
2003-05-19 Scott CantorFail if any metadata provider fails.
2003-05-19 Scott CantorAdd various MSVC extensions
2003-05-18 Scott CantorRefactoring of metadata interface
2003-05-17 Scott CantorRevised metadata interface for multiple sources/providers
2003-05-17 Scott CantorRemoved RespondWith from query (deprecated in SAML...
2003-05-17 Scott Cantorneedless assignment of iterator removed
2003-05-16 Scott CantorAdded memory leak traps in constructor.
2003-05-16 Scott CantorClone the attribute designators when building query.
2003-05-15 Scott CantorWas returning nulls from mapper calls
2003-05-10 Derek AtkinsAn ExpiredAssertionException is fatal, not retryable
2003-05-07 Derek AtkinsCatch parsing errors and pass them up to the user
2003-05-02 Scott CantorChange to contact info interface.
2003-05-01 Derek AtkinsAdd configuration options for AATimeout, AAConnectTimeo...
2003-04-29 Scott CantorFix to SAML config params.
2003-04-24 Derek AtkinsCheck for non NULL and non-empty URL string
2003-04-24 Derek AtkinsPass the origin back across the RPC in the other two...
2003-04-24 Derek AtkinsExport the raw AuthenticationStatement from the CCache
2003-04-24 Derek AtkinsHook in the origin obtained via the RPC.
2003-04-24 Derek AtkinsReturn the origin from the POST during new_session()
2003-04-23 Derek AtkinsRe-architect the way errors are handled across the...
2003-04-23 Derek Atkinshook in the OriginSiteMapper; now just waiting on the...
2003-04-23 Derek AtkinsAdd support for the originErrorURL, originContactName...
2003-04-23 Derek Atkins * ccache-utils.h shib-ccache.cpp:
2003-04-22 Scott CantorRemoved the includes and some lib folders.
2003-04-22 Derek AtkinsDeal with assertions without ending times by limiting...
2003-04-22 Derek AtkinsAdd #define for "defaultLife", the default attribute...
2003-04-21 Derek AtkinsChange RPC timeout to 10 minutes. We're using "TCP",
2003-04-20 Scott CantorUpdated version
2003-04-20 Scott CantorChanges to config options.
2003-04-20 Scott CantorReordered header (Windows issue with Apache lib)
2003-04-20 Scott CantorReordered headers and removed some constants.
2003-04-20 Scott CantorA few compatibility fixes.
2003-04-17 Derek AtkinsChange cacheTimeout configuration from minutes to seconds
2003-04-16 Derek AtkinsPlug-in support for Credential Cache -- allows for...
2003-04-14 Derek AtkinsBegin a restructuring to allow the most re-use of code for
2003-04-07 Derek AtkinsUser -> for pointer dereference
2003-04-04 Scott CantorAdded logging.
2003-04-04 Scott CantorAdded attribute factories.
2003-04-04 Scott CantorMoved AAP and attribute config from eduPerson lib.
2003-03-05 Derek AtkinsFix a spelling snafu
2003-03-04 Derek AtkinsChange the RPCError API; supply a 'type', 'text', ...
2003-03-04 Scott CantorUse a fixed message for AA content type errors for now
2003-03-04 Scott Cantorupdated pkg and lib version
2003-03-03 Derek AtkinsHandle errors slightly better.
2003-02-28 Scott CantorMultiply minutes for cleanup by 60.
2003-02-25 Derek AtkinsFix the ShibINI::iterator destructors.
2003-02-25 Derek AtkinsImprove the logging information
2003-02-25 Derek AtkinsImplement the request attributes
2003-02-25 Scott CantorFixed a race condition during ST init, moving most...
2003-02-25 Derek AtkinsAdd configuration options for the cacheType, cacheClean...
2003-02-20 Scott CantorAdded refresh setting.
2003-02-19 Scott CantorFixed policy loading again
2003-02-19 Scott Cantorwrong ini section in policy loading
2003-02-19 Scott CantorAdded new OriginSiteMapper design to support refresh.
2003-02-14 Scott CantorReturn NULL sock name if config not loaded.
2003-02-14 Scott CantorWorked around C language of shar.
2003-02-14 Scott CantorMade SHAR socket name/port configurable.
2003-02-13 Scott CantorVarious fixes to runtime policy changes
2003-02-13 Scott CantorConverted policy vector to XMLCh from xstring
2003-02-13 Scott CantorAdded filter on assertions for condition checking.
2003-02-13 Scott CantorAdded runtime policy via config file, added global...
next