2006-03-09 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Security.jvm / ChangeLog
index df96b0968cb99c99b9c3c332d6c550f421a76929..cc77f724ea80e1c81f59663af3de18aec5eac674 100644 (file)
@@ -1,3 +1,21 @@
+2005-11-06  Konstantin Triger <kostat@mainsoft.com>
+
+       * SecureStream.cs, CreateContextPrivilegedAction.cs, Krb5Helper.cs:
+               create GSSCredential only once, cleanup
+
+2005-11-03  Konstantin Triger <kostat@mainsoft.com>
+
+       * CreateContextPrivilegedAction.cs: always require mutual auth;
+               require integrity by default.
+       * Krb5Helper.cs: for wrap/unwrap: always create MessageProp with 
+               pribState set.
+
+2005-14-08  Boris Kirzner <borisk@mainsoft.com>
+       * Krb5Helper.cs: ExchangeTokens does proper final handshaking. Wrap/Unwrap
+       perform no action if no integrity and encryption accured.
+       * SecureStream.cs: Private convertion methods became internal, used by 
+       Krb5Helper.
+
 2005-28-07  Boris Kirzner <borisk@mainsoft.com>
        * Novell.Directory.Ldap.Security.jvm/ExchangeTokenPrivilegedAction.cs,\r
        Novell.Directory.Ldap.Security.jvm/CreateContextPrivilegedAction.cs,\r
@@ -6,4 +24,4 @@
        Novell.Directory.Ldap.Security.jvm/Krb5Helper.cs,
        Novell.Directory.Ldap.Security.jvm/UnwrapPrivilegedAction.cs,
        Novell.Directory.Ldap.Security.jvm/AuthenticationCallbackHandler.cs: added
-       new classes implementing kerberos authntication support.
\ No newline at end of file
+       new classes implementing kerberos authntication support.