svn commit: samba r2053 - branches/SAMBA_4_0/source/libcli/auth

abartlet at samba.org abartlet at samba.org
Wed Aug 25 07:13:03 GMT 2004


Author: abartlet
Date: 2004-08-25 07:13:01 +0000 (Wed, 25 Aug 2004)
New Revision: 2053

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2053&nolog=1

Log:
All RPC sessions 'want' a session key.  Of course, the key they
currently get it bougs, but anyway...

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/libcli/auth/gensec.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/gensec.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/gensec.c	2004-08-25 07:10:40 UTC (rev 2052)
+++ branches/SAMBA_4_0/source/libcli/auth/gensec.c	2004-08-25 07:13:01 UTC (rev 2053)
@@ -247,6 +247,9 @@
 		gensec_want_feature(gensec_security, GENSEC_WANT_SIGN);
 		gensec_want_feature(gensec_security, GENSEC_WANT_SEAL);
 	}
+
+	gensec_want_feature(gensec_security, GENSEC_WANT_SESSION_KEY);
+
 	return gensec_start_mech(gensec_security);
 }
 



More information about the samba-cvs mailing list