r11649: - add support for ntcancel replies (they only happen in error cases,
commite6eb0fd2c2f45d6f612d74c6b527c7b17094c907
authorStefan Metzmacher <metze@samba.org>
Thu, 10 Nov 2005 16:09:44 +0000 (10 16:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:08 +0000 (10 13:46 -0500)
treeeae93a20c7c26a9ac7f35ae8811e09afe2da11a3
parent475eb4cc96aa147897fd6b0d5b5cc0509fb1d2a0
r11649: - add support for ntcancel replies (they only happen in error cases,
  e.g when you supply an invalid TID or VUID)
- as we don't yet understand how to check the smb_signing of this
  replies, we just ignore the whole packet

abartlet,jra,tridge:
can someone try to find out how to create and verify
the signatures for this replies.
what I noticed is that still use the increment by one for the request,
and later requests are still generated fine, only the generating and verifying
of the ntcancel replies make problems

metze
source/libcli/raw/clitransport.c
source/libcli/raw/libcliraw.h
source/libcli/raw/rawnotify.c