1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +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:
Stefan Metzmacher
2016-03-26 19:17:40 +01:00
parent ea3f14c3f8
commit b6b726ca84

View File

@ -24,6 +24,14 @@
#include "librpc/gen_ndr/ndr_epmapper.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;
/* handle types for this module */