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)
commitb4b0177fdb5f1704a7347552e48b2ab647a03d14
tree685933c2327ddf0ec5323cfa206c8a73bab0a1c7
parent5b46116923fb7c2945db128736b7f8113ea1a160
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
(This used to be commit 8c7a9446a0892a4f7722cced5019667f7a9fafdd)
source4/Makefile.in
source4/libcli/auth/credentials.c [new file with mode: 0644]
source4/libcli/util/credentials.c [deleted file]
source4/librpc/idl/netlogon.idl
source4/torture/rpc/netlogon.c