Revisions of hyper-v

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 254607 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 25)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 24)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 239930 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 23)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 235401 from Olaf Hering's avatar Olaf Hering (olh) (revision 22)
- copy mask2pfxlen from /etc/sysconfig/network/scripts/functions
  to hv_set_ifconfig (bnc#879256)

- Start hyper-v helpers manually with helper script in inst-sys
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 229699 from Olaf Hering's avatar Olaf Hering (olh) (revision 21)
- Handle the case when the target file exists correctly in hv_fcopy_daemon
- vssdaemon: Ignore VFAT mounts during the Freeze operation
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 225703 from Olaf Hering's avatar Olaf Hering (olh) (revision 20)
- Package /usr/lib/udev to fix build error
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 221975 from Olaf Hering's avatar Olaf Hering (olh) (revision 19)
- Update hv_fcopy_daemon, kernel name changed to /dev/vmbus/hv_fcopy
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 215284 from Olaf Hering's avatar Olaf Hering (olh) (revision 18)
- Start daemons on demand via udev rules because the guest services
  are optional.
- If systemd is used daemons live in libdir, they are not usercallable apps

- Add hv_fcopy_daemon for post 13.1 releases (fate#315887)
  hyper-v.tools.hv.hv_fcopy_daemon.c
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 212260 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 17)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 16)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197898 from Olaf Hering's avatar Olaf Hering (olh) (revision 15)
- Update Supplements: modalias(dmi:*)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 195900 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 14)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 186287 from Olaf Hering's avatar Olaf Hering (olh) (revision 13)
- cache FQDN in kvp_daemon to avoid timeouts (bnc#828714)
- use full nlmsghdr in netlink_send
- correct payload size in netlink_send
- use single send+recv buffer
- log errors to syslog in kvp_set_ip_info
- check return value of system in hv_kvp_daemon
- in kvp_set_ip_info free mac_addr right after usage
- check return value of daemon to fix compiler warning.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 185444 from Olaf Hering's avatar Olaf Hering (olh) (revision 12)
- Fix send/recv buffer allocation (bnc#828714)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 185068 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 11)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 183123 from Olaf Hering's avatar Olaf Hering (olh) (revision 10)
- update hv_kvp_daemon (merge 0783d72fa from v3.9-rc1)
  Fix how ifcfg-* file is created

- update hv_kvp_daemon (changes up to 3.11-rc1):
  Improve error logging in KVP daemon.
  Fix file descriptor leaks
  Check retrun value of strchr call
  Check return value of poll call
  Check return value of setsockopt call
  daemon should check type of received Netlink msg
  daemon setsockopt should use options macros
  daemon should subscribe only to CN_KVP_IDX group

- Fix a bug in IPV6 subnet enumeration (bnc#828714)

- Update hv_vss_daemon (bnc#811033)

- add hv_vss_daemon (fate#314921)
  helper to support host initiated backup

- build hv_kvp_daemon with -D_GNU_SOURCE to get O_CLOEXEC

- update hv_kvp_daemon
  Use CLOEXEC when opening kvp_pool files
  Fix permissions of created directory and files
  Fix /var subdirectory (move state files from /var/opt to /var/lib)
  Fix string types
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 9)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 143411 from Olaf Hering's avatar Olaf Hering (olh) (revision 8)
- update hv_set_ifconfig, use single index for static ipv4/ipv6 [bnc#790469]

- update hv_set_ifconfig further to work with our ifcfg [bnc#790469]

- update hv_get_dhcp_info to work with our ifcfg [bnc#790469]
- remove cat usage from hv_get_dns_info
- add quoting to hv_set_ifconfig to make it more robust

- remove code to build kmp, it was not enabled because the
  drivers are now in kernel since a long time. [bnc#676890]

- Netlink source address validation allows DoS [bnc#791605, CVE-2012-5532]
  bugfix for recvfrom check from bnc#761200

- check origin of netlink messages, use recvfrom() [bnc#761200, CVE-2012-2669]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139921 from Olaf Hering's avatar Olaf Hering (olh) (revision 7)
- update hv_set_ifconfig to work with our ifcfg

- update kv_kvp_daemon to 3.7-rc1 state [fate#314441]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 138030 from Olaf Hering's avatar Olaf Hering (olh) (revision 6)
- update hv_kvp_daemon
  Return the full kernel version
  Don't return loopback addresses

- bump to version 4
- update kv_kvp_daemon to 3.7-rc1 state [fate#31441]
  support KVP IP Injection, helper scripts go to /usr/lib/hyper-v/bin:
  hv_get_dhcp_info, hv_get_dns_info, hv_set_ifconfig
- remove usage of absolute paths in runlevel script

  kernel [bnc#770763]
Displaying revisions 21 - 40 of 45
openSUSE Build Service is sponsored by