]> git.ipfire.org Git - thirdparty/open-vm-tools.git/log
thirdparty/open-vm-tools.git
17 years agoModify record error message text
Yiwen Zhang [Wed, 10 Sep 2008 02:50:56 +0000 (10:50 +0800)] 
Modify record error message text

 Error message text for recording is modified to show all possible reasons.

17 years agoFix typo of check on RecordStop's return
Yiwen Zhang [Tue, 9 Sep 2008 06:48:49 +0000 (14:48 +0800)] 
Fix typo of check on RecordStop's return

 Return checks in stop recording procedures are mistaken, fix them.

17 years agoAdd vmx option tip for record control
Yiwen Zhang [Tue, 9 Sep 2008 07:33:11 +0000 (15:33 +0800)] 
Add vmx option tip for record control

 Once the recording control option from vm is not set,
 the toolbox command line and gtk application will give
 message to user that they should add the option.
 testing done:sandbox

17 years agoFix mistaken file attributes
Yiwen Zhang [Thu, 21 Aug 2008 10:24:51 +0000 (18:24 +0800)] 
Fix mistaken file attributes

 Files in toolbox directory were given "x" attributes by mistake, fix them.

17 years agoFix according Adar's review
Yiwen Zhang [Thu, 21 Aug 2008 10:21:23 +0000 (18:21 +0800)] 
Fix according Adar's review

 Fix naming convention of static routines.
 Change GuestApp_ControlRecord() return type to Bool.
 Record operations require root privilege.
 Fix missused comments and typos.

17 years agoFix tab
Yiwen Zhang [Mon, 18 Aug 2008 12:06:02 +0000 (20:06 +0800)] 
Fix tab

 Fix line indent to conform to vmware code style.

17 years agoFix comments
Yiwen Zhang [Mon, 18 Aug 2008 10:46:41 +0000 (18:46 +0800)] 
Fix comments

 Fix comments' format to conform to vmware code style.

17 years agoRecord control
Yiwen Zhang [Mon, 18 Aug 2008 08:36:30 +0000 (16:36 +0800)] 
Record control

 Add a tab page which contains buttons of start and stop recording to toolbox.
 Add "record" subcommand to toolbox-cmd for the same usage.
 Implemented by invoking a StateLogger backdoor.

17 years agoRemove the open-vm-tools dependency on libproc-dev by providing some procps
Adar Dembo [Sat, 13 Sep 2008 01:46:52 +0000 (18:46 -0700)] 
Remove the open-vm-tools dependency on libproc-dev by providing some procps
bits and pieces in our own vm_procps.h.

17 years agoRefork xorg's miregion.c and apply open-vm-tools specific patches
Adar Dembo [Thu, 11 Sep 2008 23:32:19 +0000 (16:32 -0700)] 
Refork xorg's miregion.c and apply open-vm-tools specific patches

17 years agoMerge /mnt/open-vm-tools
Adar Dembo [Wed, 3 Sep 2008 08:50:50 +0000 (01:50 -0700)] 
Merge /mnt/open-vm-tools

17 years ago2008.09.03-114782 2008.09.03-114782
Adar Dembo [Wed, 3 Sep 2008 08:48:33 +0000 (01:48 -0700)] 
2008.09.03-114782

17 years agoMerge ssh://git-x.eng.vmware.com/git/opensource/open-vm-tools
Adar Dembo [Thu, 28 Aug 2008 22:58:27 +0000 (15:58 -0700)] 
Merge ssh://git-x.eng.vmware.com/git/opensource/open-vm-tools

17 years agoOne more try to check NFS based write permission...
Prakash Ranade [Wed, 27 Aug 2008 22:31:22 +0000 (15:31 -0700)] 
One more try to check NFS based write permission...

17 years agoadded test README to check git is working or not... prakash ranade
Prakash Ranade [Wed, 27 Aug 2008 21:43:55 +0000 (14:43 -0700)] 
added test README to check git is working or not... prakash ranade

17 years agoAnother fix for building open-vm-tools on Intrepid. This time, to
Adar Dembo [Mon, 18 Aug 2008 01:19:39 +0000 (18:19 -0700)] 
Another fix for building open-vm-tools on Intrepid. This time, to
appUtilX11.c, which wasn't covered originally because I had built with
--disable-unity.

17 years agoIn commit 46f4578680af93fb824942546a6cc3e31121f90d, I made some mistakes when
Adar Dembo [Fri, 15 Aug 2008 23:01:09 +0000 (16:01 -0700)] 
In commit 46f4578680af93fb824942546a6cc3e31121f90d, I made some mistakes when
add checks for return values of two functions. This should fix said mistakes.

17 years agoChange Toolbox's Makefile.am to use COMMON_XLIBS instead of hard-coding
Adar Dembo [Fri, 15 Aug 2008 08:32:10 +0000 (01:32 -0700)] 
Change Toolbox's Makefile.am to use COMMON_XLIBS instead of hard-coding
-lX11 in LDADD.

17 years agoRedo some key X11 library checks:
Adar Dembo [Fri, 15 Aug 2008 08:27:27 +0000 (01:27 -0700)] 
Redo some key X11 library checks:
- Add AC_CHECK_LIB for libXext and libXrender.
- Split up AC_CHEK_LIB for libXrandr so libXrender isn't checked
  simultaneously.
- Insert X_PRE_LIBS and X_EXTRA_LIBS into COMMON_XLIBS.

17 years agoFixes for Ubuntu Intrepid:
Adar Dembo [Thu, 14 Aug 2008 09:44:50 +0000 (02:44 -0700)] 
Fixes for Ubuntu Intrepid:
- Fix formatted string vulnerabilities.
- Check return values for functions that the compiler cares about.

Also some automake cleanup.

17 years agoI failed to add an empty includeCheck.h for modules/vsock in my earlier commit. 2008.08.08-109361
Adar Dembo [Wed, 13 Aug 2008 07:21:54 +0000 (00:21 -0700)] 
I failed to add an empty includeCheck.h for modules/vsock in my earlier commit.

17 years ago2008.08.08-109361
Adar Dembo [Sat, 9 Aug 2008 00:09:41 +0000 (17:09 -0700)] 
2008.08.08-109361

18 years agoForgot to delete a file. Here we go again. 2008.07.01-102166
Adar Dembo [Tue, 1 Jul 2008 23:00:52 +0000 (16:00 -0700)] 
Forgot to delete a file. Here we go again.

18 years ago2008.07.01-102166
Adar Dembo [Tue, 1 Jul 2008 22:59:02 +0000 (15:59 -0700)] 
2008.07.01-102166

18 years agoIncorporate the file deletes from 2008.06.20
Elliot Lee [Tue, 1 Jul 2008 20:11:28 +0000 (13:11 -0700)] 
Incorporate the file deletes from 2008.06.20

18 years ago2008.06.20-100027 2008.06.20-100027
Elliot Lee [Mon, 30 Jun 2008 23:56:48 +0000 (16:56 -0700)] 
2008.06.20-100027

18 years ago2008.06.03-96374 refresh - see ChangeLog for details. 2008.06.03-96374
Adar Dembo [Tue, 3 Jun 2008 08:39:53 +0000 (01:39 -0700)] 
2008.06.03-96374 refresh - see ChangeLog for details.

18 years ago2008.05.15-93241 (fix for egg-on-face bug) 2008.05.15-93241
Elliot Lee [Sat, 17 May 2008 01:44:28 +0000 (18:44 -0700)] 
2008.05.15-93241 (fix for egg-on-face bug)

18 years ago2008.05.15 refresh part two. 2008.05.15-93084
Elliot Lee [Fri, 16 May 2008 21:26:08 +0000 (14:26 -0700)] 
2008.05.15 refresh part two.
Forgot to 'add' all the modified files.

18 years ago2008.05.15 refresh - see ChangeLog for details.
Elliot Lee [Fri, 16 May 2008 20:56:34 +0000 (13:56 -0700)] 
2008.05.15 refresh - see ChangeLog for details.

18 years ago2008.05.02-90473 refresh. 2008.05.02-90473
Adar Dembo [Fri, 2 May 2008 23:17:07 +0000 (16:17 -0700)] 
2008.05.02-90473 refresh.

18 years ago2008.04.14-87812 refresh. 2008.04.04-87182
Elliot Lee [Mon, 14 Apr 2008 22:55:51 +0000 (15:55 -0700)] 
2008.04.14-87812 refresh.

18 years agoInitial import of open-vm-tools code into git. 2008.02.13-77928
Elliot Lee [Thu, 21 Feb 2008 22:00:28 +0000 (14:00 -0800)] 
Initial import of open-vm-tools code into git.