summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/bcast.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-28s4:libcli/resolve: only try broadcast messages to ipv4 addressesStefan Metzmacher1-2/+12
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-3/+3
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-17s4:libcli/resolve: specify the port for the resulting socket_addressesStefan Metzmacher1-1/+2
2008-12-17s4:libcli/resolve: optionally return the name that belongs to the returned ad...Stefan Metzmacher1-2/+3
2008-12-17s4:libcli/resolve: pass down flags to the resolver backendsStefan Metzmacher1-2/+4
2008-12-17s4:libcli/resolve: remove all backend specific sync functionsStefan Metzmacher1-20/+0
2008-12-11s4:libcli/resolve: add resolve_name_all*() which return all addresses not onl...Stefan Metzmacher1-4/+5
2008-09-30- make bcast name resolution match other name resolution modules forAndrew Tridgell1-1/+7
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-3/+7
2007-12-21r26437: remove another use of global_loadparm.Jelmer Vernooij1-8/+27
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+1
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-5/+10
2007-12-21r26378: Remove use of global_loadparm.Jelmer Vernooij1-4/+5
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+7
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-3/+4
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19645: don't pass NULL as mem_ctx...Stefan Metzmacher1-5/+6
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
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-4/+7
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-3/+0
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-2/+1
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-4/+4
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell1-101/+15
2007-10-10r4896: make sure the event context doesn't go away while waiting for event co...Andrew Tridgell1-1/+1
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell1-0/+163