]> git.ipfire.org Git - thirdparty/open-vm-tools.git/log
thirdparty/open-vm-tools.git
5 years agoCommon source file change not applicable to open-vm-tools.
John Wolfe [Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)] 
Common source file change not applicable to open-vm-tools.

5 years agoCommon header file change not directly applicable to open-vm-tools.
John Wolfe [Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)] 
Common header file change not directly applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)] 
Common header file change not applicable to open-vm-tools.

5 years agoChanges to common header files not applicable to open-vm-tools.
John Wolfe [Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)] 
Changes to common header files not applicable to open-vm-tools.

5 years agoAdd a usage message for the "checkvm" utility.
John Wolfe [Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)] 
Add a usage message for the "checkvm" utility.

This change alters the functionality of the -h option to print a
usage message by using glib options.  The previous functionality of -h
was to print hardware version, which prints invalid results.  This
change also removes a repeated header file and removes the -r option
which prints invalid results.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)] 
Common header file change not applicable to open-vm-tools.

5 years agoChange the default Unicode error errno.
John Wolfe [Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)] 
Change the default Unicode error errno.

In times long past, EINVAL was chosen for the errno returned when a
Unicode problem was detected.  This overloads EINVAL, particularly when
using POSIX system calls.  Unfortunately, the overloading makes it very
difficult to recover from some errors as there is no way to know the
difference between a "real" EINVAL and a Unicode problem EINVAL.

Over 10 years of data shows that we *RARELY* encounter Unicode errors.
Inspecting the source base shows the code segments that do check for
errno after an error either:

1) Post the errno value and die.
2) Have switch handle cases but also have a default catcher.
3) Have an if/else waterfall with a final else.

Another observation is that Unicode routines are not involved with
anything that would return a math related errno (e.g. ERANGE, EDOM).

Changing the value of UNICODE_CONVERSION_ERRNO to ERANGE and avoid
any overloading.

5 years agoChanges to common source files not applicable to open-vm-tools.
John Wolfe [Mon, 9 Nov 2020 20:29:03 +0000 (12:29 -0800)] 
Changes to common source files not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 9 Nov 2020 20:29:02 +0000 (12:29 -0800)] 
Common header file change not applicable to open-vm-tools.

5 years agoUpdate ChangeLog with 10/26/20 incremental changes
John Wolfe [Tue, 27 Oct 2020 00:36:36 +0000 (17:36 -0700)] 
Update ChangeLog with 10/26/20 incremental changes

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:55 +0000 (17:29 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not directly applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:55 +0000 (17:29 -0700)] 
Common header file change not directly applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:55 +0000 (17:29 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoFix memory leaks.
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Fix memory leaks.

A Coverity scan of open-vm-tools reported a number of memory leaks
on error code paths.  Fix seven reported leaks, and modify code
to address two false positives in order to make the code clearer
and/or keep Coverity from reporting the issues.  Also fix additional
leaks found in the routine Proto_TextContents during code review.

5 years agoCommon header file change not directly applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Common header file change not directly applicable to open-vm-tools.

5 years agotools: Fix Coverity errors in resolution plugin.
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
tools: Fix Coverity errors in resolution plugin.

Fix multiplication overflow and fgetc usage to avoid Coverity errors.

5 years agoFix a memory leak in HgfsOplockMonitorFileChange
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Fix a memory leak in HgfsOplockMonitorFileChange

In the error case, "data" was not freed.

5 years agoCommon header file change not directly applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Common header file change not directly applicable to open-vm-tools.

5 years agoTerminology cleanup
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Terminology cleanup

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoUpdate vm_basic_types.h for apple silicon
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Update vm_basic_types.h for apple silicon

Apple silicon compilers will define __arm64__ as their
name for their new CPU. But they also define __aarch64__ which
existing 64-bit ARM CPUs use.  Add a little bit of logic
to enforce and document this.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:54 +0000 (17:29 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 27 Oct 2020 00:29:53 +0000 (17:29 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years ago[GlobalConf] Support for vmusr service to load Global Configuration.
John Wolfe [Tue, 27 Oct 2020 00:29:53 +0000 (17:29 -0700)] 
[GlobalConf] Support for vmusr service to load Global Configuration.

Currently, the vmsvc service periodically downloads the Global Configuration
from the GuestStore and applies the downloaded configuration.  'vmusr'
service doesn't have the support.  In this changeset, made the changes
for both vmusr and vmsvc services to periodically check and apply
the changes.

To keep thing simple and easy, the new approach is check the
modification time every time the regular tools conf is read and if
changes are detected, the configuration is applied.  With this new approach,
signalling mechanism is not needed and that code is removed.

vmsvc:
* Starts a background thread which periodically fetches the global
configuration from the GuestStore.

vmusr:
* No background thread is created. But checks and loads the configuration
everytime the regular tools.conf is checked.

5 years agoCheck in tools gdp plugin OVT installer code.
John Wolfe [Tue, 27 Oct 2020 00:29:53 +0000 (17:29 -0700)] 
Check in tools gdp plugin OVT installer code.

5 years agoGet the latest README.md from the satable-11.1.x branch
John Wolfe [Sat, 17 Oct 2020 04:07:11 +0000 (21:07 -0700)] 
Get the latest README.md from the satable-11.1.x branch

5 years agoGet the latest README.md from the satable-11.1.x branch
John Wolfe [Sat, 17 Oct 2020 04:03:23 +0000 (21:03 -0700)] 
Get the latest README.md from the satable-11.1.x branch

5 years agoCopy ChangeLog from the stable-11.2.0
John Wolfe [Sat, 17 Oct 2020 03:56:02 +0000 (20:56 -0700)] 
Copy ChangeLog from the stable-11.2.0

5 years agoMerge open-vm-tools patch version numbers
John Wolfe [Sat, 17 Oct 2020 03:54:38 +0000 (20:54 -0700)] 
Merge open-vm-tools patch version numbers

5 years agoMerge branch 'stable-11.2.x'
John Wolfe [Fri, 16 Oct 2020 23:54:13 +0000 (16:54 -0700)] 
Merge branch 'stable-11.2.x'

5 years agoRecord ChangeLog URL correction stable-11.2.0
John Wolfe [Fri, 16 Oct 2020 23:15:58 +0000 (16:15 -0700)] 
Record ChangeLog URL correction

5 years agoCorrect URL for the 11.2.0 ChangeLog
John Wolfe [Fri, 16 Oct 2020 23:11:59 +0000 (16:11 -0700)] 
Correct URL for the 11.2.0 ChangeLog

5 years agoLast ChangeLog updates prior to release
John Wolfe [Fri, 16 Oct 2020 22:34:24 +0000 (15:34 -0700)] 
Last ChangeLog updates prior to release

5 years agoRelease Notes for 11.2.0
John Wolfe [Fri, 16 Oct 2020 22:02:38 +0000 (15:02 -0700)] 
Release Notes for 11.2.0

5 years agoSet the final release build number and product build number
John Wolfe [Fri, 16 Oct 2020 21:58:21 +0000 (14:58 -0700)] 
Set the final release build number and product build number

5 years agoUpdate ChangeLog with the changes committed since Sept. 22, 2020
John Wolfe [Tue, 13 Oct 2020 21:09:11 +0000 (14:09 -0700)] 
Update ChangeLog with the changes committed since Sept. 22, 2020

5 years agoL10n drop for open-vm-tools 10.2.0.
John Wolfe [Tue, 13 Oct 2020 21:00:59 +0000 (14:00 -0700)] 
L10n drop for open-vm-tools 10.2.0.

5 years agoFix memory leaks in guestInfo/diskInfo.c.
John Wolfe [Tue, 13 Oct 2020 21:00:59 +0000 (14:00 -0700)] 
Fix memory leaks in guestInfo/diskInfo.c.

When checking for IDE, SATA and SAS disk drives, the glib GMatchInfo is
passed to a g_regex_match() function inside a for loop.  It was not
properly passed to g_match_info_free() before subsequently being reused.

This addresses https://github.com/vmware/open-vm-tools/issues/452

5 years agoFix a minor memory leak in VIX Listfiles().
John Wolfe [Tue, 13 Oct 2020 21:00:59 +0000 (14:00 -0700)] 
Fix a minor memory leak in VIX Listfiles().

The GError structure is not cleared in an error code path, which
leads to a minor memory leak.  Explicitly call g_clear_error().

5 years agoadded 10/6/2020 devel branch changes to ChangeLog
John Wolfe [Tue, 6 Oct 2020 21:56:21 +0000 (14:56 -0700)] 
added 10/6/2020 devel branch changes to ChangeLog

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:56 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoChanges to common source files not directly applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:56 +0000 (14:30 -0700)] 
Changes to common source files not directly applicable to open-vm-tools.

5 years agoChanges to common source files not directly applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:56 +0000 (14:30 -0700)] 
Changes to common source files not directly applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoChanges to common source files not directly applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)] 
Changes to common source files not directly applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:55 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoL10n drop for open-vm-tools 10.2.0.
John Wolfe [Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)] 
L10n drop for open-vm-tools 10.2.0.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoAdding the vgauthImport utility to open-vm-tools.
John Wolfe [Tue, 6 Oct 2020 21:30:54 +0000 (14:30 -0700)] 
Adding the vgauthImport utility to open-vm-tools.

The vmware-alias-import utility is not currently packaged with the
open-vm-tools bundle; this change adds the utility.  It is built
only if vgauth is enabled.

5 years agoAdded 9/22/2020 devel branch changes to the ChangeLog.
John Wolfe [Tue, 22 Sep 2020 22:29:51 +0000 (15:29 -0700)] 
Added 9/22/2020 devel branch changes to the ChangeLog.

5 years agoFix the exit code when toolbox-cmd disk shrink is canceled.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Fix the exit code when toolbox-cmd disk shrink is canceled.

The toolbox-cmd disk shrink operation was exiting with status 0
when a SIGINT is received.  A non-zero exit status is expected.
Change the exit code to 130, which is the appropriate value
according to TLDP: https://tldp.org/LDP/abs/html/exitcodes.html

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoFix memory leaks in guestInfo/diskInfo.c.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Fix memory leaks in guestInfo/diskInfo.c.

When checking for IDE, SATA and SAS disk drives, the glib GMatchInfo is
passed to a g_regex_match() function inside a for loop.  It was not
properly passed to g_match_info_free() before subsequently being reused.

This addresses https://github.com/vmware/open-vm-tools/issues/452

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not directly applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Common header file change not directly applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:07 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not directly applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Common header file change not directly applicable to open-vm-tools.

5 years agoCommon header file change not directly applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Common header file change not directly applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoFix a minor memory leak in VIX Listfiles().
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Fix a minor memory leak in VIX Listfiles().

The GError structure is not cleared in an error code path, which
leads to a minor memory leak.  Explicitly call g_clear_error().

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoChanges to common header files not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Changes to common header files not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:06 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agohgfsServerOplockMonitor.c HgfsOplockUnmonitorFileChange():
John Wolfe [Tue, 22 Sep 2020 21:54:05 +0000 (14:54 -0700)] 
hgfsServerOplockMonitor.c  HgfsOplockUnmonitorFileChange():

There is no need to cancel the monitor action if the oplock monitor
module has already been destroyed.   Avoid a possible NULL pointer
dereference.

5 years agoChanges to common source files not directly applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:05 +0000 (14:54 -0700)] 
Changes to common source files not directly applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:05 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoUpdate the development tools version for the next major point release.
John Wolfe [Tue, 22 Sep 2020 21:54:05 +0000 (14:54 -0700)] 
Update the development tools version for the next major point release.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 22 Sep 2020 21:54:05 +0000 (14:54 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoFix a potential null pointer dereference in asyncsocket.
John Wolfe [Tue, 22 Sep 2020 21:54:05 +0000 (14:54 -0700)] 
Fix a potential null pointer dereference in asyncsocket.

5 years agoCaptured the "devel" change log history since the start of the "stable-11.1.x"
John Wolfe [Tue, 22 Sep 2020 15:20:25 +0000 (08:20 -0700)] 
Captured the "devel" change log history since the start of the "stable-11.1.x"
branch.

5 years agoUpdated the ChangeLog with the changes targeted for OVT 11.2.0 from
John Wolfe [Tue, 22 Sep 2020 14:58:10 +0000 (07:58 -0700)] 
Updated the ChangeLog with the changes targeted for OVT 11.2.0 from
the "devel" branch.

Note: These may include changes deemed urgent enough to be cross ported to
      the "stable-11.1.x" branch.

5 years agoCommon source file changes not applicable to open-vm-tools.
John Wolfe [Fri, 11 Sep 2020 19:11:06 +0000 (12:11 -0700)] 
Common source file changes not applicable to open-vm-tools.

5 years agoChanges to Common source files not applicable to open-vm-tools.
John Wolfe [Fri, 11 Sep 2020 19:11:06 +0000 (12:11 -0700)] 
Changes to Common source files not applicable to open-vm-tools.

5 years agoGuestOS: Add Flatcar Linux (64-bit only) as a new guest.
John Wolfe [Fri, 11 Sep 2020 19:11:06 +0000 (12:11 -0700)] 
GuestOS: Add Flatcar Linux (64-bit only) as a new guest.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Fri, 11 Sep 2020 19:11:06 +0000 (12:11 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon source file change not applicable to open-vm-tools.
John Wolfe [Fri, 11 Sep 2020 19:11:06 +0000 (12:11 -0700)] 
Common source file change not applicable to open-vm-tools.

5 years agohostinfo.h: stop including x86cpuid.h
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
hostinfo.h: stop including x86cpuid.h

With the removal of Hostinfo_GetAllCpuid in an earlier change, hostinfo.h
can stop including x86cpuid.h and only needs vendor IDs from x86vendor.h.

Unfortunately, quite a few source files depended in hostinfo.h's automatic
inclusion of x86cpuid.h. Fix them to include what they need.

The lib/include/guestStats.h is a special case that happened to succeed because
of a warning that was disabled in x86cpuid.h which also happens to have
been included earlier than this header.  Re-disable the warning.

5 years agoEnsuring vmtools utilities are only used in a VMware virtual environment.
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Ensuring vmtools utilities are only used in a VMware virtual environment.

Several utilities do not check that their running environment is in a
VMware hypervisor.  Add checks and generate error messages if the
running environment is a physical machine.  Some makefiles were altered
o resolve dependency issues.

5 years agoVGAuth: vgauthd service fails if vgauth.conf samlSchemaDir has trailing whitespace
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
VGAuth: vgauthd service fails if vgauth.conf samlSchemaDir has trailing whitespace

When reading the vgauth.conf samlSchemaDir, remove any trailing whitespace.
Also remove trailing whitespace when reading any preference string.

5 years agoAdditional clean up of vmware_pack files.
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Additional clean up of vmware_pack files.

5 years agoUpdating authors for OVT contributions
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Updating authors for OVT contributions

https://github.com/vmware/open-vm-tools/pull/432

5 years agoChanging permissions of tools configuration example file.
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Changing permissions of tools configuration example file.

Also made a small change to another makefile for more consistency in style.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Common header file change not applicable to open-vm-tools.

5 years agoAdditional clean up of vmware_pack files.
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Additional clean up of vmware_pack files.

5 years agoAdditional clean up of vmware_pack files.
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Additional clean up of vmware_pack files.

5 years agoAdditional clean up of vmware_pack files.
John Wolfe [Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)] 
Additional clean up of vmware_pack files.