VirtualBox

Changeset 29552 in vbox for trunk


Ignore:
Timestamp:
May 17, 2010 2:26:02 PM (15 years ago)
Author:
vboxsync
Message:

Guest Control: Allow empty passwords for credentials.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r29549 r29552  
    242242        return errorSyntax(USAGE_GUESTCONTROL,
    243243                           "No user name specified!");
    244 
    245     if (Utf8Password.isEmpty())
    246         return errorSyntax(USAGE_GUESTCONTROL,
    247                            "No password specified!");
    248244
    249245    /* lookup VM. */
  • trunk/src/VBox/Main/GuestImpl.cpp

    r29549 r29552  
    736736    CheckComArgOutPointerValid(aPID);
    737737    CheckComArgStrNotEmptyOrNull(aUserName); /* Do not allow anonymous executions (with system rights). */
    738     CheckComArgStrNotEmptyOrNull(aPassword);
    739738    CheckComArgOutPointerValid(aProgress);
    740739
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette