Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / shibsp / attribute /
2009-05-07 Scott CantorAdd notation for list member access.
2009-05-07 Scott CantorUse common convention for implying string values of...
2009-05-07 Scott CantorInitial support for XML-valued attributes.
2009-04-23 Scott CantorFix log messages.
2009-04-17 Scott CantorAn extractor for keys in metadata, and a decoder for...
2009-04-10 Scott CantorShouldn't bail out when decryption fails.
2009-04-10 Scott CantorAdd period as legal token character.
2009-04-10 Scott CantorAdd decryption of Delegates.
2009-04-09 Scott CantorForgot to dispose of DDF.
2009-04-09 Scott CantorNew "extensible" DDF-backed attribute type, and a deleg...
2009-03-19 Scott CantorRedesign condition and profile processing based on...
2009-03-03 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-190
2009-02-26 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-189
2008-12-29 Scott CantorXerces 3 revisions.
2008-10-02 Scott CantorTry and work around Solaris compiler bug.
2008-08-08 Scott CantorTry and guess at cause of reported Solaris issue.
2008-08-07 Scott CantorFix Solaris bug.
2008-07-23 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-125
2008-07-17 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-95
2008-07-17 Scott CantorChange log category.
2008-07-17 Scott CantorChange log category.
2008-07-17 Scott CantorShouldn't assume attribute extensibility on XMLObjects.
2008-07-17 Scott CantorClean up logging categories.
2008-07-17 Scott CantorSimplify initialization.
2008-07-10 Scott CantorCPPOST-15 - Adds APIs to support advanced metadata...
2008-06-17 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-115
2008-06-16 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-115
2008-05-27 Scott Cantorhttps://issues.shibboleth.net/jira/browse/SSPCPP-97
2008-04-02 Scott CantorFix for SSPCPP-89.
2008-03-12 Scott CantorRemove extra lf from decryption logging.
2008-03-08 Scott CantorLog AA endpoint during errors.
2008-03-03 Scott CantorMake NameID explicitly optional.
2008-02-27 Scott CantorChange log message.
2008-02-03 Scott CantorAdd chaining extractor.
2008-02-03 Scott CantorForgot to register chaining resolver plugin.
2008-02-03 Scott CantorProper communication between links in the chain.
2008-01-23 Scott CantorRenamed signedAssertions.
2008-01-17 Scott CantorChange audience handling and validators to separate...
2008-01-08 Scott CantorLog decrypted objects.
2008-01-03 Scott CantorMove settings from Policy to RelyingParty to allow...
2007-12-12 Scott CantorAdd logging when unmapped attributes are skipped.
2007-11-15 Scott CantorClean Solaris build.
2007-11-15 Scott CantorSolaris port fixes.
2007-11-09 Scott CantorDoc fixes.
2007-11-08 Scott CantorCollapse entity/role lookup in metadata API.
2007-11-08 Scott CantorConvert role lookups to find_if algorithm.
2007-09-17 Scott CantorRefactor assertion extraction into handlers.
2007-08-21 Scott CantorRe-revision of metadata attribute support.
2007-08-20 Scott CantorMerge pushed attributes into resolution context.
2007-08-16 Scott CantorAdd "sender" to SOAP APIs to avoid reuse of connections...
2007-08-16 Scott CantorDuh, signing was already implemented.
2007-08-16 Scott CantorSigning/encryption support.
2007-08-15 Scott CantorFix for empty response.
2007-08-06 Scott CantorCorrect use of auto_ptr.
2007-08-06 Scott CantorAdd back alias support for attributes.
2007-08-05 Scott CantorRevise attribute APIs to use vectors in place of multimaps.
2007-08-03 Scott CantorChange second log line to match the other.
2007-07-31 Scott CantorConvert logging to log4shib via compile time switch.
2007-07-30 Scott CantorReword log message.
2007-07-11 Scott CantorChoose query type based on session. May add more option...
2007-07-07 Scott CantorFirst set of logout base classes and non-building draft...
2007-06-17 Scott CantorFix for empty decoder result, take out old logout handler.
2007-06-11 Scott CantorTweak some logging.
2007-05-23 Scott CantorHeader clearing infrastructure.
2007-05-19 Scott CantorNew -lite library and elimination of SAML libraries...
2007-05-14 Scott CantorFixed attribute-based functors.
2007-05-09 Scott CantorMetadata based functors.
2007-05-09 Scott CantorMix/max functor.
2007-05-08 Scott CantorRegex functors, added regex options feature to schema.
2007-05-08 Scott CantorRun wildcard rules.
2007-05-08 Scott CantorGenericize string values and scopes, add value/scope...
2007-05-08 Scott CantorFix attributeID name.
2007-05-07 Scott CantorFirst three string functors, added authn context to...
2007-05-07 Scott CantorBoolean match functors, policy context to manage lifeti...
2007-05-06 Scott CantorAttribute filtering code.
2007-05-02 Scott CantorFix reference to providerId.
2007-05-02 Scott CantorAdd chaining resolver.
2007-04-30 Scott CantorFix old namespace defaults.
2007-04-30 Scott CantorCopied over mapping and filtering schemas.
2007-04-13 Scott CantorInject logging category into base class.
2007-04-04 Scott CantorImprove property inheritance, first batch of SessionIni...
2007-04-02 Scott CantorSP policy subclass for use by artifact resolver.
2007-04-01 Scott CantorSupport for application-specific attribute IDs.
2007-04-01 Scott CantorHandle reverse mapping of IDs into attributes to query.
2007-03-30 Scott CantorConfig changes and rework for new credential APIs.
2007-03-18 Scott CantorFirst support for encrypted attributes.
2007-03-18 Scott CantorMake NameID optional in session.
2007-03-11 Scott CantorFix format handling in resolver, correct DDF looping...
2007-03-10 Scott CantorAdjust logging/error-handling, schema fixes, failed...
2007-03-07 Scott CantorMove token validation into SAML library, first draft...
2007-03-05 Scott CantorAdded marker interface for assertion types.
2007-03-03 Scott CantorHandle multiple assertions in resolver.
2007-03-01 Scott CantorRework decoder handling in simple resolver, add IdP...
2007-02-24 Scott CantorA "simple" attribute resolver, and token validation.
2007-02-18 Scott CantorNameID decoder.
2007-02-18 Scott CantorSimple and Scoped Attribute decoders.
2007-02-05 Scott CantorAttribute lookup, port ACL code and mainline SP code...
2007-02-02 Scott CantorCompleted attribute remoting support.
2007-02-02 Scott CantorUpdate copyright.
2007-01-24 Scott CantorAdd value count accessor.
next