mirror of
https://github.com/samba-team/samba.git
synced 2025-03-02 08:58:33 +03:00
CVE-2016-2118: s4:rpc_server/lsa: reject DCERPC_AUTH_LEVEL_CONNECT by default
This prevents man in the middle downgrade attacks. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11616 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
7b93802473
commit
ca9850029b
@ -34,6 +34,14 @@
|
||||
#include "libcli/lsarpc/util_lsarpc.h"
|
||||
#include "lib/messaging/irpc.h"
|
||||
|
||||
#define DCESRV_INTERFACE_LSARPC_BIND(call, iface) \
|
||||
dcesrv_interface_lsarpc_bind(call, iface)
|
||||
static NTSTATUS dcesrv_interface_lsarpc_bind(struct dcesrv_call_state *dce_call,
|
||||
const struct dcesrv_interface *iface)
|
||||
{
|
||||
return dcesrv_interface_bind_reject_connect(dce_call, iface);
|
||||
}
|
||||
|
||||
/*
|
||||
this type allows us to distinguish handle types
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user