1. 03 12月, 2007 1 次提交
  2. 01 12月, 2007 3 次提交
  3. 30 11月, 2007 5 次提交
    • J
      Detect heap allocation failure; factor out some duplication. · c3c80a18
      Jim Meyering 提交于
      * 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.
      c3c80a18
    • R
      Fri Nov 30 11:04:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com> · 2ac691d6
      Richard W.M. Jones 提交于
      	* python/libvir.c, python/libvir.py: Make Python aware that
      	  the C bindings module is called cygvirtmod.dll when compiled
      	  by CYGWIN.
      	* python/Makefile.am: Remove symlink libvirtmod.dll -> cygvirtmod.dll
      	  no longer necessary because of the above.
      	* configure.in: Remove AM_CONDITIONAL(CYGWIN).
      2ac691d6
    • R
      Thu Nov 29 17:40:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com> · d63034c0
      Richard W.M. Jones 提交于
      	* configure.in: Added CYGWIN_EXTRA_LDFLAGS, CYGWIN_EXTRA_LIBADD,
      	  CYGWIN_EXTRA_PYTHON_LIBADD, CYGWIN automake conditional.
      	* src/Makefile.am: Extra flags required to build DLL of libvirt
      	  for Cygwin.
      	* python/Makefile.am: Extra flags and rule required to build
      	  Python module for Cygwin.
      d63034c0
    • R
      Thu Nov 29 17:38:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com> · 65aa3dbf
      Richard W.M. Jones 提交于
      	* configure.in: Check for C compiler first before checking for
      	  external programs.
      	  Add AC_LIBTOOL_WIN32_DLL.
      	  Add AM_PROG_CC_STDC.
      	  Add AC_C_CONST.
      65aa3dbf
    • R
      Thu Nov 29 16:19:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com> · 4a898dd4
      Richard W.M. Jones 提交于
      	* docs/libvir.html, docs/windows.html: Updated Windows
      	  documentation now that we have shared libraries and Python
      	  working.
      4a898dd4
  4. 29 11月, 2007 1 次提交
  5. 28 11月, 2007 4 次提交
  6. 27 11月, 2007 2 次提交
    • D
      * docs/site.xsl docs/libvir.html *.html: add boilerplate for · b4438e59
      Daniel Veillard 提交于
        a Windows support page
      Daniel
      b4438e59
    • D
      * configure.in: when configuring with --prefix=/usr i.e. the same · 1338ed4f
      Daniel Veillard 提交于
        prefix as the installed libvirt, use the same localstatedir /var
        (instead of /usr/var) and sysconfdir /etc (instead of /usr/etc) to
        be able to connect to the system daemon, and use the system local
        options
      * src/xs_internal.c: avoid error message when non-root cannot open
        xenstore
      * src/xend_internal.c: avoid error message when non-root cannot
        directly access xend, in those 2 cases the proxy (or remote code)
        should implement the access so there is no need to raise the error
        there.
      Daniel
      1338ed4f
  7. 26 11月, 2007 11 次提交
  8. 22 11月, 2007 2 次提交
  9. 21 11月, 2007 3 次提交
  10. 20 11月, 2007 3 次提交
  11. 18 11月, 2007 1 次提交
  12. 17 11月, 2007 4 次提交