summaryrefslogtreecommitdiff
path: root/source4/nbt_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5196: fixed sily bug (that metze found)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-8/+6
2007-10-10r5172: actually bind to the right address for the wildcard interface ....Andrew Tridgell1-2/+4
2007-10-10r5171: added support for "bind interfaces only" in nbtd. The solution was toAndrew Tridgell5-89/+76
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell1-1/+3
2007-10-10r5147: remove unused varStefan Metzmacher1-3/+0
2007-10-10r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2-1/+4
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-2/+2
2007-10-10r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell1-0/+82
2007-10-10r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell5-14/+148
2007-10-10r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell1-20/+11
2007-10-10r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell8-16/+483
2007-10-10r5109: - fixed handling of zero-length subcontexts in the ndr libraryAndrew Tridgell1-1/+8
2007-10-10r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell4-0/+230