From e44c76ebd75af22f15b4ab2dd87421e66632eac0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 14 Oct 2005 12:37:13 +0000 Subject: r11004: r10083@SERNOX: metze | 2005-09-08 16:50:32 +0200 This is the start of a WINS-Replicaton server: The design is to handle incoming and outgoing connections, in one process, because it make thing much easier, and there's no need to it otherwise. The current code only parses incoming packets, and can reply to them, but currently only a standard error packets STOP_ASSOCIATON with reason == 4 (I think it means your are not configured as a wins partner of me) (the server service is called "wrepl") metze (This used to be commit 55a2016ba379d035cd559fb55a280e2ee9f15178) --- source4/wrepl_server/config.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source4/wrepl_server/config.mk (limited to 'source4/wrepl_server/config.mk') diff --git a/source4/wrepl_server/config.mk b/source4/wrepl_server/config.mk new file mode 100644 index 0000000000..d5c194d2aa --- /dev/null +++ b/source4/wrepl_server/config.mk @@ -0,0 +1,11 @@ +# WREPL server subsystem + +####################### +# Start SUBSYSTEM WREPL_SRV +[SUBSYSTEM::WREPL_SRV] +INIT_OBJ_FILES = \ + wrepl_server/wrepl_server.o +REQUIRED_SUBSYSTEMS = \ + LIBCLI_WREPL WINSDB +# End SUBSYSTEM WREPL_SRV +####################### -- cgit