]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Add a cvar net_sourceaddresscheck (default 1) to ignore connect replies from the...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Jun 2016 12:49:37 +0000 (12:49 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Jun 2016 12:49:37 +0000 (12:49 +0000)
commit18f04155584c87a958f78827954d428ce55a8aaf
tree7212c336454854178d6c8c4717c421891096eb05
parentbb23c6d9b9fd5ead3f56b7b8fd998cdbb0481b42
Add a cvar net_sourceaddresscheck (default 1) to ignore connect replies from the wrong host.

This fixes some existing easy connect takeover exploits (which can,
without this check, even attack local matches).

From: Rudolf Polzer <divVerent@xonotic.org>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12258 d7cf8633-e32d-0410-b094-e92efae38249
client.h
crypto.c
host_cmd.c
netconn.c