r13407: Change the credentials code to be more like the Samba4 structure,
authorJeremy Allison <jra@samba.org>
Thu, 9 Feb 2006 07:03:23 +0000 (07:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:09:59 +0000 (11:09 -0500)
commitad8b47a2ba4e81420bc2272e8438a727cc2223ee
treeb6f23560649f3b54aa3458d3c8667f145805ec5b
parentcf7c47aac990f67e1829a7e4b9d3550b7e93739b
r13407: Change the credentials code to be more like the Samba4 structure,
makes fixes much easier to port. Fix the size of dc->sess_key to
be 16 bytes, not 8 bytes - only store 8 bytes in the inter-smbd
store in secrets.tdb though. Should fix some uses of the dc->sess_key
where we where assuming we could read 16 bytes.
Jeremy.
(This used to be commit 5b3c2e63c73fee8949108abe19ac7a448a033a7f)
source3/include/ntdomain.h
source3/include/rpc_dce.h
source3/libsmb/credentials.c
source3/libsmb/smbdes.c
source3/passdb/secrets.c
source3/rpc_parse/parse_rpc.c
source3/rpc_server/srv_netlog_nt.c