Add context for libcli_resolve.
[samba-svnmirror.git] / source / libnet / libnet_lookup.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-12-07 jelmerNo more global_loadparm in finddcs.
2007-12-07 jelmerremove more uses of global_loadparm.
2007-10-06 jelmerConvert last instances of BOOL, True and False to the...
2007-10-01 jelmerMerge some changes I made on the way home from SFO:
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-05-16 metzefix bug #4618:
2007-05-11 mimirtwo more memory allocation checks.
2007-05-08 mimir- replace talloc_zero with composite_create
2006-12-22 mimiruse prereq function instead of local implementation.
2006-12-17 metzewe can't use composite_error() in a _recv() function...
2006-12-17 mimirreturn status unsuccessful when null pointers are returned
2006-12-15 metzemake the composite api usage more consistant (only...
2006-12-14 mimirreturn the actual function status code.
2006-12-14 metzewe have a dom_sid_add_rid() function that adds the...
2006-12-13 mimirPrevent potential segfault in case account is unknown.
2006-10-24 metzeremove pointless cast
2006-08-27 mimirThe two new functions - libnet_LookupName and libnet_Us...
2006-07-09 mimirAdd continue function and prevent from segfaulting...
2006-06-29 mimirName type should be passed further down the lookup...
2006-03-07 jelmerAround round of splitups
2006-03-07 jelmerSplit more prototypes out of include/proto.h + initial...
2006-02-03 abartletCreate a new function messaging_client_init() which...
2006-01-12 abartletCope when we are not supplied the messaging context...
2006-01-12 abartletThis moves the libnet_LookupPdc code to use a GetDC...
2005-12-30 jelmerRemove some unused #include lines.
2005-11-18 tridge- fixed a valgrind error in libnet, caused by using...
2005-11-16 mimirMove buffer allocation to libnet_Lookup function so...
2005-09-26 metze- seperate implementation specific stuff, from the...
2005-07-02 mimirPut name resolution methods into libnet_context. This...
2005-06-21 mimirImplementation of "shortcut" function for those (probab...
2005-06-19 mimirUse state structure in connection with io to get return...
2005-06-18 mimirA few missing pieces...
2005-06-18 mimirImplementation of very basic lookup function (to be...