yquake2remaster/src/server
Yamagi Burmeister 1d709e5e27 Move file name check to prevent spurious "refusing to download messages
Moving the check under the "do we have the file localy" check prevents
spurious "Refusing to download a path with .." messages with some game
data. The tank commander skin is one example. This change has no
security impact since FS_LoadFile() just opens and closes the file.

While at it tighten the condition to prevent pathes with colons (this
condition is added at the server side, too) and pathes starting with
slashes and dots.
2015-10-27 17:38:28 +01:00
..
header fix sv.demofile/svs.demofile type/treatment 2013-05-13 21:00:50 +02:00
sv_cmd.c Lets not do the last two commits just before 5.11 2013-05-18 18:59:39 +02:00
sv_conless.c Rename VERSION to YQ2VERSION to prevent collisions 2014-01-27 18:14:36 +01:00
sv_entities.c Reformat and cleanup of the server 2012-07-21 10:06:07 +02:00
sv_game.c Lets not do the last two commits just before 5.11 2013-05-18 18:59:39 +02:00
sv_init.c Fix an off-by-one in memmove() call in SV_Map() 2015-08-24 18:02:08 +02:00
sv_main.c Lets not do the last two commits just before 5.11 2013-05-18 18:59:39 +02:00
sv_save.c Do not display baseq2 savegames in mods / addons 2015-10-25 16:44:22 +01:00
sv_send.c Lets not do the last two commits just before 5.11 2013-05-18 18:59:39 +02:00
sv_user.c Move file name check to prevent spurious "refusing to download messages 2015-10-27 17:38:28 +01:00
sv_world.c Reformat and cleanup of the server 2012-07-21 10:06:07 +02:00