s4:rpc_server: replace dce_conn->allow_request with auth->auth_finished
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Nov 2018 09:30:47 +0000 (10:30 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 12 Jan 2019 02:13:37 +0000 (03:13 +0100)
commitd8293acdb4f738a5fe66c53bfd01715ebf7952ba
tree95b67bb35088d6076ea25e5bbea3aaacc3c1eae4
parent13e52cc9292a46ebcabf4e6ff385fd89cadc0fa7
s4:rpc_server: replace dce_conn->allow_request with auth->auth_finished

They both had the same lifetime and the disconnect case is now
caught by auth->auth_invalid = true.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=7113
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11892

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_server.h
source4/rpc_server/dcesrv_auth.c