Add context for libcli_resolve.
[samba-svnmirror.git] / source / libcli / resolve / resolve.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-12-03 jelmerpass name resolve order explicitly, use torture context...
2007-10-13 jelmerRemove ipv4_addr hack. Only causes 4 extra includes...
2007-09-28 jelmerParse loadparm context to all lp_*() functions.
2007-09-08 jelmerMove param/param.h out of includes.h
2007-09-07 jelmerFix more C++ and other warnings, fix some of the indent...
2007-09-07 jelmerFix some more C++ compatibility warnings.
2007-07-10 tridgeconvert Samba4 to GPLv3
2006-11-09 metzedon't pass NULL as mem_ctx...
2006-11-08 metzeconvert resolve.c to the new composite api
2006-03-16 jelmerDon't include ndr_BASENAME.h files unless strictly...
2006-03-07 jelmerSplit more prototypes out of include/proto.h + initial...
2005-12-30 jelmerRemove some unused #include lines.
2005-12-28 jelmerMove some more prototypes out to seperate headers
2005-12-08 tridgegot rid of composite_trigger_done() and composite_trigg...
2005-09-29 mimirFormatting for better readability.
2005-09-26 metze- seperate implementation specific stuff, from the...
2005-09-21 vlendecWhile playing with winbind, I found a segfault because...
2005-09-13 tridgeadded a composite_trigger_done() call that allows a...
2005-08-28 tridge r9680@blu: tridge | 2005-08-27 18:45:08 +1000
2005-06-24 tridgefixed warning of 'methods' shadowed variable
2005-06-21 mimirMake async request independent from config file routines.
2005-06-18 mimirExtend resolve_name function so that it's possible...
2005-05-22 tpotAdd a couple of helper functions for creating nbt names.
2005-02-25 tpotProtect against falling off the end of the name resolve...
2005-02-03 tridgemoved events code to lib/events/ (suggestion from metze)
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-22 tridgefixed an infinite loop in the name resolve code when...
2005-01-22 tridgeif a caller doesn't provide an event context to the...
2005-01-22 tridgeadded "host" name resolution using fork() per gethostby...
2005-01-21 tridge- removed the unused wins_srv_*() code
2005-01-21 tridge - added a generic resolve_name() async interface in...