summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/host.c
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* s4:libcli/replace: add some RESOLVE_NAME_FLAG* flagsStefan Metzmacher2008-12-181-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/+2
* s4:libcli/resolve: remove all backend specific sync functionsStefan Metzmacher2008-12-171-11/+0
* s4:libcli/resolve: let the "host" module use the dns_ex.c codeStefan Metzmacher2008-12-171-183/+11
* s4:libcli/resolve: add resolve_name_all*() which return all addresses not onl...Stefan Metzmacher2008-12-111-8/+16
* s4:libcli/resolve: don't ignore SIGCHLD anymoreStefan Metzmacher2008-11-161-7/+15
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-1/+0
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-1/+8
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-211-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21594: give the same error in all resolve backendsStefan Metzmacher2007-10-101-2/+2
* r19645: don't pass NULL as mem_ctx...Stefan Metzmacher2007-10-101-5/+8
* r19642: convert host.c to new composite apiStefan Metzmacher2007-10-101-35/+26
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-9/+9
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-101-1/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-2/+2
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-8/+4
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-8/+8
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-2/+1
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-3/+1
* r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell2007-10-101-0/+233