1. 01 12月, 2007 1 次提交
  2. 26 11月, 2007 1 次提交
  3. 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
  4. 27 10月, 2007 1 次提交
  5. 13 10月, 2007 1 次提交
  6. 29 9月, 2007 1 次提交
  7. 22 9月, 2007 1 次提交
  8. 14 9月, 2007 1 次提交
  9. 14 8月, 2007 1 次提交
  10. 10 8月, 2007 1 次提交
  11. 07 8月, 2007 1 次提交
  12. 31 7月, 2007 2 次提交
  13. 30 7月, 2007 1 次提交
  14. 24 7月, 2007 1 次提交
  15. 19 7月, 2007 2 次提交
  16. 17 7月, 2007 1 次提交
  17. 12 7月, 2007 1 次提交
  18. 27 6月, 2007 9 次提交
  19. 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
  20. 19 5月, 2007 1 次提交
  21. 14 5月, 2007 1 次提交
  22. 04 5月, 2007 1 次提交
  23. 16 4月, 2007 1 次提交
  24. 11 4月, 2007 1 次提交
  25. 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
  26. 27 3月, 2007 1 次提交
  27. 24 3月, 2007 1 次提交
  28. 21 3月, 2007 1 次提交
  29. 16 3月, 2007 2 次提交
    • D
      * qemud/conf.c qemud/driver.h qemud/internal.h src/internal.h · 9e170a88
      Daniel Veillard 提交于
        src/sexpr.h src/test.c src/xm_internal.c src/xml.c src/xml.h:
        applied patch from Richard Jones adding check to printf-like
        functions and fixing the problems raised
      Daniel
      9e170a88
    • D
      * include/libvirt/libvirt.h[.in] include/libvirt/virterror.h · 635ae389
      Daniel Veillard 提交于
        proxy/libvirt_proxy.c qemud/Makefile.am qemud/conf.c qemud/conf.h
        qemud/dispatch.c qemud/internal.h qemud/protocol.h
        src/driver.h src/internal.h src/libvirt.c src/libvirt_sym.version
        src/proxy_internal.c src/proxy_internal.h src/qemu_internal.c
        src/test.c src/virsh.c src/virterror.c src/xen_internal.c
        src/xen_internal.h src/xend_internal.c src/xm_internal.c
        src/xml.h src/xs_internal.c: applied patch from Richard Jones
        adding virConnectGetCapabilities(), plus various small little
        fixes
      * docs/*: fixed the api extractor script and regenerated
      Daniel
      635ae389