[wss4j] branch master updated (8155ffe -> 0847f0b)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jun 27 21:05:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository wss4j.
from 8155ffe Upload to unstable
new 0a40ef9 Added the missing build dependency on junit4
new 0b9b32f Wrap and sort
new 3ab0089 Standards-Version updated to 4.0.0
new f1908c8 Switch to debhelper level 10
new 83b6d6d Use secure Vcs-* URLs
new 54f8e30 Build with the DH sequencer instead of CDBS
new be8d88a Let maven-debian-helper populate the package dependencies
new 92c550f Ignore the maven-dependency-plugin
new 52d225c Track and download the new releases from GitHub
adds 3a91f6e New upstream version 1.6.19
new ab9fcb2 Updated version 1.6.19 from 'upstream/1.6.19'
new c1edbdf Refreshed the patches
new 03546ec Updated the Maven rules
new 4a9071b Removed debian/build.xml and the unused ant dependency
new 55ebcc2 Removed the obsolete debian/upstream file
new 0847f0b Upload to unstable
The 15 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:
.gitignore | 8 +
ChangeLog.txt | 27 ++
NOTICE | 2 +-
build.xml | 4 +-
debian/README.source | 7 -
debian/build.xml | 18 -
debian/changelog | 16 +
debian/compat | 2 +-
debian/control | 33 +-
debian/copyright | 5 +-
debian/exclude | 5 -
debian/maven.ignoreRules | 3 +
debian/maven.publishedRules | 2 -
debian/orig-tar.sh | 34 --
debian/patches/01-no-saml.patch | 40 +-
debian/patches/02-CVE-2015-0227.patch | 137 -------
debian/patches/03-CVE-2015-0226.patch | 41 --
debian/patches/series | 2 -
debian/rules | 11 +-
debian/upstream | 9 -
debian/watch | 5 +-
legal/LICENSE.bouncycastle | 7 +
LICENSE.txt => legal/LICENSE.commons-logging | 1 +
LICENSE.txt => legal/LICENSE.joda-time | 1 +
legal/LICENSE.junit | 185 +++++++++
legal/LICENSE.log4j | 48 +++
LICENSE.txt => legal/LICENSE.opensaml | 0
LICENSE.txt => legal/LICENSE.santuario | 0
legal/LICENSE.slf4j | 24 ++
LICENSE.txt => legal/LICENSE.xalan | 0
LICENSE.txt => legal/LICENSE.xerces | 0
legal/LICENSE.xml-apis | 5 +
pom.xml | 88 ++++-
.../java/org/apache/ws/security/WSConstants.java | 1 +
.../java/org/apache/ws/security/WSDocInfo.java | 6 +-
.../java/org/apache/ws/security/WSSConfig.java | 33 +-
.../org/apache/ws/security/WSSecurityEngine.java | 10 +-
.../apache/ws/security/WSSecurityEngineResult.java | 7 +
.../ws/security/components/crypto/Merlin.java | 24 +-
.../security/components/crypto/MerlinDevice.java | 8 +
.../apache/ws/security/handler/RequestData.java | 20 +-
.../ws/security/message/DOMCallbackLookup.java | 8 +-
.../ws/security/message/WSSecEncryptedKey.java | 4 +-
.../apache/ws/security/message/WSSecSAMLToken.java | 19 +-
.../apache/ws/security/message/WSSecSignature.java | 2 +
.../message/token/KerberosClientAction.java | 45 +--
.../token/KerberosClientExceptionAction.java | 159 ++++++++
.../ws/security/message/token/KerberosContext.java | 128 +++++++
.../security/message/token/KerberosSecurity.java | 110 ++++--
.../message/token/KerberosServiceAction.java | 44 +--
.../message/token/KerberosServiceContext.java | 88 +++++
.../token/KerberosServiceExceptionAction.java | 157 ++++++++
.../ws/security/message/token/Timestamp.java | 3 +-
.../ws/security/message/token/UsernameToken.java | 6 +-
.../processor/BinarySecurityTokenProcessor.java | 9 +-
.../processor/DerivedKeyTokenProcessor.java | 5 +-
.../processor/EncryptedAssertionProcessor.java | 83 ++++
.../security/processor/EncryptedDataProcessor.java | 21 +-
.../security/processor/EncryptedKeyProcessor.java | 22 +-
.../security/processor/ReferenceListProcessor.java | 11 +-
.../ws/security/processor/SAMLTokenProcessor.java | 172 ++++++---
.../processor/SecurityContextTokenProcessor.java | 5 +-
.../processor/SignatureConfirmationProcessor.java | 4 +-
.../ws/security/processor/SignatureProcessor.java | 26 +-
.../ws/security/processor/TimestampProcessor.java | 5 +-
.../security/processor/UsernameTokenProcessor.java | 5 +-
.../apache/ws/security/saml/SAMLIssuerFactory.java | 7 +
.../ws/security/saml/WSSecSignatureSAML.java | 8 +-
.../ws/security/saml/ext/AssertionWrapper.java | 11 +-
.../security/spnego/DefaultSpnegoClientAction.java | 9 +-
.../spnego/DefaultSpnegoServiceAction.java | 9 +-
.../ws/security/spnego/SpnegoTokenContext.java | 165 +++++++-
.../org/apache/ws/security/str/BSPEnforcer.java | 3 +-
.../apache/ws/security/util/InetAddressUtils.java | 119 ++++++
.../apache/ws/security/util/WSSecurityUtil.java | 93 ++---
.../ws/security/util/XmlSchemaDateFormat.java | 3 +-
.../apache/ws/security/validate/Credential.java | 9 +
.../security/validate/KerberosTokenValidator.java | 120 ++++--
.../security/validate/SamlAssertionValidator.java | 319 ++++++++++++++-
.../security/validate/SignatureTrustValidator.java | 6 +-
.../common/AbstractSAMLCallbackHandler.java | 10 +
.../ws/security/components/crypto/CryptoTest.java | 17 +-
.../ws/security/message/EncryptionCRLTest.java | 8 +-
.../apache/ws/security/message/EncryptionTest.java | 15 -
.../ws/security/message/ModifiedRequestTest.java | 13 +-
.../org/apache/ws/security/message/ReplayTest.java | 11 +
.../RequireSignedEncryptedDataElementsTest.java | 71 ++++
.../ws/security/message/SignatureCRLTest.java | 12 +-
.../ws/security/message/SignatureCertTest.java | 80 ++++
.../apache/ws/security/message/SignatureTest.java | 39 +-
.../security/message/TestMessageTransformer.java | 73 ++++
.../apache/ws/security/message/TimestampTest.java | 28 ++
.../org/apache/ws/security/saml/SamlAuthnTest.java | 200 ++++++++++
.../ws/security/saml/SamlConditionsTest.java | 426 +++++++++++++++++++++
.../apache/ws/security/saml/SamlReferenceTest.java | 2 +-
.../org/apache/ws/security/saml/SamlTokenTest.java | 278 +++++++++++++-
.../ws/security/saml/SignedSamlTokenHOKTest.java | 16 +-
...{crypto.properties => crypto_device.properties} | 2 +-
src/test/resources/keys/ca.db.certs/1A.pem | 76 ++++
src/test/resources/keys/ca.db.index | 1 +
.../{ca.db.index.attr => ca.db.index.attr.old} | 0
.../keys/{ca.db.index => ca.db.index.old} | 0
src/test/resources/keys/ca.db.serial | 2 +-
.../keys/{ca.db.serial => ca.db.serial.old} | 0
src/test/resources/keys/wss40exp.cer | 15 +
src/test/resources/keys/wss40exp.crt | Bin 0 -> 956 bytes
src/test/resources/keys/wss40exp.jks | Bin 0 -> 3941 bytes
src/test/resources/keys/wss40exp.pem | 76 ++++
108 files changed, 3677 insertions(+), 695 deletions(-)
create mode 100644 .gitignore
delete mode 100644 debian/README.source
delete mode 100644 debian/build.xml
delete mode 100644 debian/exclude
delete mode 100644 debian/maven.publishedRules
delete mode 100755 debian/orig-tar.sh
delete mode 100644 debian/patches/02-CVE-2015-0227.patch
delete mode 100644 debian/patches/03-CVE-2015-0226.patch
delete mode 100644 debian/upstream
create mode 100644 legal/LICENSE.bouncycastle
copy LICENSE.txt => legal/LICENSE.commons-logging (99%)
copy LICENSE.txt => legal/LICENSE.joda-time (99%)
create mode 100644 legal/LICENSE.junit
create mode 100644 legal/LICENSE.log4j
copy LICENSE.txt => legal/LICENSE.opensaml (100%)
copy LICENSE.txt => legal/LICENSE.santuario (100%)
create mode 100644 legal/LICENSE.slf4j
copy LICENSE.txt => legal/LICENSE.xalan (100%)
copy LICENSE.txt => legal/LICENSE.xerces (100%)
create mode 100644 legal/LICENSE.xml-apis
create mode 100644 src/main/java/org/apache/ws/security/message/token/KerberosClientExceptionAction.java
create mode 100644 src/main/java/org/apache/ws/security/message/token/KerberosContext.java
create mode 100644 src/main/java/org/apache/ws/security/message/token/KerberosServiceContext.java
create mode 100644 src/main/java/org/apache/ws/security/message/token/KerberosServiceExceptionAction.java
create mode 100644 src/main/java/org/apache/ws/security/processor/EncryptedAssertionProcessor.java
create mode 100644 src/main/java/org/apache/ws/security/util/InetAddressUtils.java
create mode 100644 src/test/java/org/apache/ws/security/saml/SamlAuthnTest.java
copy src/test/resources/{crypto.properties => crypto_device.properties} (92%)
create mode 100644 src/test/resources/keys/ca.db.certs/1A.pem
copy src/test/resources/keys/{ca.db.index.attr => ca.db.index.attr.old} (100%)
copy src/test/resources/keys/{ca.db.index => ca.db.index.old} (100%)
copy src/test/resources/keys/{ca.db.serial => ca.db.serial.old} (100%)
create mode 100644 src/test/resources/keys/wss40exp.cer
create mode 100644 src/test/resources/keys/wss40exp.crt
create mode 100644 src/test/resources/keys/wss40exp.jks
create mode 100644 src/test/resources/keys/wss40exp.pem
--
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