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, 19 May 2009 08:21:17 +0000 (10:21 +0200)
commit59ee131464636d3363bc7ee398ba6390a6333558
tree4e557f2594f66323629f3b860ebc3a2f93dd0f39
parent853bbc0d3920654aa7401fa5d6fcba7ff86e1a21
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.
source/rpc_server/srv_netlog_nt.c