uhub/src
Jan Vidar Krey cba0121574 ADCH++ had a security bug that allowed UCMD extension to be relayed.
uhub did not have this security bug since the hub did not advertise support for the
UCMD extension, but the message was still correctly relayed as specified in the
protocol specification.

However, this commit adds support for the UCMD extension, but only to the extent
that uhub will advertise it and uhub will also drop any such CMD message
generated by a client and will (currently) never issues a CMD message by itself.
2012-07-30 00:08:12 +02:00
..
adc ADCH++ had a security bug that allowed UCMD extension to be relayed. 2012-07-30 00:08:12 +02:00
core ADCH++ had a security bug that allowed UCMD extension to be relayed. 2012-07-30 00:08:12 +02:00
network don't show error on SIGTERM in select() backend 2012-05-05 01:10:24 +02:00
plugin_api marked plugin callbacks that are not called yet 2012-05-10 01:37:20 +02:00
plugins changed all calls to assert() to uhub_assert() 2012-05-02 21:06:46 +02:00
tools Command arguments handling + cleanups 2012-04-18 23:03:05 +02:00
util Fix Windows file read discrepancy. 2012-05-14 23:33:54 +02:00
system.h use "I64u" instead of PRIu64 on Windows 2012-05-11 16:45:07 +02:00
uhub.h Cleaned up command handling code, by splitting into multiple files. 2012-05-01 20:15:49 +02:00