libvirt/qemud
Mark McLoughlin 3da5504e68 Fix gcc-4.3.0 "inlining failed" warning.
* src/internal.h: move xstrol() variants from here ...

* src/util.[ch]: ... to here and rename to virStrToLong()

* src/libvirt_sym.version: export __virStrToLong_i() for
virsh and qemud.

* src/nodeinfo.c, src/stats_linux.c, src/virsh.c,
  src/xend_internal.c, qemud/qemud.c: replace xstrtol()
calls with virStrToLong()

* src/nodeinfo.h: don't include internal.h, which was only
needed for xstrtol(), but instead include libvirt.h which
is suffificient for the declarations in the header.
2008-02-08 09:15:16 +00:00
..
.cvsignore
default-network.xml Improve support for virtual networking 2007-03-13 22:43:22 +00:00
event.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
event.h Allow updating of existing timers & file handle event watches 2007-09-19 01:27:32 +00:00
internal.h Portability improvements for Mac OS X. 2008-01-23 14:54:41 +00:00
libvirtd.conf Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
libvirtd.init.in Initial integration of SASL authentication, working for Kerberos only 2007-12-05 15:24:15 +00:00
libvirtd.policy Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
libvirtd.sasl Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
libvirtd.sysconf Initial integration of SASL authentication, working for Kerberos only 2007-12-05 15:24:15 +00:00
Makefile.am Thu Dec 6 16:30:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-06 16:34:48 +00:00
mdns.c Enable another syntax-check rule. 2008-02-07 19:20:36 +00:00
mdns.h Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
qemud.c Fix gcc-4.3.0 "inlining failed" warning. 2008-02-08 09:15:16 +00:00
remote_dispatch_localvars.h Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_dispatch_proc_switch.h Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_dispatch_prototypes.h Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_generate_stubs.pl Add whitelisting of users. Remove IP whitelisting. Make auth schemes configurable 2007-12-05 15:34:05 +00:00
remote_protocol.c Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_protocol.h Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote_protocol.x Added PolicyKit authentication support 2007-12-05 18:21:27 +00:00
remote.c missing ')' 2008-02-07 17:03:17 +00:00
rpcgen_fix.pl