r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
authorAndrew Tridgell <tridge@samba.org>
Sun, 28 Aug 2005 02:37:14 +0000 (02:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:51 +0000 (13:34 -0500)
commitc98c6aa5611f26ab591c50fcded1fc55e81a0d07
tree599e3e9efc13a33535b50d40d9035c57a853dc19
parente669d0c53d843e664fc5b3d8f3ebcb170ceb8f37
r9702:  r9680@blu:  tridge | 2005-08-27 18:45:08 +1000
 - fixed ncacn_ip_tcp to use the generic async name resolution methods,
   so NBT names now work (as requested several times by abartlet!)

 - changed resolve_name() to take an event_context, so it doesn't cause
   the whole process to block

 - cleaned up the talloc_find_parent_bytype() calls to go via a cleaner
   event_context_find() call
(This used to be commit b3d491b210a8b889a25efcb273e70fefbd01b7f7)
15 files changed:
source4/lib/db_wrap.c
source4/lib/events/events.c
source4/lib/events/events.h
source4/lib/socket/connect.c
source4/libcli/raw/clisocket.c
source4/libcli/resolve/resolve.c
source4/scripting/ejs/smbcalls_nbt.c
source4/scripting/ejs/smbcalls_rpc.c
source4/torture/ldap/cldapbench.c
source4/torture/nbt/dgram.c
source4/torture/nbt/query.c
source4/torture/nbt/register.c
source4/torture/nbt/wins.c
source4/torture/nbt/winsbench.c
source4/torture/nbt/winsreplication.c