]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Changes to common source files not immediately applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 22 Dec 2020 20:22:04 +0000 (12:22 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 22 Dec 2020 20:22:04 +0000 (12:22 -0800)
commit2b6aac74cdc34ce88a7ca04aee3bfa4df888f391
treebd375d064d80b6f54a3a21449e8d26e297e2586a
parentaf42d91f5881f1fcec0a902206386f546306dfe9
Changes to common source files not immediately applicable to open-vm-tools.

Staging source files and changes for a future feature.
25 files changed:
open-vm-tools/Makefile.am
open-vm-tools/configure.ac
open-vm-tools/lib/Makefile.am
open-vm-tools/lib/guestStoreClientHelper/Makefile.am [new file with mode: 0644]
open-vm-tools/lib/guestStoreClientHelper/guestStoreClient.c [new file with mode: 0644]
open-vm-tools/lib/include/guestStoreClient.h [new file with mode: 0644]
open-vm-tools/lib/include/guestStoreConst.h [new file with mode: 0644]
open-vm-tools/lib/include/guestStoreDefs.h [new file with mode: 0644]
open-vm-tools/lib/include/vmware/tools/guestStore.h [new file with mode: 0644]
open-vm-tools/lib/include/vmware/tools/guestStoreClientLib.h [new file with mode: 0644]
open-vm-tools/libguestStoreClient/COPYING [new file with mode: 0644]
open-vm-tools/libguestStoreClient/Makefile.am [new file with mode: 0644]
open-vm-tools/libguestStoreClient/guestStoreClientLib.c [new file with mode: 0644]
open-vm-tools/libguestStoreClient/guestStoreClientLibInt.h [new file with mode: 0644]
open-vm-tools/libguestStoreClient/gueststoreclientlib_version.h [new file with mode: 0644]
open-vm-tools/libvmtools/Makefile.am
open-vm-tools/services/plugins/Makefile.am
open-vm-tools/services/plugins/guestStore/COPYING [new file with mode: 0644]
open-vm-tools/services/plugins/guestStore/Makefile.am [new file with mode: 0644]
open-vm-tools/services/plugins/guestStore/guestStorePlugin.c [new file with mode: 0644]
open-vm-tools/services/vmtoolsd/mainLoop.c
open-vm-tools/toolbox/Makefile.am
open-vm-tools/toolbox/toolbox-cmd.c
open-vm-tools/toolbox/toolboxCmdInt.h
open-vm-tools/toolbox/toolboxcmd-gueststore.c [new file with mode: 0644]