r11004: r10083@SERNOX: metze | 2005-09-08 16:50:32 +0200
authorStefan Metzmacher <metze@samba.org>
Fri, 14 Oct 2005 12:37:13 +0000 (12:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:41:14 +0000 (13:41 -0500)
commite44c76ebd75af22f15b4ab2dd87421e66632eac0
tree61acf802344ca1e23785918a2c7c4112b8f55da3
parentfccbbf354634b31c9c3cb2bca15843f13e3b77f9
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/main.mk
source4/smbd/config.mk
source4/wrepl_server/config.mk [new file with mode: 0644]
source4/wrepl_server/wrepl_server.c [new file with mode: 0644]