- VMAccess Linux is now more robust to the absence of ovf-env.xml file
- several bug-fixes
- Created new python modules under Utils that are meant to be python 3 compatible and are supposed to be used instead of importing waagent python file through waagentloader.py
- Fixed code injection vulnerability through the username
- Support for Python3. Changing VMAccess to work for both Python 2 and Python 3 interpreter.
- Forcibly reset ChallengeAuthenticationResponse to no. This value was inadvertently set in previous releases, and is forcibly reset.
- Check for None before checking the length of a user's password. This is fallout from allowing and rejecting empty passwords.
- Do not set ChallengeResponseAuthenticaiton. This value should not be changed by VMAccess.
- Reject zero length passwords.
- Ensure expiration (if specified) is used when creating an account
- Backup sshd_config before any edits are made.
- Ensure sshd_config is restarted when edits are made.
- Install operation posts incorrect status [#206]
- Misspelling of resources/debian_default