After getting confirmation from Guenther, add 3 changes we'll
authorJeremy Allison <jra@samba.org>
Wed, 6 May 2009 23:10:20 +0000 (16:10 -0700)
committerGünther Deschner <gd@samba.org>
Thu, 7 May 2009 11:45:14 +0000 (13:45 +0200)
commit2ea00bf3a65c76211a42d29adfa3f71e06c813e8
treea10c6277b2f4a13d65c42aa91410a4d10105867f
parente527a1aa73b3fdb86787e9c55f6a01660b4d1a0f
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 78fb479325ce7073ab8383ada3903080d12aef91)
source3/rpc_server/srv_netlog_nt.c