r8076: Put name resolution methods into libnet_context. This allows libnet based
commitd0ea136356bcb9c6c01120d8683b71e8689d5e5b
authorRafal Szczesniak <mimir@samba.org>
Sat, 2 Jul 2005 14:32:49 +0000 (2 14:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:05 +0000 (10 13:19 -0500)
treeef5811d0bfa3e2bf996f93cd112c427364914996
parentb28d2e96392e89e39f2499f54b6e549a8f3cfb4b
r8076: Put name resolution methods into libnet_context. This allows libnet based
application use methods of their own choice and makes it less dependent on
smb.conf parameters.
Use libnet_context in libnet_Lookup functions which is the way to pass
default name resolution methods if caller doesn't want to bother with
specifying them.

rafal
source/libnet/libnet.c
source/libnet/libnet.h
source/libnet/libnet_lookup.c