summaryrefslogtreecommitdiffstats
path: root/source4/libcli/resolve/host.c
Commit message (Expand)AuthorAgeFilesLines
* 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