After getting confirmation from Guenther, add 3 changes we'll ultimately need to...
commit41f9e61d7c8c106a98792e9009bbecf5edfcebe9
authorJeremy Allison <jra@samba.org>
Thu, 7 May 2009 19:52:35 +0000 (7 12:52 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 19 May 2009 08:23:20 +0000 (19 10:23 +0200)
treead9dcb30b5faafdf0e04b700db9799408cb5bba1
parent1f05472b9a27861f8e4b9b60410890b920f9d359
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