CVE-2015-5370: s4:rpc_server: maintain dcesrv_auth->auth_{type,level,context_id}
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Jun 2015 09:03:58 +0000 (11:03 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2016 02:10:07 +0000 (04:10 +0200)
commitc784fcd6e0e84d1c28552a9f8f7992a3d5920c3a
tree91514dec1a9678a5680ae33615a24368346be5a1
parent8e8c2daf7148c66da09428187fc643f2722b586f
CVE-2015-5370: s4:rpc_server: maintain dcesrv_auth->auth_{type,level,context_id}

This will simplify checks in the following commits and avoids
derefencing dcesrv_auth->auth_info which is not always arround.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
source4/rpc_server/dcerpc_server.h
source4/rpc_server/dcesrv_auth.c