28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
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,
|
|
Novell.Directory.Ldap.Security.jvm/CreateContextPrivilegedAction.cs,
|
|
Novell.Directory.Ldap.Security.jvm/SecureStream.cs,
|
|
Novell.Directory.Ldap.Security.jvm/WrapPrivilegedAction.cs,
|
|
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.
|