1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/smbd
Andrew Tridgell c7ded5ab0a r5108: the beginnings of a nbtd server for Samba4. Currently just displays
the packets it receives, but it at least shows how the server
structure will work.

To implement it I extended the libcli/nbt/ library to allow for an
incoming packet handler to be registered. That allows the nbt client
library to be used for low level processing of the nbtd server packets.

Other changes:

 - made the socket library always set SO_REUSEADDR when binding to an
   interface, to ensure that restarts of a server don't have to wait
   for a couple of minutes.

 - made the nbt port configurable. Defaults to 137, but other ports
   will be useful for testing.
(This used to be commit 2fedca6adf)
2007-10-10 13:09:23 -05:00
..
build_options.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
config.mk r5108: the beginnings of a nbtd server for Samba4. Currently just displays 2007-10-10 13:09:23 -05:00
process_model.c r5102: This is a major simplification of the logic for controlling top level 2007-10-10 13:09:22 -05:00
process_model.h r5104: - added support for task based servers. These are servers that within 2007-10-10 13:09:23 -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 r5104: - added support for task based servers. These are servers that within 2007-10-10 13:09:23 -05:00
process_standard.c r5104: - added support for task based servers. These are servers that within 2007-10-10 13:09:23 -05:00
process_thread.c r5104: - added support for task based servers. These are servers that within 2007-10-10 13:09:23 -05:00
server.c r5102: This is a major simplification of the logic for controlling top level 2007-10-10 13:09:22 -05:00
service_stream.c r5108: the beginnings of a nbtd server for Samba4. Currently just displays 2007-10-10 13:09:23 -05:00
service_stream.h r5103: forgot to add two new files 2007-10-10 13:09:22 -05:00
service_task.c r5104: - added support for task based servers. These are servers that within 2007-10-10 13:09:23 -05:00
service_task.h r5104: - added support for task based servers. These are servers that within 2007-10-10 13:09:23 -05:00
service.c r5102: This is a major simplification of the logic for controlling top level 2007-10-10 13:09:22 -05:00