summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server
Commit message (Expand)AuthorAgeFilesLines
* r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell2007-10-105-34/+145
* r5260: - show an error message on nmblookup failureAndrew Tridgell2007-10-101-3/+0
* r5259: make sure we give the ip of the interface that a name query comes inAndrew Tridgell2007-10-103-8/+25
* r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell2007-10-1011-64/+287
* r5222: made the nbtd_self_packet() code more efficientAndrew Tridgell2007-10-101-6/+16
* r5216: don't defend group names against incoming name registration requestsAndrew Tridgell2007-10-101-1/+1
* r5215: register aliases as both client and server node types, so nmblookup ca...Andrew Tridgell2007-10-101-0/+1
* r5214: added support for "netbios aliases" in smb.confAndrew Tridgell2007-10-101-1/+8
* r5213: do our name broadcast refresh requests as register packets not refreshAndrew Tridgell2007-10-101-4/+9
* r5212: added checking for receiving our own packets as broadcastsAndrew Tridgell2007-10-102-0/+35
* r5211: added broadcast name defense against both registration and refreshAndrew Tridgell2007-10-104-7/+124
* r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell2007-10-108-76/+79
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-102-2/+2
* r5196: fixed sily bug (that metze found)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-8/+6
* r5172: actually bind to the right address for the wildcard interface ....Andrew Tridgell2007-10-101-2/+4
* r5171: added support for "bind interfaces only" in nbtd. The solution was toAndrew Tridgell2007-10-105-89/+76
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-101-1/+3
* r5147: remove unused varStefan Metzmacher2007-10-101-3/+0
* r5145: define struct ipv4_addr in misc.idl,Stefan Metzmacher2007-10-102-1/+4
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-2/+2
* r5121: added periodic name refresh requests for all our registered names, rep...Andrew Tridgell2007-10-101-0/+82
* r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell2007-10-105-14/+148
* r5117: used a composite function to add 4 stage name registration. We send 3Andrew Tridgell2007-10-101-20/+11
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-108-16/+483
* r5109: - fixed handling of zero-length subcontexts in the ndr libraryAndrew Tridgell2007-10-101-1/+8
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-104-0/+230