summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/host.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+8
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21594: give the same error in all resolve backendsStefan Metzmacher1-2/+2
2007-10-10r19645: don't pass NULL as mem_ctx...Stefan Metzmacher1-5/+8
2007-10-10r19642: convert host.c to new composite apiStefan Metzmacher1-35/+26
2007-10-10r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell1-2/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-9/+9
2007-10-10r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-2/+2
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-8/+4
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-8/+8
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell1-2/+1
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell1-3/+1
2007-10-10r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell1-0/+233