You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,32 +0,0 @@
|
||||
2009-09-07 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509CertificateClaimSetTest.cs : mark as Ignore (not working on
|
||||
.NET either).
|
||||
|
||||
2007-11-27 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509CertificateClaimSetTest.cs : fixed DefaultValue() test to
|
||||
reflect .net results.
|
||||
|
||||
2007-02-05 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509CertificateClaimSetTest.cs : issuer claim should not be
|
||||
equivalent to that of the cert itself.
|
||||
|
||||
2006-10-07 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ClaimSetTest.cs, X509CertificateClaimSetTest.cs : new tests.
|
||||
* ClaimTest.cs : added test for System and ToString().
|
||||
|
||||
2006-09-07 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ClaimTest.cs : new test.
|
||||
|
||||
2006-09-04 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ClaimTypesTest.cs : updated namespace URI.
|
||||
|
||||
2006-08-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ClaimTypesTest.cs : new test.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
2006-09-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* MySecurityTokenSerializer.cs : new support file.
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
2006-10-11 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* AuthorizationContextTest.cs : new test.
|
||||
@@ -1,32 +0,0 @@
|
||||
2007-03-05 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityTokenRequirementTest.cs : added TryGetProperty() tests.
|
||||
|
||||
2007-02-21 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityTokenResolverTest.cs : test for ResolveToken() which cannot
|
||||
resolve the token.
|
||||
|
||||
2006-09-27 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityTokenResolverTest.cs : new test.
|
||||
|
||||
2006-09-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* TestEvaluationContext.cs,
|
||||
CustomUserNameSecurityTokenAuthenticatorTest.cs,
|
||||
SamlSecurityTokenAuthenticatorTest.cs,
|
||||
RsaSecurityTokenAuthenticatorTest.cs,
|
||||
X509SecurityTokenAuthenticatorTest.cs : new tests.
|
||||
|
||||
2006-08-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509SecurityTokenProviderTest.cs : new test.
|
||||
|
||||
2006-07-04 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityTokenRequirementTest.cs : updated to match June CTP.
|
||||
|
||||
2006-03-23 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityTokenRequirementTest.cs : new file.
|
||||
@@ -1,106 +0,0 @@
|
||||
2007-02-21 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* InMemorySymmetricSecurityKeyTest.cs :
|
||||
more GenerateDerivedKey() tests.
|
||||
|
||||
2007-02-15 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityKeyIdentifierTest.cs : new test.
|
||||
|
||||
2007-02-05 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* InMemorySymmetricSecurityKeyTest.cs,
|
||||
X509AsymmetricSecurityKeyTest.cs : added algorithm issupported/
|
||||
issymmetric/isasymmetric tests.
|
||||
|
||||
2007-02-05 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509AsymmetricSecurityKeyTest.cs : added get hash algorithm tests.
|
||||
|
||||
2007-01-11 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509IssuerSerialKeyIdentifierClauseTest.cs : test ClauseType.
|
||||
* X509ThumbprintKeyIdentifierClauseTest.cs : new test.
|
||||
|
||||
2006-12-06 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509IssuerSerialKeyIdentifierClauseTest.cs : new test.
|
||||
|
||||
2006-10-29 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SamlAssertionTest.cs : some more .ctor() tests and WriteXml() test.
|
||||
* SamlSubjectTest.cs
|
||||
SamlAuthorizationDecisionStatementTest.cs
|
||||
SamlAuthenticationStatementTest.cs
|
||||
SamlConditionsTest.cs
|
||||
SamlAudienceRestrictionConditionTest.cs
|
||||
SamlActionTest.cs
|
||||
SamlEvidenceTest.cs
|
||||
SamlAuthorityBindingTest.cs : new tests.
|
||||
|
||||
2006-10-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509AsymmetricSecurityKeyTest.cs : added tests for
|
||||
IsSupportedAlgorithm() and GetAsymmetricAlgorithm().
|
||||
* EncryptedKeyIdentifierClauseTest.cs : new test.
|
||||
|
||||
2006-09-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityAlgorithmsTest.cs : fixed consts.
|
||||
|
||||
2006-09-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SamlAssertionTest.cs :
|
||||
moved MySecurityTokenSerializer to *.Common dir.
|
||||
|
||||
2006-09-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509SecurityTokenTest.cs : added test for
|
||||
MatchesKeyIdentifierClause().
|
||||
* LocalIdKeyIdentifierClauseTest.cs : new test.
|
||||
|
||||
2006-09-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityAlgorithmsTest.cs, X509AsymmetricSecurityKeyTest.cs :
|
||||
new tests.
|
||||
|
||||
2006-09-07 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SamlAttributeStatementTest.cs, SamlConstantsTest.cs :
|
||||
new tests.
|
||||
|
||||
2006-09-07 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* InMemorySymmetricSecurityKeyTest.cs : new test.
|
||||
* SamlAssertionTest.cs : added more WriteXml() and .ctor() tests,
|
||||
plus some minor fixes.
|
||||
|
||||
2006-09-04 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SamlAssertionTest.cs : new test, for .ctor().
|
||||
|
||||
2006-08-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SecurityTokenTypesTest.cs : new file (just for constant check).
|
||||
|
||||
2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* UserNameSecurityTokenTest.cs :
|
||||
limit ValidFrom test range more rational.
|
||||
|
||||
2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* UserNameSecurityTokenTest.cs : wrong test item numbers.
|
||||
|
||||
2006-08-04 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* UserNameSecurityTokenTest.cs : fixed test. DateTime.Now is not
|
||||
likely to return that of a few moments ago.
|
||||
|
||||
2006-08-01 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* UserNameSecurityTokenTest.cs : new test.
|
||||
|
||||
2006-07-31 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* X509SecurityTokenTest.cs : new test.
|
||||
Reference in New Issue
Block a user