added netr_ServerAuthenticate() and test code
authorAndrew Tridgell <tridge@samba.org>
Mon, 1 Dec 2003 04:13:43 +0000 (04:13 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 1 Dec 2003 04:13:43 +0000 (04:13 +0000)
commit8c7a9446a0892a4f7722cced5019667f7a9fafdd
treef1263f862636716dd3c145bcf67173e24ea2242d
parentbb42107dccf3a384a4a5c029b4d2752e0898d7cb
added netr_ServerAuthenticate() and test code

I would like the netlogon test suite to eventually do a new domain
join using a fake workstation name, then remove itself afterwards, but
for now I'm assuming we are already joined to the domain when the
testsuite runs. This means you need to use the Samba3 net command to
do a join before running RPC-NETLOGON
source/Makefile.in
source/libcli/auth/credentials.c [new file with mode: 0644]
source/libcli/util/credentials.c [deleted file]
source/librpc/idl/netlogon.idl
source/torture/rpc/netlogon.c