summaryrefslogtreecommitdiff
path: root/server/reds.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-11reds: Avoid buffer overflows handling monitor configurationFrediano Ziglio1-0/+7
2017-07-11reds: Avoid integer overflows handling monitor configurationFrediano Ziglio1-0/+3
2017-07-11reds: Disconnect when receiving overly big ClientMonitorsConfigFrediano Ziglio1-2/+23
2017-02-28reds: Check link header magic without waiting for the whole headerFrediano Ziglio1-8/+20
2017-02-06Prevent integer overflows in capability checksFrediano Ziglio1-0/+8
2017-02-06Prevent possible DoS attempts during protocol handshakeFrediano Ziglio1-1/+2
2016-07-28Call migrate_end_complete() after falling back to switch-hostMarc-André Lureau1-0/+1
2016-04-14Revert "Set TCP_KEEPINTVL when enabling TCP keepalive"Christophe Fergeau1-8/+0
2016-03-10Set TCP_KEEPINTVL when enabling TCP keepaliveChristophe Fergeau1-0/+8
2016-03-10Remove spice_server_set_keepalive_timeoutChristophe Fergeau1-7/+0
2016-03-10Always enable TCP keepaliveChristophe Fergeau1-14/+26
2016-01-13channel: add option tcp keepalive timeout to channelsSunny Shin1-0/+22
2016-01-07reds: Do not abort due to wrong headerPavel Grunt1-1/+4
2015-12-11fix spelling mistakes in comments (reseting to resetting & dummym to dummy)snir sheriber1-1/+1
2015-08-26Avoid core calling spice_server_destroyFrediano Ziglio1-2/+5
2015-08-11Fix typo in commentsJonathon Jongsma1-2/+2
2015-08-11Cleanup: move static function declarations out of headerJonathon Jongsma1-0/+4
2015-07-29Adjust to new SpiceImageCompress nameChristophe Fergeau1-6/+6
2015-07-20reds: Assure we don't have stale statistic files before trying to create a ne...Frediano Ziglio1-0/+1
2015-07-20server: spice_debug() messages don't need a trailing '\n'.Francois Gouget1-2/+2
2015-06-30Use image compress constants from spice-protocolJavier Celaya1-4/+4
2015-06-17reds: increase listening socket backlogMarc-André Lureau1-1/+1
2015-06-16Add password length checkCédric Bosdonnat1-0/+2
2015-06-15Remove duplicate streaming enumerationJonathon Jongsma1-1/+1
2015-06-11LZ4: warn if trying to set lz4 but not supportedJavier Celaya1-0/+8
2015-04-10ppc: Fix endianness handling in initial SPICE connectionChristophe Fergeau1-17/+45
2015-01-15Remove spice-experimentalMarc-André Lureau1-18/+0
2015-01-15Do not perform network tests on UNIX socketMarc-André Lureau1-1/+3
2015-01-15reds: add Unix socket supportMarc-André Lureau1-6/+32
2014-11-27Rename mm_timer/mm_timeMarc-André Lureau1-6/+6
2014-11-27Remove guest side video time-stampingMarc-André Lureau1-13/+0
2014-11-24Don't set SpiceLinkReply::pub_key if client advertises SASL capChristophe Fergeau1-23/+38
2014-11-24Introduce red_link_info_test_capability()Christophe Fergeau1-3/+18
2014-10-14migration: Don't assert() if MIGRATE_DATA comes before attaching the agentUri Lublin1-11/+28
2014-09-08clean-up: remove unused functionMarc-André Lureau1-5/+0
2014-09-08reds: lookup corresponding channel idMarc-André Lureau1-1/+2
2014-04-16Call correct SASL helper in reds_handle_auth_sasl_stepChristophe Fergeau1-1/+1
2014-04-16Remove RedLinkInfo::async_readChristophe Fergeau1-25/+19
2014-03-20Check RSA_generate_key_ex return valueChristophe Fergeau1-2/+9
2014-03-19Associate org.spice-space.webdav.0 port to webdav channelMarc-André Lureau1-1/+6
2014-03-13Fix test_capability() typoChristophe Fergeau1-2/+2
2014-03-13Fix typo in log messageChristophe Fergeau1-1/+1
2014-01-20Introduce reds_stream_set_channel()Christophe Fergeau1-3/+3
2014-01-20Introduce reds_stream_set_info_flag()Christophe Fergeau1-1/+1
2014-01-20Introduce reds_stream_is_ssl()Christophe Fergeau1-5/+5
2014-01-20Move SASL authentication to reds_stream.hChristophe Fergeau1-423/+35
2014-01-20Move async code to RedsStreamChristophe Fergeau1-60/+0
2014-01-20Move stream read/write callbacks to reds_stream.cChristophe Fergeau1-77/+0
2014-01-20Introduce reds_stream_new() helperChristophe Fergeau1-20/+2
2014-01-20reds: Move SSL-related code to RedsStreamChristophe Fergeau1-55/+30