Refactoring out get_schannel_session_key logic.
authorMichael Adam <obnox@samba.org>
Tue, 11 Dec 2007 13:36:11 +0000 (14:36 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 13 Dec 2007 09:15:19 +0000 (10:15 +0100)
commit7cf5c17f12328d100fca7979a292ea22165bf80b
tree347e4f420c56dc6e9fa25edff38564c13daf4f46
parentce76bcff29819056dc7a4aac0c3468022a7485f1
Refactoring out get_schannel_session_key logic.

Refactor the actual retrieval of the session key through the
established netlogon pipe out of get_schannel_session_key()
and get_schannel_session_key_auth_ntlmssp() into a new
function get_schannel_session_key_common().
(To avoid code duplication.)

Michael
(This used to be commit e77c4022cfbb868e608edcb06b676658b0e201ad)
source3/rpc_client/cli_pipe.c