After getting confirmation from Guenther, add 3 changes we'll ultimately need to...
authorJeremy Allison <jra@samba.org>
Mon, 11 May 2009 18:17:56 +0000 (11:17 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 2 Jun 2009 10:41:55 +0000 (12:41 +0200)
commit8d454f5783a834a8cd05a07995f4654129f14ff2
treeaeb41200a54f8b30eb9557adec9d78c91420a421
parent2dd95f1ecc98d03fd4a2f6c3a0d18f3586109ed4
After getting confirmation from Guenther, add 3 changes we'll ultimately need to fix bug #6099 Samba returns incurrate capabilities list. 1). Add a comment to point out that r->in.negotiate_flags is an aliased pointer to r->out.negotiate_flags. 2). Ensure we return NETLOGON_NEG_STRONG_KEYS in our flags return if the client requested it. 3). Clean up the error exits so we always return the same way. Signed off by Guenther. Jeremy.
(cherry picked from commit 59ee131464636d3363bc7ee398ba6390a6333558)
source/rpc_server/srv_netlog_nt.c