mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
CVE-2016-2118: s4:rpc_server/epmapper: allow DCERPC_AUTH_LEVEL_CONNECT by default
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11616 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
@ -24,6 +24,14 @@
|
|||||||
#include "librpc/gen_ndr/ndr_epmapper.h"
|
#include "librpc/gen_ndr/ndr_epmapper.h"
|
||||||
#include "rpc_server/dcerpc_server.h"
|
#include "rpc_server/dcerpc_server.h"
|
||||||
|
|
||||||
|
#define DCESRV_INTERFACE_EPMAPPER_BIND(call, iface) \
|
||||||
|
dcesrv_interface_epmapper_bind(call, iface)
|
||||||
|
static NTSTATUS dcesrv_interface_epmapper_bind(struct dcesrv_call_state *dce_call,
|
||||||
|
const struct dcesrv_interface *iface)
|
||||||
|
{
|
||||||
|
return dcesrv_interface_bind_allow_connect(dce_call, iface);
|
||||||
|
}
|
||||||
|
|
||||||
typedef uint32_t error_status_t;
|
typedef uint32_t error_status_t;
|
||||||
|
|
||||||
/* handle types for this module */
|
/* handle types for this module */
|
||||||
|
Reference in New Issue
Block a user