Add context for libcli_resolve.
[samba-svnmirror.git] / source / libcli / finddcs.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-12-07 jelmerNo more global_loadparm in finddcs.
2007-12-03 jelmerpass name resolve order explicitly, use torture context...
2007-10-01 jelmerMerge some changes I made on the way home from SFO:
2007-09-28 jelmerParse loadparm context to all lp_*() functions.
2007-09-08 jelmerFix more warnings.
2007-09-08 jelmerMove param/param.h out of includes.h
2007-08-19 metzerename some DCERPC_ prefixes into NDR_
2007-08-19 metzerename 'dcerpc_table_' -> 'ndr_table_'
2007-07-10 tridgeconvert Samba4 to GPLv3
2007-05-29 abartletNote that we only return one DC from this call at the...
2007-05-07 metzefix memleaks by passing an mem_ctx to
2007-01-10 tridgefirst preparations for cluster enablement. This changes "
2006-07-30 metzemake better usage of the composite api
2006-07-03 mimirTypo fix in a comment.
2006-04-25 abartletUse talloc_zero() to avoid use of uninitialised values...
2006-03-16 jelmerDon't include ndr_BASENAME.h files unless strictly...
2006-03-07 jelmerSplit more prototypes out of include/proto.h + initial...
2006-01-24 abartletWalk the names in the node status request, so I can...
2006-01-12 abartletNeed to trim spaces off the end of the node status...
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...