mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
e44c76ebd7
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
|
||
---|---|---|
.. | ||
config.mk | ||
process_model.c | ||
process_model.h | ||
process_model.m4 | ||
process_model.mk | ||
process_single.c | ||
process_standard.c | ||
process_thread.c | ||
SConscript | ||
server.c | ||
service_stream.c | ||
service_stream.h | ||
service_task.c | ||
service_task.h | ||
service.c |