<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/VirtualBox-svn.git/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp, branch master</title>
<subtitle>www.virtualbox.org: svn/vbox
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/'/>
<entry>
<title>VBoxManage: rc -&gt; vrc/hrc. Make scm check. bugref:10223</title>
<updated>2023-01-25T02:23:33+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2023-01-25T02:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=a68c26380727650d0ada0826bd95bc7f549b7d38'/>
<id>a68c26380727650d0ada0826bd95bc7f549b7d38</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98298 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98298 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year updates by scm.</title>
<updated>2023-01-17T14:15:46+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2023-01-17T14:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=97e624abe52a1e2ba5974a92df631a9b821d3530'/>
<id>97e624abe52a1e2ba5974a92df631a9b821d3530</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>reimplemented changes for bugref:10180 after seperating the changes from bugref:4787</title>
<updated>2023-01-10T06:35:56+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2023-01-10T06:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=93e44156fbcacccfe618ff68a21e5b5b5ace9681'/>
<id>93e44156fbcacccfe618ff68a21e5b5b5ace9681</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98035 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98035 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Frontends/VBoxManage: If a user runs 'VBoxManage registervm foo.vbox'</title>
<updated>2022-11-17T21:02:54+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-11-17T21:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=540e283443f6ebb1d692d2b4fd3506ac87f018c0'/>
<id>540e283443f6ebb1d692d2b4fd3506ac87f018c0</id>
<content type='text'>
the call to IVirtualBox::openMachine() in handleRegisterVM() will fail
since IVirtualBox::openMachine() requires an absolute path to the
settings file.  However, handleRegisterVM() will retry the call with the
absolute path to the settings file in such cases.  But the check that the
openMachine() failure was due to a missing settings file is insufficient,
only handling a failure in VirtualBox::i_calculateFullPath(), not a
failure to locate the relative pathname in the VirtualBox home directory
(where the global settings file is located as returned by
GetVBoxUserHomeDirectory()) so in practice the retry never happens.  Fix
the check so that the absolute pathname fallback occurs as intended.


git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97602 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the call to IVirtualBox::openMachine() in handleRegisterVM() will fail
since IVirtualBox::openMachine() requires an absolute path to the
settings file.  However, handleRegisterVM() will retry the call with the
absolute path to the settings file in such cases.  But the check that the
openMachine() failure was due to a missing settings file is insufficient,
only handling a failure in VirtualBox::i_calculateFullPath(), not a
failure to locate the relative pathname in the VirtualBox home directory
(where the global settings file is located as returned by
GetVBoxUserHomeDirectory()) so in practice the retry never happens.  Fix
the check so that the absolute pathname fallback occurs as intended.


git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97602 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out r154357,r154358,r154360,r154361,r154364 because it still doesn't build, old files weren't renamed or removed, and the changes for bugref:10180 and bugref:4787 got mixed up, making it difficult to selectively revert the latter one only.</title>
<updated>2022-11-01T10:38:05+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-11-01T10:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=4efe369709337c7cfabd16e632995aa0e67c3ee4'/>
<id>4efe369709337c7cfabd16e632995aa0e67c3ee4</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97367 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97367 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>bugref:10180 - fixed issue where some files are not cleaned up after vm deletion or vm execution interruption, ensured enum value ordering stayed consistent</title>
<updated>2022-11-01T01:33:46+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-11-01T01:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=3cdfbf0ac28b860ead5a6816f81f91b6ddb95bd2'/>
<id>3cdfbf0ac28b860ead5a6816f81f91b6ddb95bd2</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97360 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97360 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>VBoxManage: Display the IsUnattendedInstallSupported value at the end of a 'detect', as it's part of the result set. bugref:9781</title>
<updated>2022-09-06T21:13:52+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-09-06T21:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=b92a85472f2d9df0e5797259d895bd8f95ce8a9a'/>
<id>b92a85472f2d9df0e5797259d895bd8f95ce8a9a</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96620 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96620 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>scm copyright and license note update</title>
<updated>2022-08-22T17:43:14+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-08-22T17:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=de5d9b63b0f67ae594cc926945cf531a25ef6e8c'/>
<id>de5d9b63b0f67ae594cc926945cf531a25ef6e8c</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Frontends + Main: Adjust to the new rules wrt. to rc -&gt; hrc,vrc usage. This also fixes quite a few bugs wrt shadow variables, wrong return values and output error translations / exit codes. Also see @todos added. ​​bugref:10223</title>
<updated>2022-05-31T09:11:39+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-05-31T09:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=c4fd8b767b06d3429986c542fa4afd7b73caf791'/>
<id>c4fd8b767b06d3429986c542fa4afd7b73caf791</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@95140 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@95140 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>FE/VBoxManage: Fix crash when not providing a password for a VM, bugref:9955</title>
<updated>2022-05-12T13:47:24+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-05-12T13:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=17ce9cf0566b547f09cb48814ecbfe777bb27093'/>
<id>17ce9cf0566b547f09cb48814ecbfe777bb27093</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94992 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94992 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
</feed>
