Skip to content

Tags: robinsonprogramming/nhin-d

Tags

dotnet-1.3.0.6-NET45

Toggle dotnet-1.3.0.6-NET45's commit message
Adding tag DNS 2.0.1

dotnet-1.3.0.7-NET45-Beta

Toggle dotnet-1.3.0.7-NET45-Beta's commit message
Update README.md

dotnet-1.3.0.6-NET45-Beta

Toggle dotnet-1.3.0.6-NET45-Beta's commit message
Merge pull request DirectProject#277 from wshelor/Intermediate-Anchor…

…-Validation-Fix

Intermediate Certificate Validation Windows 2012+ fix

Direct-1.3.0.5-NET45_Beta

Toggle Direct-1.3.0.5-NET45_Beta's commit message
Fixed a permenant routing failure after the first error. The folder r…

…outer most likely did not experience this issue. But plugin routers would see this. A new router instance is now used for each message. Test added.

Direct-1.3.0.4-NET45_Beta

Toggle Direct-1.3.0.4-NET45_Beta's commit message
.NET RI: DnsResponder integrated with Policy Engine.

Many installer adjustments for policy settings inclusion in config files.

dotnet-1.3.0.3-NET45-Beta

Toggle dotnet-1.3.0.3-NET45-Beta's commit message
Windows 2008 cannot use the new X509ChainEngine. So Windows 2008 depl…

…oyments will still need to install partner anchors into the Third-Party Root Certification Authorities folder in the Local Computer certificate store.

dotnet-1.3.0.0-NET45-Beta

Toggle dotnet-1.3.0.0-NET45-Beta's commit message
Preparing release 1.3.0.0.Beta

- Policy
- HSM part I
- CRL without the Windows Cert Store.
- .Net 4.5.2

dotnet-1.2.0.8

Toggle dotnet-1.2.0.8's commit message
Advancing version number to 1.2.0.8...

dotnet-1.2.0.7

Toggle dotnet-1.2.0.7's commit message
Changed the solution for issue 227. Rather than enable domain searchi…

…ng for

sending address validation via the config service a new web method called
GetAddressOrDomain exposes the new feature.  The normal behavior when an
AddressManager is configured in the smtpAgentConfig.xml file is to only allow
messages to be sent and received when the address exists in the config store and
is enabled.  AddressManager can now include a settings child node.  AddressManager
will recognize a xml element called EnabledDomainSearch.  Set the value to
true and the new GetAddressorDomain web service method will be called.  If an
email address exists in the table and it's staus is enabled then it will return
the address which is a success.  But if no address is found then it will try to
find the domain for the address being validated.  If it finds a domain the is
status of enabled then the same address queried will be returned and thus
considered a success.

dotnet-1.2.0.6

Toggle dotnet-1.2.0.6's commit message
Merge