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)
committerJeremy Allison <jra@samba.org>
Wed, 6 May 2009 23:10:20 +0000 (16:10 -0700)
commit78fb479325ce7073ab8383ada3903080d12aef91
tree21f14c23e9ea93b4b59780a60e4ab2b705d13181
parent512879a69b6e94c323c37a6c0e56824c097b7f70
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.
source3/rpc_server/srv_netlog_nt.c