summaryrefslogtreecommitdiff
path: root/source4/nbt_server/interfaces.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-06s4-ipv6: only listen on V4 addresses in the NBT serverAndrew Tridgell1-5/+12
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-8/+8
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-8/+8
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+2
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
2009-01-19nbt_server: fix crash bug, the wins client interface may not have a nbtsockStefan Metzmacher1-1/+1
2009-01-19nbt_server: redirect incoming response packets to the correct interfaceStefan Metzmacher1-0/+53
2009-01-19nbt_server: add some debug messages which show the used interfaces addressesStefan Metzmacher1-2/+12
2009-01-19winsserver: we need to ignore duplicated name register requests.Stefan Metzmacher1-0/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-23s4-nbt: use private_data instead of private.Günther Deschner1-1/+1
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-2/+3
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-6/+7
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-5/+5
2007-12-21r26265: Use task-provided loadparm context in nbt and rpc servers.Jelmer Vernooij1-9/+12
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-1/+1
2007-10-10r25546: Convert to standard bool type.Jelmer Vernooij1-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-8/+9
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r14709: allways use the unicast socket of the interface, when reply to DGRAMStefan Metzmacher1-8/+24
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+3
2007-10-10r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell1-3/+9
2007-10-10r13007: let our winsclient code register multihomed records withStefan Metzmacher1-2/+2
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-5/+26
2007-10-10r12607: fix the buildStefan Metzmacher1-0/+1
2007-10-10r12577: filter the loopback addresses like this 127.*.*.* and not only 127.0.0.1Stefan Metzmacher1-12/+10
2007-10-10r12535: - simplify string list handling in a couple of places using str_list_...Andrew Tridgell1-23/+12
2007-10-10r12440: fix crash bugsStefan Metzmacher1-0/+3
2007-10-10r11711: fixed the nbt server to use the right interface for outgoing requestsAndrew Tridgell1-0/+24
2007-10-10r10997: r11980@SERNOX (orig r10037): metze | 2005-09-05 14:21:40 +0200Stefan Metzmacher1-7/+7
2007-10-10r8285: generate some real stats in the nbt server for the irpc client code to...Andrew Tridgell1-0/+9
2007-10-10r6247: added the server side code for receiving mailslot requests, andAndrew Tridgell1-38/+6
2007-10-10r6184: the beginnings of the libcli/dgram/ library, and the dgramAndrew Tridgell1-3/+45
2007-10-10r5346: - a bit more preparation for the WINS server going inAndrew Tridgell1-11/+6
2007-10-10r5329: made the nbt server case sensitiveAndrew Tridgell1-1/+1
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 Tridgell1-12/+13
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 Tridgell1-6/+23
2007-10-10r5251: - renamed the nbtd server side structures to have a nbtd_ prefix, toAndrew Tridgell1-10/+68
2007-10-10r5212: added checking for receiving our own packets as broadcastsAndrew Tridgell1-0/+6
2007-10-10r5211: added broadcast name defense against both registration and refreshAndrew Tridgell1-0/+13
2007-10-10r5210: changed server side nbt functions to be prefixed with nbtd_ instead ofAndrew Tridgell1-20/+21
2007-10-10r5196: fixed sily bug (that metze found)Andrew Tridgell1-1/+1
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 Tridgell1-57/+68