2005-11-06 Konstantin Triger * SecureStream.cs, CreateContextPrivilegedAction.cs, Krb5Helper.cs: create GSSCredential only once, cleanup 2005-11-03 Konstantin Triger * 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 * 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 * 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.