libvirt/qemud
Jim Meyering c3c80a183e Detect heap allocation failure; factor out some duplication.
* qemud/qemud.c (tls_port, tcp_port, mdns_name, tls_allowed_ip_list):
  (tls_allowed_dn_list): Remove "const", now that we free these.
  (unix_sock_rw_mask): Rename from unix_sock_rw_perms, so that
  the latter name can be used as a local string variable, so that the
  variable name matches the config attribute name.
  (unix_sock_ro_mask): Rename from unix_sock_ro_perms, likewise.
  (remoteCheckDN, remoteCheckAccess): Adapt to const removal.
  (qemudDispatchServer): Check for heap allocation failure.
  (remoteConfigGetStringList): New function, based on code from Dan Berrangé.
  (CHECK_TYPE): Remove macro.
  (checkType): New function.
  (GET_CONF_INT, GET_CONF_STR): New macros.
  (remoteReadConfigFile): Use new macros to avoid duplication and to
  check for allocation failure.
* src/conf.h (virConfTypeName): New static inline function.
2007-11-30 15:43:42 +00:00
..
.cvsignore Ignore libvirtd.init, Daniel 2007-07-06 07:11:24 +00:00
default-network.xml Improve support for virtual networking 2007-03-13 22:43:22 +00:00
event.c Allow updating of existing timers & file handle event watches 2007-09-19 01:27:32 +00:00
event.h Allow updating of existing timers & file handle event watches 2007-09-19 01:27:32 +00:00
internal.h Mon Nov 26 11:54:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-26 11:54:29 +00:00
libvirtd.conf Added default example configs for libvirtd/qemu driver 2007-10-12 19:54:15 +00:00
libvirtd.init.in * src/xend_internal.c: fix typo in function comment 2007-07-05 16:04:11 +00:00
libvirtd.sysconf Move QEMU driver into main libvirt.so and use single daemon for all drivers 2007-06-26 23:48:46 +00:00
Makefile.am Mon Nov 26 11:44:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-26 11:45:26 +00:00
mdns.c Added support for Avahi mDNS advertisement 2007-09-19 01:56:55 +00:00
mdns.h Added support for Avahi mDNS advertisement 2007-09-19 01:56:55 +00:00
qemud.c Detect heap allocation failure; factor out some duplication. 2007-11-30 15:43:42 +00:00
remote_dispatch_localvars.h Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
remote_dispatch_proc_switch.h Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
remote_dispatch_prototypes.h Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
remote_generate_stubs.pl Mon Jun 11 12:45:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-06-11 11:47:01 +00:00
remote_protocol.c Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
remote_protocol.h Refactor processing of incoming packets to remove dead code 2007-11-17 11:17:48 +00:00
remote_protocol.x Refactor processing of incoming packets to remove dead code 2007-11-17 11:17:48 +00:00
remote.c add a gcc-printf attribute to remoteDispatchError 2007-11-26 17:41:26 +00:00
rpcgen_fix.pl Mon Jun 11 12:34:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-06-11 11:36:17 +00:00