[wss4j] branch master updated (98dbb35 -> 1f615de)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Feb 26 09:46:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository wss4j.

      from  98dbb35   Standards-Version updated to 3.9.5
      adds  08b0881   Imported Upstream version 1.6.14
       new  7fbaf2f   Merge tag 'upstream/1.6.14'
       new  1f615de   New upstream release (1.6.14)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog.txt                                      |  17 ++
 NOTICE                                             |   2 +-
 build.xml                                          |   4 +-
 debian/changelog                                   |   7 +-
 debian/copyright                                   |   2 +-
 debian/patches/01-no-saml.patch                    |   2 +-
 pom.xml                                            |  11 +-
 .../ws/security/WSDerivedKeyTokenPrincipal.java    |   2 +-
 .../ws/security/WSUsernameTokenPrincipal.java      |   2 +-
 .../apache/ws/security/handler/RequestData.java    |  19 +-
 .../org/apache/ws/security/handler/WSHandler.java  |   6 +-
 .../ws/security/handler/WSHandlerConstants.java    |   2 +-
 .../apache/ws/security/message/WSSecSignature.java |   2 +
 .../ws/security/message/token/BinarySecurity.java  |   8 +-
 .../ws/security/message/token/DerivedKeyToken.java |   4 +-
 .../ws/security/message/token/Reference.java       |   4 +-
 .../message/token/SecurityTokenReference.java      |  17 +-
 .../ws/security/processor/SAMLTokenProcessor.java  |  10 +-
 .../ws/security/processor/SignatureProcessor.java  |   2 +-
 .../java/org/apache/ws/security/saml/SAMLUtil.java |  15 --
 .../ws/security/saml/ext/AssertionWrapper.java     |   8 +-
 .../ws/security/saml/ext/OpenSAMLBootstrap.java    |  24 +++
 .../ws/security/saml/ext/bean/ConditionsBean.java  |  40 ++++
 .../saml/ext/bean/ProxyRestrictionBean.java        | 103 +++++++++
 .../saml/ext/builder/SAML2ComponentBuilder.java    |  64 +++++-
 .../security/validate/SamlAssertionValidator.java  |  42 +++-
 .../org/apache/ws/security/errors.properties       |   3 +-
 src/site/xdoc/download.xml                         |  14 +-
 src/site/xdoc/index.xml                            |  15 +-
 .../ws/security/handler/UseReqSigCertTest.java     | 237 +++++++++++++++++++++
 .../org/apache/ws/security/message/ReplayTest.java | 108 ++++++++++
 .../ws/security/saml/SamlConditionsTest.java       |  84 ++++++++
 32 files changed, 805 insertions(+), 75 deletions(-)
 create mode 100644 src/main/java/org/apache/ws/security/saml/ext/bean/ProxyRestrictionBean.java
 create mode 100644 src/test/java/org/apache/ws/security/handler/UseReqSigCertTest.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git



More information about the pkg-java-commits mailing list