libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 20 Jan 2011 05:37:04 +0000 (16:37 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 Jan 2011 22:44:05 +0000 (23:44 +0100)
commit084b4e235e2f500614638cb9c023a5ae8c2e531d
treecf62ba3dd52756abf5f016fa84ca8fa7ff0096b4
parent039dd96be236ab0ed1656bd854f407d26e8d3433
libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code.

The idea here is to allow the source3/libads/sasl.c code to call this
instead of the lower level ntlmssp_* functions.

Andrew Bartlett
libcli/auth/ntlmssp.h
libcli/auth/ntlmssp_sign.c
source4/auth/ntlmssp/ntlmssp_sign.c