libvirt/src/rpc
Daniel P. Berrange c9ede1cfba Avoid free'ing a filtered RPC message in the server
When a filter steals an RPC message, that message must
not be freed, except by the filter code itself

* src/rpc/virnetserverclient.c: Don't free stolen RPC
  messages
2011-06-29 11:08:59 +01:00
..
gendispatch.pl Convert libvirtd over to the new RPC handling APIs 2011-06-28 17:33:19 +01:00
genprotocol.pl Move the RPC generator scripts into src/rpc 2011-06-24 11:48:49 +01:00
virnetclient.c Fix propagation of RPC errors from streams 2011-06-29 11:08:59 +01:00
virnetclient.h Introduce generic RPC client objects 2011-06-24 11:48:45 +01:00
virnetclientprogram.c Introduce generic RPC client objects 2011-06-24 11:48:45 +01:00
virnetclientprogram.h Introduce generic RPC client objects 2011-06-24 11:48:45 +01:00
virnetclientstream.c Introduce generic RPC client objects 2011-06-24 11:48:45 +01:00
virnetclientstream.h Introduce generic RPC client objects 2011-06-24 11:48:45 +01:00
virnetmessage.c Improve two log messages in virNetMessage 2011-06-29 11:08:59 +01:00
virnetmessage.h Ensure empty payload is written upon stream completion 2011-06-29 11:08:59 +01:00
virnetprotocol.x Defines the basics of a generic RPC protocol in XDR 2011-06-24 11:48:10 +01:00
virnetsaslcontext.c Generic module for handling SASL authentication & encryption 2011-06-24 11:48:25 +01:00
virnetsaslcontext.h Generic module for handling SASL authentication & encryption 2011-06-24 11:48:25 +01:00
virnetserver.c Introduce generic RPC module for advertising via MDNS 2011-06-24 11:48:41 +01:00
virnetserver.h Introduce generic RPC module for advertising via MDNS 2011-06-24 11:48:41 +01:00
virnetserverclient.c Avoid free'ing a filtered RPC message in the server 2011-06-29 11:08:59 +01:00
virnetserverclient.h Introduce generic RPC server objects 2011-06-24 11:48:37 +01:00
virnetservermdns.c Introduce generic RPC module for advertising via MDNS 2011-06-24 11:48:41 +01:00
virnetservermdns.h Introduce generic RPC module for advertising via MDNS 2011-06-24 11:48:41 +01:00
virnetserverprogram.c Ensure empty payload is written upon stream completion 2011-06-29 11:08:59 +01:00
virnetserverprogram.h Introduce generic RPC server objects 2011-06-24 11:48:37 +01:00
virnetserverservice.c Introduce generic RPC module for advertising via MDNS 2011-06-24 11:48:41 +01:00
virnetserverservice.h Introduce generic RPC module for advertising via MDNS 2011-06-24 11:48:41 +01:00
virnetsocket.c Lower logging level when failing to register socket watch 2011-06-29 11:08:59 +01:00
virnetsocket.h Introduce generic RPC module for advertising via MDNS 2011-06-24 11:48:41 +01:00
virnettlscontext.c Generic module for handling TLS encryption and x509 certs 2011-06-24 11:48:22 +01:00
virnettlscontext.h Generic module for handling TLS encryption and x509 certs 2011-06-24 11:48:22 +01:00