972675275484a982f1d52f9c86397977f80616d8
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Security.jvm / ChangeLog
1 2005-11-03  Konstantin Triger <kostat@mainsoft.com>
2
3         * CreateContextPrivilegedAction.cs: always require mutual auth;
4                 require integrity by default.
5         * Krb5Helper.cs: for wrap/unwrap: always create MessageProp with 
6                 pribState set.
7
8 2005-14-08  Boris Kirzner <borisk@mainsoft.com>
9         * Krb5Helper.cs: ExchangeTokens does proper final handshaking. Wrap/Unwrap
10         perform no action if no integrity and encryption accured.
11         * SecureStream.cs: Private convertion methods became internal, used by 
12         Krb5Helper.
13
14 2005-28-07  Boris Kirzner <borisk@mainsoft.com>
15         * Novell.Directory.Ldap.Security.jvm/ExchangeTokenPrivilegedAction.cs,\r
16         Novell.Directory.Ldap.Security.jvm/CreateContextPrivilegedAction.cs,\r
17         Novell.Directory.Ldap.Security.jvm/SecureStream.cs,
18         Novell.Directory.Ldap.Security.jvm/WrapPrivilegedAction.cs,
19         Novell.Directory.Ldap.Security.jvm/Krb5Helper.cs,
20         Novell.Directory.Ldap.Security.jvm/UnwrapPrivilegedAction.cs,
21         Novell.Directory.Ldap.Security.jvm/AuthenticationCallbackHandler.cs: added
22         new classes implementing kerberos authntication support.