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