1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/smbd
Stefan Metzmacher e44c76ebd7 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 55a2016ba3)
2007-10-10 13:41:14 -05:00
..
config.mk r11004: r10083@SERNOX: metze | 2005-09-08 16:50:32 +0200 2007-10-10 13:41:14 -05:00
process_model.c r5197: moved events code to lib/events/ (suggestion from metze) 2007-10-10 13:09:30 -05:00
process_model.h r5304: removed lib/socket/socket.h from includes.h 2007-10-10 13:09:39 -05:00
process_model.m4 r3753: Have some modules default to "NOT" and enable them again when 2007-10-10 13:05:51 -05:00
process_model.mk r3737: - Get rid of the register_subsystem() and register_backend() functions. 2007-10-10 13:05:48 -05:00
process_single.c r10920: in case of a accept() failure just failing and trying again is no 2007-10-10 13:39:43 -05:00
process_standard.c r10920: in case of a accept() failure just failing and trying again is no 2007-10-10 13:39:43 -05:00
process_thread.c r10920: in case of a accept() failure just failing and trying again is no 2007-10-10 13:39:43 -05:00
SConscript r10586: Add MergedObject() builder. Default to Library() rather 2007-10-10 13:39:08 -05:00
server.c r10315: Remove use of fstring and pstring in dynconfig.c 2007-10-10 13:38:17 -05:00
service_stream.c r10768: add a function to create a stream_connection from an already 2007-10-10 13:39:29 -05:00
service_stream.h r5195: most events don't need the time of the event, so save a gettimeofday() call 2007-10-10 13:09:30 -05:00
service_task.c r7911: task_terminate() is defined in the macosx headers, so change the name 2007-10-10 13:18:48 -05:00
service_task.h r6997: added a private pointer to the task structure. This is needed by the session data 2007-10-10 13:17:03 -05:00
service.c r7352: the internal heimdal build change. This changes quite a few things: 2007-10-10 13:17:45 -05:00