Change the way we sign SMB packets, to a function pointer interface.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 9 Mar 2003 09:23:09 +0000 (09:23 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 9 Mar 2003 09:23:09 +0000 (09:23 +0000)
commit2ed7730f2d498a446dc7281e652d02a9dd2d94cf
tree88e89c9d42ad1e7cca1251a0331994ea9d345956
parent6ed674023620cc77e3276561f913b7a62ed26245
Change the way we sign SMB packets, to a function pointer interface.

The intention is to allow for NTLMSSP and kerberos signing of packets, but
for now it's just what I call 'simple' signing. (aka SMB signing per the SNIA
spec)

Andrew Bartlett
(This used to be commit b9cf95c3dc04a45de71fb16e85c1bfbae50e6d8f)
source3/Makefile.in
source3/include/client.h
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/smb_signing.c [new file with mode: 0644]
source3/libsmb/smbencrypt.c