summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* r13007: let our winsclient code register multihomed records withStefan Metzmacher2007-10-101-2/+2
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-5/+26
* r12607: fix the buildStefan Metzmacher2007-10-101-0/+1
* r12577: filter the loopback addresses like this 127.*.*.* and not only 127.0.0.1Stefan Metzmacher2007-10-101-12/+10
* r12535: - simplify string list handling in a couple of places using str_list_...Andrew Tridgell2007-10-101-23/+12
* r12440: fix crash bugsStefan Metzmacher2007-10-101-0/+3
* r11711: fixed the nbt server to use the right interface for outgoing requestsAndrew Tridgell2007-10-101-0/+24
* r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher2007-10-101-7/+7
* r8285: generate some real stats in the nbt server for the irpc client code to...Andrew Tridgell2007-10-101-0/+9
* r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell2007-10-101-38/+6
* r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell2007-10-101-3/+45
* r5346: - a bit more preparation for the WINS server going inAndrew Tridgell2007-10-101-11/+6
* r5329: made the nbt server case sensitiveAndrew Tridgell2007-10-101-1/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-4/+4
* r5276: - added support for NBT_OPCODE_REFRESH2 (type 0x9)Andrew Tridgell2007-10-101-12/+13
* 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-101-6/+23
* r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell2007-10-101-10/+68
* r5212: added checking for receiving our own packets as broadcastsAndrew Tridgell2007-10-101-0/+6
* r5211: added broadcast name defense against both registration and refreshAndrew Tridgell2007-10-101-0/+13
* r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell2007-10-101-20/+21
* r5196: fixed sily bug (that metze found)Andrew Tridgell2007-10-101-1/+1
* 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-101-57/+68
* r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2007-10-101-9/+88
* r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2007-10-101-0/+88