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