summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/register.c
Commit message (Expand)AuthorAgeFilesLines
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13006: always debug the unicast and broadcast addressStefan Metzmacher2007-10-101-11/+12
* r12607: fix the buildStefan Metzmacher2007-10-101-0/+1
* r11329: the 0x1C must be registered as group nameStefan Metzmacher2007-10-101-2/+2
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-11/+10
* r8285: generate some real stats in the nbt server for the irpc client code to...Andrew Tridgell2007-10-101-0/+4
* r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell2007-10-101-0/+12
* r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2007-10-101-10/+16
* r5329: made the nbt server case sensitiveAndrew Tridgell2007-10-101-1/+1
* r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell2007-10-101-3/+5
* r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell2007-10-101-15/+28
* 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
* r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell2007-10-101-24/+25
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-8/+6
* r5171: added support for "bind interfaces only" in nbtd. The solution was toAndrew Tridgell2007-10-101-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-101-5/+9
* 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-101-0/+161