summaryrefslogtreecommitdiff
path: root/source4/nbt_server/interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ipv6: only listen on V4 addresses in the NBT serverAndrew Tridgell2011-06-061-5/+12
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-8/+8
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-8/+8
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+2
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* nbt_server: fix crash bug, the wins client interface may not have a nbtsockStefan Metzmacher2009-01-191-1/+1
* nbt_server: redirect incoming response packets to the correct interfaceStefan Metzmacher2009-01-191-0/+53
* nbt_server: add some debug messages which show the used interfaces addressesStefan Metzmacher2009-01-191-2/+12
* winsserver: we need to ignore duplicated name register requests.Stefan Metzmacher2009-01-191-0/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* s4-nbt: use private_data instead of private.Günther Deschner2008-09-231-1/+1
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+3
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-6/+7
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-5/+5
* r26265: Use task-provided loadparm context in nbt and rpc servers.Jelmer Vernooij2007-12-211-9/+12
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-211-1/+1
* r25546: Convert to standard bool type.Jelmer Vernooij2007-10-101-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-8/+9
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r14709: allways use the unicast socket of the interface, when reply to DGRAMStefan Metzmacher2007-10-101-8/+24
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+3
* r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell2007-10-101-3/+9
* 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