Changeset 223 for branches/samba-3.3.x/source/libsmb/smb_seal.c
- Timestamp:
- May 24, 2009, 7:51:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/libsmb/smb_seal.c
r206 r223 137 137 smb_set_enclen(buf_out, smb_len(buf) + NTLMSSP_SIG_SIZE, enc_ctx_num); 138 138 139 sig = data_blob(NULL, NTLMSSP_SIG_SIZE);139 ZERO_STRUCT(sig); 140 140 141 141 status = ntlmssp_seal_packet(ntlmssp_state, … … 154 154 /* First 16 data bytes are signature for SSPI compatibility. */ 155 155 memcpy(buf_out + 8, sig.data, NTLMSSP_SIG_SIZE); 156 data_blob_free(&sig); 156 157 *ppbuf_out = buf_out; 157 158 return NT_STATUS_OK;
Note:
See TracChangeset
for help on using the changeset viewer.