s3-seal use gensec_[un]wrap() instead of gensec_[un]seal_packet()
authorAndrew Bartlett <abartlet@samba.org>
Thu, 20 Oct 2011 09:53:40 +0000 (11:53 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Oct 2011 06:43:28 +0000 (08:43 +0200)
commitb9b170a9dd640dbde0a707b972fdb0c611e68df5
tree4fd864eac24df29c35a93587930eb884c5c2da02
parentbd29f79463009ff7383cb17a3f766fddcdb1f302
s3-seal use gensec_[un]wrap() instead of gensec_[un]seal_packet()

This should not make a difference for NTLMSSP as it still calls the
low level ntlmssp_[un]seal_packet() functions with the same input parameters.

If we convert the gss-api/krb5 based code to gensec we have to use
gensec_[un]wrap() as the wire format is different compared to
gensec_[un]seal_packet() there.

Andrew Bartlett

Split from another commit by Stefan Metzmacher <metze@samba.org>
source3/libsmb/smb_seal.c