libvirt/qemud
Jim Meyering 5d25419188 Parse integers more carefully, cont'd.
* qemud/qemud.c: Replace uses of strtol with uses of xstrtol_i.
  Avoid overflow for very large --timeout=N values.
* src/nodeinfo.c: In linuxNodeInfoMemPopulate and
  linuxNodeInfoCPUPopulate, use xstrtol_i rather than strtol.
  Unlike in qemud.c, here we allow trailing "isspace", and in
  the case of "cpuinfo cpu MHz", also allow a "." terminator,
  since we ignore the decimal and any following digits.
* src/internal.h: Define xstrtol_ui, too.


Author: Jim Meyering <meyering@redhat.com>
2007-11-14 10:53:05 +00:00
..
.cvsignore Ignore libvirtd.init, Daniel 2007-07-06 07:11:24 +00:00
default-network.xml
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 Added support for Avahi mDNS advertisement 2007-09-19 01:56:55 +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 Make qemud's install-init rule work in a non-srcdir build. 2007-11-13 14:39:20 +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
protocol.c Move QEMU driver into main libvirt.so and use single daemon for all drivers 2007-06-26 23:48:46 +00:00
protocol.h Move QEMU driver into main libvirt.so and use single daemon for all drivers 2007-06-26 23:48:46 +00:00
protocol.x Move QEMU driver into main libvirt.so and use single daemon for all drivers 2007-06-26 23:48:46 +00:00
qemud.c Parse integers more carefully, cont'd. 2007-11-14 10:53:05 +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 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.x Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
remote.c Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +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