summaryrefslogtreecommitdiffstats
path: root/tools/hv
AgeCommit message (Expand)AuthorLines
2013-06-17tools: hv: Improve error logging in KVP daemon.Tomas Hozza-11/+18
2013-06-03tools: hv: Fix file descriptor leaksTomas Hozza-1/+5
2013-06-03tools: hv: Check retrun value of strchr callTomas Hozza-1/+3
2013-06-03tools: hv: Check return value of poll callTomas Hozza-1/+10
2013-06-03tools: hv: Check return value of setsockopt callTomas Hozza-1/+7
2013-04-24Tools: hv: Fix a checkpatch warningK. Y. Srinivasan-1/+1
2013-04-24tools: hv: skip iso9660 mounts in hv_vss_daemonOlaf Hering-0/+2
2013-04-24tools: hv: use FIFREEZE/FITHAW in hv_vss_daemonOlaf Hering-9/+22
2013-04-24tools: hv: use getmntent in hv_vss_daemonOlaf Hering-18/+21
2013-04-24Tools: hv: Fix a checkpatch warningK. Y. Srinivasan-2/+3
2013-04-24tools: hv: fix checks for origin of netlink message in hv_vss_daemonOlaf Hering-1/+7
2013-04-24Tools: hv: fix warnings in hv_vss_daemonOlaf Hering-4/+8
2013-03-15Drivers: hv: Add a new driver to support host initiated backupK. Y. Srinivasan-0/+220
2013-03-15tools: hv: daemon should check type of received Netlink msgTomas Hozza-0/+4
2013-03-15tools: hv: daemon setsockopt should use options macrosTomas Hozza-3/+7
2013-03-15tools: hv: daemon should subscribe only to CN_KVP_IDX groupTomas Hozza-2/+2
2013-01-18tools: hv: Use CLOEXEC when opening kvp_pool filesTomas Hozza-4/+4
2013-01-17tools: hv: Fix how ifcfg-* file is createdTomas Hozza-43/+38
2013-01-17tools: hv: fix a typo in hv_set_ifconfig.shJason Wang-1/+1
2013-01-17tools/hv: Fix permissions of created directory and filesBen Hutchings-2/+2
2013-01-17tools/hv: Fix /var subdirectoryTomas Hozza-6/+6
2012-11-15tools/hv: Fix string typesTomas Hozza-5/+5
2012-11-15tools: hv: Netlink source address validation allows DoSTomas Hozza-1/+7
2012-10-30Tools: hv: Don't return loopback addressesK. Y. Srinivasan-4/+9
2012-10-30tools: hv: Return the full kernel versionK. Y. Srinivasan-3/+6
2012-09-10tools/hv: Parse /etc/os-releaseBen Hutchings-4/+55
2012-09-10tools/hv: Check for read/write errorsBen Hutchings-3/+19
2012-09-10tools/hv: Fix exit() error codeBen Hutchings-11/+11
2012-09-10tools/hv: Fix file handle leakBen Hutchings-1/+2
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_GET_IP_INFOK. Y. Srinivasan-3/+90
2012-09-10Tools: hv: Rename the function kvp_get_ip_address()K. Y. Srinivasan-3/+3
2012-09-10Tools: hv: Implement the KVP verb - KVP_OP_SET_IP_INFOK. Y. Srinivasan-0/+443
2012-09-10Tools: hv: Add an example script to configure an interfaceK. Y. Srinivasan-0/+68
2012-09-10Tools: hv: Gather DHCP informationK. Y. Srinivasan-0/+31
2012-09-10Tools: hv: Add an example script to retrieve dhcp stateK. Y. Srinivasan-0/+28
2012-09-04Tools: hv: Gather DNS informationK. Y. Srinivasan-0/+23
2012-09-04Tools: hv: Add an example script to retrieve DNS entriesK. Y. Srinivasan-0/+13
2012-09-04Tools: hv: Correctly type string variablesK. Y. Srinivasan-4/+4
2012-09-04Tools: hv: Get rid of some unused variablesK. Y. Srinivasan-2/+1
2012-08-17Tools: hv: Gather ipv[4,6] gateway informationK. Y. Srinivasan-0/+68
2012-08-17Tools: hv: Represent the ipv6 mask using CIDR notationK. Y. Srinivasan-10/+36
2012-08-17Tools: hv: Gather subnet informationK. Y. Srinivasan-2/+29
2012-08-17Tools: hv: Gather address family informationK. Y. Srinivasan-0/+11
2012-08-17Tools: hv: Further refactor kvp_get_ip_address()K. Y. Srinivasan-52/+42
2012-08-17Tools: hv: Prepare to expand kvp_get_ip_address() functionalityK. Y. Srinivasan-45/+84
2012-08-16Drivers: hv: kvp: Cleanup error handling in KVPK. Y. Srinivasan-33/+33
2012-08-16Drivers: hv: Add KVP definitions for IP address injectionK. Y. Srinivasan-1/+1
2012-06-10Tools: hv: verify origin of netlink connector messageOlaf Hering-3/+7
2012-03-16Tools: hv: Support enumeration from all the poolsK. Y. Srinivasan-7/+117
2012-03-16Tools: hv: Fully support the new KVP verbs in the user level daemonK. Y. Srinivasan-1/+280