1. 05 12月, 2007 1 次提交
    • R
      Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> · 4bfdb77a
      Richard W.M. Jones 提交于
              * python/libvir.c, python/libvirt_wrap.h, qemud/qemud.c,
              qemud/remote.c, src/internal.h, src/openvz_conf.c,
              src/openvz_driver.c, src/proxy_internal.h, src/qemu_conf.c,
              src/qemu_driver.c, src/remote_internal.h, src/test.h, src/util.c,
              src/xen_unified.c, src/xen_unified.h, tests/nodeinfotest.c,
              tests/qemuxml2argvtest.c, tests/qemuxml2xmltest.c, tests/reconnect.c,
              tests/sexpr2xmltest.c, tests/virshtest.c, tests/xencapstest.c,
              tests/xmconfigtest.c, tests/xml2sexprtest.c:
              Change #include <> to #include "" for local includes.
              Removed many includes from src/internal.h and put them in
              the C files which actually use them.
              Removed <ansidecl.h> - unused.
              Added a comment around __func__.
              Removed a clashing redefinition of VERSION symbol.
              All limits (PATH_MAX etc) now done in src/internal.h, so we
              don't need to include those headers in other files.
      4bfdb77a
  2. 03 12月, 2007 1 次提交
  3. 01 12月, 2007 1 次提交
  4. 26 11月, 2007 1 次提交
  5. 07 11月, 2007 1 次提交
    • R
      Tue Nov 6 19:54:00 CET 2007 Jim Meyering <meyering@redhat.com> · 5a628880
      Richard W.M. Jones 提交于
              Avoid risk of format string abuse (also avoids gcc warnings).
              * src/util.c (ReportError): Use a literal "%s" format string.
              * src/remote_internal.c (server_error): Likewise.
              * src/qemu_conf.c (qemudReportError): Likewise.
              * acinclude.m4: Add -Wformat -Wformat-security to default
                list of warning flags, to warn about errors such as the
                above.
      5a628880
  6. 27 10月, 2007 1 次提交
  7. 13 10月, 2007 1 次提交
  8. 29 9月, 2007 1 次提交
  9. 22 9月, 2007 1 次提交
  10. 14 9月, 2007 1 次提交
  11. 14 8月, 2007 1 次提交
  12. 10 8月, 2007 1 次提交
  13. 07 8月, 2007 1 次提交
  14. 31 7月, 2007 2 次提交
  15. 30 7月, 2007 1 次提交
  16. 24 7月, 2007 1 次提交
  17. 19 7月, 2007 2 次提交
  18. 17 7月, 2007 1 次提交
  19. 12 7月, 2007 1 次提交
  20. 27 6月, 2007 9 次提交
  21. 11 6月, 2007 1 次提交
    • R
      Mon Jun 11 12:49:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> · 9172d0ec
      Richard W.M. Jones 提交于
      	* qemud/Makefile.am, qemud/dispatch.c, qemud/dispatch.h,
      	  qemud/internal.h, qemud/protocol.c,
      	  qemud/protocol.h, qemud/protocol.x, qemud/qemud.c:
      	  libvirt_qemud server-side modifications to use
      	  XDR-based protocol instead of homebrew (Dan Berrange).
      	  QEMUD server modified to dispatch calls from remote
      	  clients (Richard Jones).  Added TLS support (Richard Jones).
      	  Added TCP & IPv6 support (Richard Jones).
      	  Additional configuration file, command-line handling, and
      	  usage (Richard Jones).
      	* qemud/conf.c: Remove unnecessary header file.
      9172d0ec
  22. 19 5月, 2007 1 次提交
  23. 14 5月, 2007 1 次提交
  24. 04 5月, 2007 1 次提交
  25. 16 4月, 2007 1 次提交
  26. 11 4月, 2007 1 次提交
  27. 31 3月, 2007 1 次提交
    • M
      Wed Mar 30 17:21:08 IST 2007 Mark McLoughlin <markmc@redhat.com> · 42d4b85d
      Mark McLoughlin 提交于
              * qemud/iptables.c: Remove the target interface parameter
              from iptablesPhysdevForward(). This rule is intended to
              allow frames to be forwarded across the bridge from the
              supplied bridge port. In this context, the --out parameter
              would match the outgoing bridge port, which will never
              be network->def->forwardDev.
      42d4b85d
  28. 27 3月, 2007 1 次提交
  29. 24 3月, 2007 1 次提交
  30. 21 3月, 2007 1 次提交