W00t! Client smb signing is now working correctly with krb5 and w2k server.
authorJeremy Allison <jra@samba.org>
Fri, 25 Jul 2003 23:15:30 +0000 (23:15 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 25 Jul 2003 23:15:30 +0000 (23:15 +0000)
commit3f9e3b60709df5ab755045a093e642510d4cde00
treee9984b800ae7791b875947c5fbad0a130ea2c136
parent833bc5c06018043cf0eb6bdcbb96922964286559
W00t! Client smb signing is now working correctly with krb5 and w2k server.
Server code *should* also work (I'll check shortly). May be the odd memory
leak. Problem was we (a) weren't setting signing on in the client krb5 sessionsetup
code (b) we need to ask for a subkey... (c). The client and server need to
ask for local and remote subkeys respectively.
Thanks to Paul Nelson @ Thursby for some sage advice on this :-).
Jeremy.
source/include/includes.h
source/libads/kerberos_verify.c
source/libads/sasl.c
source/libsmb/cliconnect.c
source/libsmb/clikrb5.c
source/libsmb/clispnego.c
source/libsmb/smb_signing.c