npgsql - Npgsql2: Fixed SSL authentication by setting an static field - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Fixed SSL authentication by setting an static field
Date
Msg-id 20070921021652.2B5D5217699@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------

    Fixed SSL authentication by setting an static field to true: RSACryptoServiceProvider.UseMachineKeyStore = true.
Seehttps://bugzilla.novell.com/show_bug.cgi?id=MONO77559 and http://pgfoundry.org/forum/message.php?msg_id=1002377 for
moreinfo about that. Thanks Erwin Thaler for heads up. 

Modified Files:
--------------
    Npgsql2/src/Npgsql:
        NpgsqlConnection.cs (r1.4 -> r1.5)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnection.cs.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Insert a hack in pl/tcl to disable Tcl's built-in Notifier
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: If we're gonna provide an --enable-profiling configure option,