]> git.ipfire.org Git - thirdparty/open-vm-tools.git/log
thirdparty/open-vm-tools.git
4 years agoFix a compilation issue in the containerInfo plugin for i386 builds.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Fix a compilation issue in the containerInfo plugin for i386 builds.

The "gint64" type used for time values in the code is not a "long" on
i386.  The fix using the glib "G_GINT64_FORMAT" macro was provided by
the Debian OVT maintainer.

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

4 years agoChange to common header file not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Change to common header file not applicable to open-vm-tools.

4 years agoChange to common header file not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Change to common header file not applicable to open-vm-tools.

4 years agoChange to common header file not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Change to common header file not applicable to open-vm-tools.

4 years agoChanges to common source files not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Changes to common source files not applicable to open-vm-tools.

4 years agoChange to common header file not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Change to common header file not applicable to open-vm-tools.

4 years agoChange to common header file not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Change to common header file not applicable to open-vm-tools.

4 years agoChange to common header file not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Change to common header file not applicable to open-vm-tools.

4 years agoChange to common header file not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:28:00 +0000 (14:28 -0700)] 
Change to common header file not applicable to open-vm-tools.

4 years agoChange to common header file not applicable to open-vm-tools.
John Wolfe [Fri, 6 May 2022 21:27:59 +0000 (14:27 -0700)] 
Change to common header file not applicable to open-vm-tools.

4 years agoService Discovery: Cassandra service version missed for a default Cassandra installation.
John Wolfe [Fri, 6 May 2022 21:27:59 +0000 (14:27 -0700)] 
Service Discovery: Cassandra service version missed for a default Cassandra installation.

Updated the get-versions.sh script to correctly report the version of the
Cassandra service running in the guest.

4 years agoUpdate ChangeLog with the granular changes through Apr. 15, 2022
John Wolfe [Wed, 20 Apr 2022 20:42:31 +0000 (13:42 -0700)] 
Update ChangeLog with the granular changes through Apr. 15, 2022
 - plus the 12.0.0 open-vm-tools release point in the ChangeLog.

4 years agoImprove the "don't touch this" comments for Linux guest identification.
John Wolfe [Wed, 20 Apr 2022 20:24:07 +0000 (13:24 -0700)] 
Improve the "don't touch this" comments for Linux guest identification.

Pull requests to add distro identification information are often submitted.
Open-vm-tools does not own the guest identification code.  Such a change
requires coordinated changes throughout the VMware product stack.

Improve the text to reduce pull requests for changes to common source
code that open-vm-tools does not own and cannot make.

4 years agoEnable time step correction log in all builds.
John Wolfe [Wed, 20 Apr 2022 20:24:07 +0000 (13:24 -0700)] 
Enable time step correction log in all builds.

Enabled logging of the information in all builds of open-vm-tools.
This is useful for auditing and for debugging.

4 years agoContainerInfo Plugin: correct compiler warnings in containerInfo_grpc.cc
John Wolfe [Wed, 20 Apr 2022 20:24:07 +0000 (13:24 -0700)] 
ContainerInfo Plugin: correct compiler warnings in containerInfo_grpc.cc

- The local variable "containersAdded" should be an 'unsigned int' since
  it's compared with an 'unsigned int' parameter.
- Remove the unreferenced local variable "numContainers".

4 years agoAdding configuration information for the GlobalConf feature.
John Wolfe [Wed, 20 Apr 2022 20:24:07 +0000 (13:24 -0700)] 
Adding configuration information for the GlobalConf feature.

As part of the GlobalConf feature, a "globalconf" section is introduced
into tools.conf to provide custom configuration options for the feature.
The configuration parameters are as follows:
 * enabled=false - Enable/disable the GlobalConf module.
 * poll-interval=3600 - Poll interval for the GlobalConf feature.
 * resource=<path> - Defines the location of the tools.conf in the
                     GuestStore.  There is a separate default for Windows
                     and Linux guests.

4 years agoVGAuth: Customize libxml2 to open local file with unescaped file name only.
John Wolfe [Wed, 20 Apr 2022 20:24:07 +0000 (13:24 -0700)] 
VGAuth: Customize libxml2 to open local file with unescaped file name only.

4 years agoService Discovery: Script correction to collect the version of Cassandra.
John Wolfe [Wed, 20 Apr 2022 20:24:07 +0000 (13:24 -0700)] 
Service Discovery: Script correction to collect the version of Cassandra.

4 years agoasyncsocket.c: Use size_t in place of int type for array size and indexing.
John Wolfe [Wed, 20 Apr 2022 20:24:07 +0000 (13:24 -0700)] 
asyncsocket.c: Use size_t in place of int type for array size and indexing.

Glibc 2.35 with GCC 11 and 12 produces additional warnings about strings
and array bounds.  Switching from "int" to "size_t" type for variable
used for the array size and element indexing.

GCC warned when an integer value is passed as the size of the
struct pollfd array to poll().

Fixes https://github.com/vmware/open-vm-tools/issues/570

4 years agoPrepare the stage-12.0.x branch for the tools 12.0.5 update release.
John Wolfe [Wed, 20 Apr 2022 20:24:07 +0000 (13:24 -0700)] 
Prepare the stage-12.0.x branch for the tools 12.0.5 update release.

- Set the tools version to 12.0.5

4 years agoUpdate ChangeLog with the granular push of Mar. 23, 2022.
John Wolfe [Tue, 19 Apr 2022 21:48:06 +0000 (14:48 -0700)] 
Update ChangeLog with the granular push of Mar. 23, 2022.
  - plus ChangeLog update of Apr. 4, 2022.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not directly applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Common header file change not directly applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoChanges to common header files not applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Changes to common header files not applicable to open-vm-tools.

4 years agoImprove the "don't touch this" comments for Linux guest identification.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Improve the "don't touch this" comments for Linux guest identification.

Pull requests to add distro identification information are often submitted.
Open-vm-tools does not own the guest identification code.  Such a change
requires coordinated changes throughout the VMware product stack.

Improve the text to reduce pull requests for changes to common source
code that open-vm-tools does not own and cannot make.

4 years agoMake HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386.

The change incorporates the support of 64 bit time epoch conversion
from Windows NT time to Unix Epoch time on i386.

Addresses pull request:
https://github.com/vmware/open-vm-tools/pull/387

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoChanges to common header files not applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Changes to common header files not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoAdded the following miscellaneous checks for the deploypkg plugin.
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Added the following miscellaneous checks for the deploypkg plugin.

1. Check if the plugin is running in a VMware VM.
2. Check if the plugin is loaded by the main tools service.
3. Check if the underlying hypervisor is ESXi.

4 years agoInclusive language - "kill"
John Wolfe [Tue, 19 Apr 2022 21:30:54 +0000 (14:30 -0700)] 
Inclusive language - "kill"

Address uses of the term "kill" in some files used by open-vm-tools.

4 years agoInclusive Language - "whitelist"
John Wolfe [Tue, 19 Apr 2022 21:30:53 +0000 (14:30 -0700)] 
Inclusive Language - "whitelist"

Use allowlist instead of whitelist in some files used by open-vm-tools.

4 years agoContainerInfo Plugin: correct compiler warnings in containerInfo_grpc.cc
John Wolfe [Tue, 19 Apr 2022 21:30:53 +0000 (14:30 -0700)] 
ContainerInfo Plugin: correct compiler warnings in containerInfo_grpc.cc

- The local variable "containersAdded" should be an 'unsigned int' since
  it's compared with an 'unsigned int' parameter.
- Remove the unreferenced local variable "numContainers".

4 years agoReverting previous bad patch erroneously comitted.
John Wolfe [Tue, 19 Apr 2022 21:29:06 +0000 (14:29 -0700)] 
Reverting previous bad patch erroneously comitted.

4 years agoUpdate ChangeLog with the granular push of Apr. 4, 2022.
John Wolfe [Mon, 4 Apr 2022 20:22:16 +0000 (13:22 -0700)] 
Update ChangeLog with the granular push of Apr. 4, 2022.
  - plus ChangeLog update of Mar. 23, 2022.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not directly related to open-vm-tools.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
Common header file change not directly related to open-vm-tools.

4 years agoVGAuth: Add secure VMX RPC support.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
VGAuth: Add secure VMX RPC support.

 - Added some error handling to work around VMX closing a
   port that is being reused.

4 years agoVGAuth: Update some error messages with certificate error text.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
VGAuth: Update some error messages with certificate error text.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoDynBuf: Implement new function DynBuf_SafeInternalInsert().
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
DynBuf:  Implement new function DynBuf_SafeInternalInsert().

4 years agoDynBuf: Implement new function DynBuf_Insert.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
DynBuf:  Implement new function DynBuf_Insert.

 - DynBuf_Insert(): Insert data at a given offset within a dynamic buffer.

4 years agoRecord use of tools version 10.3.25.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
Record use of tools version 10.3.25.

Adding version 10.3.25 to the list of releases or planned releases
of VMware Tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoGeneralize VMX RPC code in vgauthservice.
John Wolfe [Mon, 4 Apr 2022 19:58:41 +0000 (12:58 -0700)] 
Generalize VMX RPC code in vgauthservice.
 - Rework the code so that it can used for other RPCs in the future.
 - Rework the code reading the RPC reply, since it can now be much larger.
 - Also remove the attempt to use the "guest.log.text" RPC since the VMX
   will just drop the logging on the floor with no error if the virtual
   HW version is too old.  A smart fail over is not possible.

4 years agoUpdate ChangeLog with the granular push of Mar. 23, 2022.
John Wolfe [Wed, 23 Mar 2022 20:00:26 +0000 (13:00 -0700)] 
Update ChangeLog with the granular push of Mar. 23, 2022.
  - plus ChangeLog update of Mar. 10, 2022.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Wed, 23 Mar 2022 19:04:31 +0000 (12:04 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoRecord the use of tools version 12.0.5.
John Wolfe [Wed, 23 Mar 2022 19:04:31 +0000 (12:04 -0700)] 
Record the use of tools version 12.0.5.

4 years agoChange to common header files not applicable to open-vm-tools.
John Wolfe [Wed, 23 Mar 2022 19:04:31 +0000 (12:04 -0700)] 
Change to common header files not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Wed, 23 Mar 2022 19:04:31 +0000 (12:04 -0700)] 
Common header file change not applicable to open-vm-tools.

4 years agoVGAuth: Customize libxml2 to open local file with unescaped file name only.
John Wolfe [Wed, 23 Mar 2022 19:04:31 +0000 (12:04 -0700)] 
VGAuth: Customize libxml2 to open local file with unescaped file name only.

4 years agoUpdate ChangeLog with the granular push of Mar. 10, 2022.
John Wolfe [Thu, 10 Mar 2022 20:06:56 +0000 (12:06 -0800)] 
Update ChangeLog with the granular push of Mar. 10, 2022.
  - plus README.md updates related to 12.0.0 OVT release.
  - plus ChangeLog update of Feb. 17, 2022.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 10 Mar 2022 19:36:24 +0000 (11:36 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoChanges to common header files not directly related to open-vm-tools.
John Wolfe [Thu, 10 Mar 2022 19:36:24 +0000 (11:36 -0800)] 
Changes to common header files not directly related to open-vm-tools.

4 years agoService Discovery: Script correction to collect the version of Cassandra.
John Wolfe [Thu, 10 Mar 2022 19:36:24 +0000 (11:36 -0800)] 
Service Discovery: Script correction to collect the version of Cassandra.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 10 Mar 2022 19:36:23 +0000 (11:36 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 10 Mar 2022 19:36:23 +0000 (11:36 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 10 Mar 2022 19:36:23 +0000 (11:36 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 10 Mar 2022 19:36:23 +0000 (11:36 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoMerge branch 'stable-12.0.x'
John Wolfe [Fri, 4 Mar 2022 23:23:22 +0000 (15:23 -0800)] 
Merge branch 'stable-12.0.x'

4 years agoOpen-vm-tools rlease 12.0.0 marked in the Changex Log. stable-12.0.0
John Wolfe [Fri, 4 Mar 2022 21:01:24 +0000 (13:01 -0800)] 
Open-vm-tools rlease 12.0.0 marked in the Changex Log.

4 years agoUpdated the ChangeLog file with the final commits leading up to the
John Wolfe [Fri, 4 Mar 2022 20:50:55 +0000 (12:50 -0800)] 
Updated the ChangeLog file with the final commits leading up to the
open-vm-tools 12.0.0 release.

4 years agoAdd the ReleaseNotes.md file for the OVT 12.0.0 release
John Wolfe [Fri, 4 Mar 2022 20:31:27 +0000 (12:31 -0800)] 
Add the ReleaseNotes.md file for the OVT 12.0.0 release
 - Sync README.md content with the RN where there is overlap.

4 years agoUpdate the README.md document.
John Wolfe [Thu, 3 Mar 2022 01:27:43 +0000 (17:27 -0800)] 
Update the README.md document.
  - Adding configure and build information for new plugins and service(s)
    added in the 12.0.0 tools release.

4 years agoUpdate the README.md document.
John Wolfe [Thu, 3 Mar 2022 00:49:49 +0000 (16:49 -0800)] 
Update the README.md document.
  - Adding configure and build information for new plugins and service(s)
    added in the 12.0.0 tools release.

4 years agoPreparing for the 12.0.0 OVT release
John Wolfe [Wed, 2 Mar 2022 23:21:37 +0000 (15:21 -0800)] 
Preparing for the 12.0.0 OVT release
 - configure.ac: set release version - 2 spots.
 - lib/include/buildNumber.h: Set build number and product build number.

4 years agoCopyright clean up.
John Wolfe [Wed, 2 Mar 2022 23:08:55 +0000 (15:08 -0800)] 
Copyright clean up.
 - matching (C) vs. (c) between github and perforce source.

4 years agoUpdate the list of operating system with open-vm-tools. Add:
John Wolfe [Wed, 23 Feb 2022 00:52:02 +0000 (16:52 -0800)] 
Update the list of operating system with open-vm-tools.  Add:
 * Flatcar Container Linux, all releases
 * Rocky 8 and later releases
 * AlmaLinux OS 8 and later releases

Addresses:
  https://github.com/vmware/open-vm-tools/pull/573
  https://github.com/vmware/open-vm-tools/pull/513

4 years agoUpdate the list of operating system with open-vm-tools. Add:
John Wolfe [Wed, 23 Feb 2022 00:52:02 +0000 (16:52 -0800)] 
Update the list of operating system with open-vm-tools.  Add:
 * Flatcar Container Linux, all releases
 * Rocky 8 and later releases
 * AlmaLinux OS 8 and later releases

Addresses:
  https://github.com/vmware/open-vm-tools/pull/573
  https://github.com/vmware/open-vm-tools/pull/513

4 years agoUpdate ChangeLog with the granular push of Feb. 17, 2022.
John Wolfe [Thu, 17 Feb 2022 23:10:47 +0000 (15:10 -0800)] 
Update ChangeLog with the granular push of Feb. 17, 2022.
 - plus ChangeLog update of Feb. 7, 2022.

4 years agoAdd missing 2022 copyright.
John Wolfe [Thu, 17 Feb 2022 23:01:31 +0000 (15:01 -0800)] 
Add missing 2022 copyright.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 17 Feb 2022 22:51:25 +0000 (14:51 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 17 Feb 2022 22:51:25 +0000 (14:51 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoBackout previous changes to common header files not applicable to open-vm-tools.
John Wolfe [Thu, 17 Feb 2022 22:51:25 +0000 (14:51 -0800)] 
Backout previous changes to common header files not applicable to open-vm-tools.

4 years agoAdding configuration information for the GlobalConf feature.
John Wolfe [Thu, 17 Feb 2022 22:51:25 +0000 (14:51 -0800)] 
Adding configuration information for the GlobalConf feature.

As part of the GlobalConf feature, a "globalconf" section is introduced
into tools.conf to provide custom configuration options for the feature.
The configuration parameters are as follows:
 * enabled=false - Enable/disable the GlobalConf module.
 * poll-interval=3600 - Poll interval for the GlobalConf feature.
 * resource=<path> - Defines the location of the tools.conf in the
                     GuestStore.  There is a separate default for Windows
                     and Linux guests.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 17 Feb 2022 22:51:25 +0000 (14:51 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Thu, 17 Feb 2022 22:51:25 +0000 (14:51 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoasyncsocket.c: Use size_t in place of int type for array size and indexing.
John Wolfe [Thu, 17 Feb 2022 22:51:25 +0000 (14:51 -0800)] 
asyncsocket.c: Use size_t in place of int type for array size and indexing.

Glibc 2.35 with GCC 11 and 12 produces additional warnings about strings
and array bounds.  Switching from "int" to "size_t" type for variable
used for the array size and element indexing.

GCC warned when an integer value is passed as the size of the
struct pollfd array to poll().

Fixes https://github.com/vmware/open-vm-tools/issues/570

4 years agoChanges to common header files not applicable to open-vm-tools.
John Wolfe [Thu, 17 Feb 2022 22:51:25 +0000 (14:51 -0800)] 
Changes to common header files not applicable to open-vm-tools.

4 years agoUpdate ChangeLog with the granular changes through 1/31/22.
John Wolfe [Mon, 7 Feb 2022 18:26:57 +0000 (10:26 -0800)] 
Update ChangeLog with the granular changes through 1/31/22.
 - plus ChangeLog update of Jan. 20.

4 years agoCorrect missed 2022 copyright update.
John Wolfe [Mon, 7 Feb 2022 18:23:44 +0000 (10:23 -0800)] 
Correct missed 2022 copyright update.

4 years agoService Discovery script update.
John Wolfe [Mon, 7 Feb 2022 18:21:18 +0000 (10:21 -0800)] 
Service Discovery script update.

Updated the get-version.sh script to retrieve the vRLI version.

4 years agoAppVisibility: Skip terminated/stopped containers.
John Wolfe [Mon, 7 Feb 2022 18:21:18 +0000 (10:21 -0800)] 
AppVisibility: Skip terminated/stopped containers.

Added code to skip terminated/stopped containers.  This is done
by using TaskStub to retrieve the pid for the running container.
If the pid cannot be retrieved, then that container is skipped.

The previously suppressed "default" namespace has been restored.

Fixed another minor issue with calculating the number of containers
that were added.

Note: This changeset introduces a dependency on Tasks.proto, and
Tasks.proto depends on a few other proto files like mount, metrics,
descriptor and task.  Modified the makefile to generate the necessary
C++ files from the proto files.

Additional notes:
 - .proto -> generates .pb.h, .pb.c and .grpc.pb.cc files.
 - For compiling and building the library (.so file), the .grpc.pb.{h,cc}
   and .pb.{h,cc} files are needed.
 - The protoc compiler generates .pb.h and .pb.c files when the --cpp_out
   option is specified.
 - The protoc compiler generates .grpc.pb.* when the --grpc_out option is
   specified.

4 years agoUpdate ChangeLog with the granular push of Feb. 7, 2022.
John Wolfe [Mon, 7 Feb 2022 18:01:44 +0000 (10:01 -0800)] 
Update ChangeLog with the granular push of Feb. 7, 2022.
 - plus ChangeLog and late copyright update of Jan. 20, 2022.

4 years agoCorrect missed 2022 copyright update.
John Wolfe [Mon, 7 Feb 2022 17:52:43 +0000 (09:52 -0800)] 
Correct missed 2022 copyright update.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:01 +0000 (09:40 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoEnable time step correction log in all builds.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Enable time step correction log in all builds.

Enabled logging of the information in all builds of open-vm-tools.
This is useful for auditing and for debugging.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoService Discovery script update.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Service Discovery script update.

Updated the get-version.sh script to retrieve the vRLI version.

4 years agoCommon header file change not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Common header file change not applicable to open-vm-tools.

4 years agoCommon header file cahnge not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Common header file cahnge not applicable to open-vm-tools.

4 years agoCommon source file change not applicable to open-vm-tools.
John Wolfe [Mon, 7 Feb 2022 17:40:00 +0000 (09:40 -0800)] 
Common source file change not applicable to open-vm-tools.