summaryrefslogtreecommitdiff
path: root/source4/nbt_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell3-3/+59
2007-10-10r5585: LDB interfaces change:Simo Sorce2-7/+7
2007-10-10r5454: moved the WINS server code into its own directoryAndrew Tridgell6-10/+19
2007-10-10r5418: - added version numbers to WINS database records in preparation for ad...Andrew Tridgell4-4/+84
2007-10-10r5411: make network interface selection a bit sanerAndrew Tridgell1-0/+5
2007-10-10r5408: - added testing for the behaviour of the special 0x1c nameAndrew Tridgell4-9/+20
2007-10-10r5397: added testing and server support for the special handling required for...Andrew Tridgell1-0/+6
2007-10-10r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell6-47/+280
2007-10-10r5387: - added automatic WINS server record expiryAndrew Tridgell3-20/+149
2007-10-10r5375: use a real DN in the WINS database. We now pass the NBT-WINS test.Andrew Tridgell1-2/+2
2007-10-10r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell7-28/+393
2007-10-10r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell7-39/+47
2007-10-10r5346: - a bit more preparation for the WINS server going inAndrew Tridgell8-144/+263
2007-10-10r5329: made the nbt server case sensitiveAndrew Tridgell2-2/+2
2007-10-10r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-4/+4
2007-10-10r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell5-34/+145
2007-10-10r5260: - show an error message on nmblookup failureAndrew Tridgell1-3/+0
2007-10-10r5259: make sure we give the ip of the interface that a name query comes inAndrew Tridgell3-8/+25
2007-10-10r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell11-64/+287
2007-10-10r5222: made the nbtd_self_packet() code more efficientAndrew Tridgell1-6/+16
2007-10-10r5216: don't defend group names against incoming name registration requestsAndrew Tridgell1-1/+1
2007-10-10r5215: register aliases as both client and server node types, so nmblookup ca...Andrew Tridgell1-0/+1
2007-10-10r5214: added support for "netbios aliases" in smb.confAndrew Tridgell1-1/+8
2007-10-10r5213: do our name broadcast refresh requests as register packets not refreshAndrew Tridgell1-4/+9
2007-10-10r5212: added checking for receiving our own packets as broadcastsAndrew Tridgell2-0/+35
2007-10-10r5211: added broadcast name defense against both registration and refreshAndrew Tridgell4-7/+124
2007-10-10r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell8-76/+79
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2-2/+2
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