From 6799fde75d1ccf93171874fd33f9e89e4472fd81 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 6 Oct 2005 14:38:07 +0000 Subject: 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 (This used to be commit dfc95de8fa7ded8ea92cafe58cf86efcc7920156) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include/structs.h') diff --git a/source4/include/structs.h b/source4/include/structs.h index 582aee1332..20b8cfa721 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -268,6 +268,7 @@ struct ads_struct; struct wrepl_packet; struct wrepl_associate; +struct wrepl_associate_stop; struct wrepl_pull_table; struct wrepl_pull_names; -- cgit