summaryrefslogtreecommitdiff
path: root/source4/main.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-10-14 12:37:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:41:14 -0500
commite44c76ebd75af22f15b4ab2dd87421e66632eac0 (patch)
tree61acf802344ca1e23785918a2c7c4112b8f55da3 /source4/main.mk
parentfccbbf354634b31c9c3cb2bca15843f13e3b77f9 (diff)
downloadsamba-e44c76ebd75af22f15b4ab2dd87421e66632eac0.tar.gz
samba-e44c76ebd75af22f15b4ab2dd87421e66632eac0.tar.bz2
samba-e44c76ebd75af22f15b4ab2dd87421e66632eac0.zip
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)
Diffstat (limited to 'source4/main.mk')
-rw-r--r--source4/main.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk
index a00bd29275..666639adfa 100644
--- a/source4/main.mk
+++ b/source4/main.mk
@@ -30,6 +30,7 @@ include ldap_server/config.mk
include web_server/config.mk
include winbind/config.mk
include nbt_server/config.mk
+include wrepl_server/config.mk
include cldap_server/config.mk
include auth/gensec/config.mk
include auth/kerberos/config.mk