After getting confirmation from Guenther, add 3 changes we'll ultimately need to...
commit19d8e97916c909a5685e5f8a8f6ef149f87d3ebc
authorJeremy Allison <jra@samba.org>
Thu, 7 May 2009 19:52:35 +0000 (7 12:52 -0700)
committerKarolin Seeger <kseeger@samba.org>
Wed, 10 Jun 2009 14:17:54 +0000 (10 16:17 +0200)
treede6271b10b446087b73d57d7ffdcf14b700fffc5
parenta2362fc0ea283099c51e84d76f0ab5e1c2d6e6dc
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 41f9e61d7c8c106a98792e9009bbecf5edfcebe9)
source/rpc_server/srv_netlog_nt.c