r10491: First step towards wbinfo -t: This issues a name request for the primary
authorVolker Lendecke <vlendec@samba.org>
Sun, 25 Sep 2005 21:01:56 +0000 (21:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:54 +0000 (13:38 -0500)
commit9593101ec118dd242bf25fabf3e17c58269e632c
treec06ef0370effd18294efff90624a177dae059bb7
parent06085e7bc09e46c74fbe050633203fab619d501c
r10491: First step towards wbinfo -t: This issues a name request for the primary
domain and gets the DC's name via a mailslot call.

Metze, I renamed wbsrv_queue_reply to wbsrv_send_reply in accordance with
irpc_send_reply. Having _queue_ here and _send_ there is a bit confusing. And
as everything is async anyway, the semantics should not be too much of a
problem.

Volker
(This used to be commit 4637964b19c6e9f7d201b287e2d409d029fced01)
14 files changed:
source4/include/structs.h
source4/libcli/dgram/libdgram.h
source4/libcli/dgram/ntlogon.c
source4/librpc/idl/irpc.idl
source4/nbt_server/nbt_server.c
source4/passdb/secrets.c
source4/torture/nbt/dgram.c
source4/winbind/config.mk
source4/winbind/wb_async_helpers.c [new file with mode: 0644]
source4/winbind/wb_async_helpers.h [new file with mode: 0644]
source4/winbind/wb_samba3_cmd.c
source4/winbind/wb_samba3_protocol.c
source4/winbind/wb_server.c
source4/winbind/wb_server.h