Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Novell.Directory.Ldap.Security.jvm « Novell.Directory.Ldap « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc77f724ea80e1c81f59663af3de18aec5eac674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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.