r10766: - make it possible to mark a wrepl_request as send only,
authorStefan Metzmacher <metze@samba.org>
Thu, 6 Oct 2005 14:38:07 +0000 (14:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:28 +0000 (13:39 -0500)
commitdfc95de8fa7ded8ea92cafe58cf86efcc7920156
tree6a0f4dde83da5cfe844fa3054880fc00fc46a1b5
parent6b33e3eedd13ade5c7c9f4b5062e8b8f919fe39c
r10766: - make it possible to mark a wrepl_request as send only,
  used for WREPL_REPL_INFORM* messsages
- make it possible to close the connection after a request was send
  used for WREPL_ASSOCIATION_STOP
- fix the torture test that tests the assoc context handling
  between connections, you can issue a request and get the reply
  on another connection, I think we should not implement that in our server
  code, as I think it's a security hole, you can cause a windows server
  to send the replies to someone another client, that doesn't wait for data,
  and as there're no massage_id in the protocol the client would be confused
  by a replies that doesn't belong to a query

metze
source/include/structs.h
source/libcli/wrepl/winsrepl.c
source/libcli/wrepl/winsrepl.h
source/torture/nbt/winsreplication.c