r6223: added a bit more datagram infrastructure and the beginnings of a test
authorAndrew Tridgell <tridge@samba.org>
Wed, 6 Apr 2005 11:17:08 +0000 (11:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:27 +0000 (13:11 -0500)
commit7c6c366150022d6a745dcf18ed67bd264bc9c55d
treec43db606012e52a129179bef0b489c34a65a8036
parent567a74690c9536f464844d647b9fe21ca56b53f3
r6223: added a bit more datagram infrastructure and the beginnings of a test
suite. The NBT-DGRAM test does a UDP/138 netlogon request, to which a
windows server sends a reply, but the windows server sends the reply
to the wrong port (it always sends to 138), so the test suite doesn't
see it.
(This used to be commit a7634625dbc944dd8256a822be290010f341a571)
source4/libcli/config.mk
source4/libcli/dgram/libdgram.h
source4/libcli/dgram/mailslot.c
source4/libcli/dgram/netlogon.c [new file with mode: 0644]
source4/librpc/idl/nbt.idl
source4/torture/config.mk
source4/torture/nbt/dgram.c [new file with mode: 0644]
source4/torture/torture.c