libvirt/src/rpc
John Ferlan 903f43ce6d keepalive: Guard against integer overflow
Don't allow interval to be > MAX_INT/1000 in virKeepAliveStart()

Guard against possible overflow in virKeepAliveTimeout() by setting the
timeout to be MAX_INT/1000 since the math following will multiply it by 1000.
2013-02-20 16:56:59 -05:00
..
gendispatch.pl remote: Wire up the remote protocol 2013-02-12 00:23:57 +08:00
genprotocol.pl Remove tabs from all perl files & enforce this 2012-07-30 13:09:57 +01:00
gensystemtap.pl maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virkeepalive.c keepalive: Guard against integer overflow 2013-02-20 16:56:59 -05:00
virkeepalive.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virkeepaliveprotocol.x Define keepalive protocol 2011-11-24 11:44:08 +01:00
virnetclient.c Fix memory leak in virNetClientIOWriteMessage 2013-02-20 17:56:35 +01:00
virnetclient.h Rename HAVE_GNUTLS to WITH_GNUTLS 2013-01-14 13:26:47 +00:00
virnetclientprogram.c Allow for multi-level inheritance of virObject classes 2013-01-15 19:21:31 +00:00
virnetclientprogram.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetclientstream.c Convert all rpc classes over to virObjectLockable 2013-01-16 11:02:58 +00:00
virnetclientstream.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetmessage.c Fix receiving of file descriptors from server 2013-01-08 08:56:49 +00:00
virnetmessage.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetprotocol.x maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetsaslcontext.c Convert all rpc classes over to virObjectLockable 2013-01-16 11:02:58 +00:00
virnetsaslcontext.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetserver.c rpc: Avoid deadlock when closing client connection 2013-02-19 10:52:37 +01:00
virnetserver.h Rename HAVE_GNUTLS to WITH_GNUTLS 2013-01-14 13:26:47 +00:00
virnetserverclient.c rpc: Fix crash on error paths of message dispatching 2013-01-28 20:00:58 +01:00
virnetserverclient.h Rename HAVE_GNUTLS to WITH_GNUTLS 2013-01-14 13:26:47 +00:00
virnetservermdns.c Convert HAVE_AVAHI to WITH_AVAHI 2013-01-14 13:26:34 +00:00
virnetservermdns.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetserverprogram.c Allow for multi-level inheritance of virObject classes 2013-01-15 19:21:31 +00:00
virnetserverprogram.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetserverservice.c Allow for multi-level inheritance of virObject classes 2013-01-15 19:21:31 +00:00
virnetserverservice.h Rename HAVE_GNUTLS to WITH_GNUTLS 2013-01-14 13:26:47 +00:00
virnetsocket.c rpc: Need to virCommandFree on error path 2013-02-05 16:51:07 -05:00
virnetsocket.h Rename HAVE_GNUTLS to WITH_GNUTLS 2013-01-14 13:26:47 +00:00
virnetsshsession.c Convert all rpc classes over to virObjectLockable 2013-01-16 11:02:58 +00:00
virnetsshsession.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnettlscontext.c virnetttlcontext: Resolve issues found by Valgrind 2013-02-07 14:08:14 -05:00
virnettlscontext.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00