1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/libcli
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
..
auth r5092: Add a bit more const - moving it further into the LDB layer. 2007-10-10 13:09:22 -05:00
composite r4957: the fetchfile _recv() function was neglecting to steal the data and 2007-10-10 13:09:10 -05:00
ldap r5107: moved the horrible ldap socket code, and the even worse 2007-10-10 13:09:23 -05:00
nbt r5108: the beginnings of a nbtd server for Samba4. Currently just displays 2007-10-10 13:09:23 -05:00
raw r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
resolve r4944: every event_add_*() caller was having to call talloc_steal() to take 2007-10-10 13:09:08 -05:00
security r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
util r5107: moved the horrible ldap socket code, and the even worse 2007-10-10 13:09:23 -05:00
cliconnect.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
clideltree.c r4013: got rid of a bunch of unused or unmaintained code 2007-10-10 13:06:15 -05:00
clifile.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
clilist.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
climessage.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
clireadwrite.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
clitrans2.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
config.m4 r4700: first attempt at a composite async function, smb_composite_loadfile(), 2007-10-10 13:08:45 -05:00
config.mk r5053: - fix up the library dependencies so that tools that need nbt don't 2007-10-10 13:09:18 -05:00
libsmb.mk r3744: Support building subsystems as a shared library. Modules don't work yet, 2007-10-10 13:05:50 -05:00