summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/host.c
AgeCommit message (Expand)AuthorFilesLines
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