Add context for libcli_resolve.
[samba-svnmirror.git] / source / libcli / resolve / host.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-10-13 jelmerRemove ipv4_addr hack. Only causes 4 extra includes...
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-02-28 metzegive the same error in all resolve backends
2006-11-09 metzedon't pass NULL as mem_ctx...
2006-11-08 metzeconvert host.c to new composite api
2006-05-24 tridgemore talloc_set_destructor() typesafe fixes
2006-03-16 jelmerDon't include ndr_BASENAME.h files unless strictly...
2005-12-30 jelmerRemove some unused #include lines.
2005-12-28 jelmerMove some more prototypes out to seperate headers
2005-09-26 metze- seperate implementation specific stuff, from the...
2005-09-23 jelmerMove portability functions to lib/replace/; replace...
2005-02-10 tridge - got rid of pstring.h from includes.h. This at least...
2005-02-03 tridgemoved events code to lib/events/ (suggestion from metze)
2005-02-03 tridgemost events don't need the time of the event, so save...
2005-02-03 tridgemake all the events data structures private to events...
2005-01-31 tridgethe composite code is no longer client specific or...
2005-01-23 tridgeevery event_add_*() caller was having to call talloc_st...
2005-01-23 tridgeSmplified the events handling code a lot. The first...
2005-01-22 tridgeadded "host" name resolution using fork() per gethostby...