summaryrefslogtreecommitdiff
path: root/tools/hv/hv_kvp_daemon.c
AgeCommit message (Expand)Author
2017-08-16Tools: hv: fix snprintf warning in kvp_daemonOlaf Hering
2017-05-18tools: hv: properly handle long pathsVitaly Kuznetsov
2016-12-06Tools: hv: kvp: configurable external scripts pathAlex Fluter
2016-11-07tools: hv: remove unnecessary header files and netlink related codeWeibing Zhang
2016-11-07tools: hv: fix a compile warning in snprintfWeibing Zhang
2016-08-31Tools: hv: kvp: ensure kvp device fd is closed on execVitaly Kuznetsov
2015-05-24Tools: hv: kvp: use misc char device to communicate with kernelVitaly Kuznetsov
2015-01-25Tools: hv: address compiler warnings for hv_kvp_daemon.cVitaly Kuznetsov
2015-01-25Tools: hv: remove unused bytes_written from kvp_update_file()Vitaly Kuznetsov
2015-01-12tools: hv: kvp_daemon: make IPv6-only-injection workDexuan Cui
2014-11-26tools: hv: ignore ENOBUFS and ENOMEM in the KVP daemonDexuan Cui
2014-11-07tools: hv: introduce -n/--no-daemon optionVitaly Kuznetsov
2013-12-08Tools: hv: remove inclusion of linux/types.hOlaf Hering
2013-09-26Tools: hv: use single send+recv bufferOlaf Hering
2013-09-26Tools: hv: cache FQDN in kvp_daemon to avoid timeoutsOlaf Hering
2013-08-12Tools: hv: use full nlmsghdr in netlink_sendOlaf Hering
2013-08-12Tools: hv: correct payload size in netlink_sendOlaf Hering
2013-08-05Tools: hv: check return value of system in hv_kvp_daemonOlaf Hering
2013-08-05Tools: hv: in kvp_set_ip_info free mac_addr right after usageOlaf Hering
2013-08-02Tools: hv: check return value of daemon to fix compiler warning.Olaf Hering
2013-08-02Tools: hv: fix send/recv buffer allocationOlaf Hering
2013-07-16Tools: hv: KVP: Fix a bug in IPV6 subnet enumerationK. Y. Srinivasan
2013-06-17tools: hv: Improve error logging in KVP daemon.Tomas Hozza
2013-06-03tools: hv: Fix file descriptor leaksTomas Hozza
2013-06-03tools: hv: Check retrun value of strchr callTomas Hozza
2013-06-03tools: hv: Check return value of poll callTomas Hozza
2013-06-03tools: hv: Check return value of setsockopt callTomas Hozza
2013-03-15tools: hv: daemon should check type of received Netlink msgTomas Hozza
2013-03-15tools: hv: daemon setsockopt should use options macrosTomas Hozza
2013-03-15tools: hv: daemon should subscribe only to CN_KVP_IDX groupTomas Hozza
2013-01-18tools: hv: Use CLOEXEC when opening kvp_pool filesTomas Hozza
2013-01-17tools: hv: Fix how ifcfg-* file is createdTomas Hozza
2013-01-17tools/hv: Fix permissions of created directory and filesBen Hutchings
2013-01-17tools/hv: Fix /var subdirectoryTomas Hozza
2012-11-15tools/hv: Fix string typesTomas Hozza
2012-11-15tools: hv: Netlink source address validation allows DoSTomas Hozza
2012-10-30Tools: hv: Don't return loopback addressesK. Y. Srinivasan
2012-10-30tools: hv: Return the full kernel versionK. Y. Srinivasan
2012-09-10tools/hv: Parse /etc/os-releaseBen Hutchings
2012-09-10tools/hv: Check for read/write errorsBen Hutchings
2012-09-10tools/hv: Fix exit() error codeBen Hutchings
2012-09-10tools/hv: Fix file handle leakBen Hutchings
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFOK. Y. Srinivasan
2012-09-10Tools: hv: Rename the function kvp_get_ip_address()K. Y. Srinivasan
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFOK. Y. Srinivasan
2012-09-10Tools: hv: Gather DHCP informationK. Y. Srinivasan
2012-09-04Tools: hv: Gather DNS informationK. Y. Srinivasan
2012-09-04Tools: hv: Correctly type string variablesK. Y. Srinivasan
2012-09-04Tools: hv: Get rid of some unused variablesK. Y. Srinivasan
2012-08-17Tools: hv: Gather ipv[4,6] gateway informationK. Y. Srinivasan