shibboleth/cpp-sp.git
2004-03-01 Scott CantorUpdated makefiles
2004-03-01 Scott CantorAlign to new APIs
2004-03-01 Scott CantorChange CVS properties
2004-03-01 Scott CantorAdded attribute caching options
2004-03-01 Scott CantorWasn't verifying peer, fixed matching loops, changed...
2004-03-01 Scott CantorFixes to get them compiling
2004-03-01 Scott CantorRedesigned APIs, factored out pluggable bits, new wrapp...
2004-03-01 Scott CantorUpdated schemas
2004-03-01 Scott CantorUpdated config files.
2004-03-01 Scott CantorUpdating licenses and docs
2004-02-29 Scott CantorFixes to matching function
2004-02-26 Derek Atkinsport scott's cgiparse code into a C++ class.
2004-02-25 Scott CantorNew plugin implementations of Shibboleth APIs
2004-02-25 Scott CantorAdded AttributeAuthority elements.
2004-02-24 Scott CantorTrust metadata schema
2004-02-17 Derek AtkinsPort scott's changes from apache-1.3 to apache-2.
2004-02-17 Derek Atkinsscott missed a closing brace. Now this compiles
2004-02-16 Scott CantorDon't require origin to supply client IP
2004-02-12 Scott CantorProvide upgrade path for database from old version
2004-02-12 Scott CantorUpdated version, try and replace state table from older...
2004-02-12 Scott CantorCache sessions and attributes by application_id, remove...
2004-02-11 Scott CantorAdded default attribute lifetime.
2004-02-10 Scott CantorFirst draft
2004-02-09 Scott CantorAdded creds schema
2004-02-04 Scott CantorRemoved RPCHandle code.
2004-02-04 Scott CantorChange CVS properties
2004-02-04 Scott CantorMoved RPCHandle functionality inside library, added...
2004-02-04 Scott CantorInterim redesign to DOM-based config factories
2004-02-02 Scott CantorAdded time and providerId params on redirect
2004-02-02 Scott CantorAdded time and providerId params on redirect
2004-01-18 Scott Cantorgcc didn't like empty iterator
2004-01-18 Scott CantorRemoved sock name typedef, reorgd headers
2004-01-18 Scott Cantorbad filename
2004-01-18 Scott Cantorremoved SimpleAttribute
2004-01-17 Scott CantorFixes to make it compile for now
2004-01-17 Scott CantorChange CVS properties
2004-01-17 Scott CantorRedesigned target around URL->application mapping
2004-01-09 Scott CantorAdded scheme enum
2004-01-09 Scott CantorUntested URL mapping support.
2004-01-07 Scott CantorMade hosts optional.
2004-01-07 Scott CantorFirst draft of URL mapping schema
2003-12-30 Scott CantorShould init refcount value.
2003-12-30 Scott CantorAdding installshield scripts to cvs
2003-12-30 Scott CantorChanged media path
2003-12-30 Scott CantorAdding installshield scripts to cvs
2003-12-23 Scott CantorHandle empty cookie with a retryable error.
2003-12-23 Scott CantorCheck for empty cookie before calling RPC.
2003-12-13 Scott CantorChange CVS properties
2003-12-12 Derek AtkinsDon't hard-code /opt/shibboleth in the sources. Use...
2003-12-12 Derek AtkinsConfig files point to $prefix
2003-12-12 Derek AtkinsBuild the config files at compile-time; this will let...
2003-12-12 Derek AtkinsMove the configs EXTRA_DIST from main Makefile into...
2003-12-11 Scott CantorRemoved unneeded warning about socket closure.
2003-12-11 Scott CantorWasn't returning true from attach()
2003-12-11 Derek AtkinsAdd support for ShibRequireAll per-directory directive
2003-12-08 Nate KlingensteinSmall changes & fixes reported by users.
2003-12-03 Scott CantorShibTargetException needs copy ctor like elf needs...
2003-12-03 Scott CantorAdded release() calls.
2003-12-02 Scott CantorCleaned up some auto_ptrs.
2003-12-02 Scott CantorCleaned up some auto_ptrs.
2003-12-02 Scott CantorReplaced auto_ptr with try/catch block.
2003-12-02 Scott CantorMissing rest of SAML checking after extract of origin...
2003-11-25 Derek AtkinsBetter exiting without an ini-file
2003-11-24 Derek AtkinsHandle the case where a session is destroyed in the...
2003-11-24 Derek AtkinsAdd some additional shutdown logging
2003-11-24 Scott CantorERROR constant was conflicting on Windows
2003-11-22 Scott CantorFix dumping for older OpenSSL
2003-11-18 Derek AtkinsImproved SHIREURL support:
2003-11-18 Derek AtkinsRemove the non-used eduperson module code
2003-11-18 Derek AtkinsRemove (old) mod_shib code
2003-11-18 Derek AtkinsFirst pass at an API for a higher-level target API
2003-11-18 Derek AtkinsRefactor some code:
2003-11-18 Derek AtkinsNeed to set -lssl -lcrypto and do so outside the -...
2003-11-18 Derek AtkinsDon't forget to add -lssl -lcrypto
2003-11-18 Derek AtkinsCheck for pkg-config and use that for openssl libraries...
2003-11-11 Scott CantorFixed bug in service install name
2003-11-11 Scott CantorSet FD_SETSIZE if not set already.
2003-11-11 Scott CantorAdded a close() when the child socket exhausts the...
2003-11-10 Scott CantorSocket "name" is a string on all platforms.
2003-11-08 Scott CantorErrors in KeyStoreResolver
2003-11-08 Scott CantorRevamped credential APIs.
2003-11-08 Scott CantorAdd SAML library to link lines
2003-11-08 Scott CantorNew creds format.
2003-11-08 Scott CantorUpdated provider types and creds format.
2003-11-03 Scott CantorReference, not pointer.
2003-11-03 Scott CantorUsed wrong subject pointer in binding call.
2003-11-03 Scott CantorUpped lib version
2003-11-03 Derek AtkinsAdd an apache2 configuration sample
2003-11-03 Scott CantorRemoved old key/cert commands.
2003-11-03 Derek AtkinsGet the Apache-2.0 module working.
2003-11-03 Scott CantorAdd XML-based client SSL config.
2003-11-03 Scott CantorRevision for new binding API, won't work just yet...
2003-11-03 Scott CantorAdd XML-based client SSL config.
2003-11-03 Scott CantorAdded comment at top.
2003-11-03 Scott CantorExample credentials file.
2003-11-01 Scott CantorFixed various schema errors.
2003-11-01 Scott CantorCorrected data type.
2003-10-30 Scott CantorAdded timestamps to top level elements, new stuff for...
2003-10-28 Scott CantorFix for bug #74.
2003-10-14 Scott CantorAdded GlobalSign Root.
next