Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: b17bebcb30cd131ee1aab0f9bebeae5a9f3e6b04 https://github.com/galaxyproject/galaxy/commit/b17bebcb30cd131ee1aab0f9bebea... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-05-29 (Tue, 29 May 2018) Changed paths: M lib/galaxy/security/passwords.py Log Message: ----------- Move smart_str() calls inside pbkdf2_bin() Commit: 6b21a35319a2916e9d4fa552ac32d8766d0b7c4e https://github.com/galaxyproject/galaxy/commit/6b21a35319a2916e9d4fa552ac32d... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-05-30 (Wed, 30 May 2018) Changed paths: M lib/galaxy/security/passwords.py Log Message: ----------- Use unicodify() Commit: 7b5e1903f13de4a245a04d42254f68ac81bfeecd https://github.com/galaxyproject/galaxy/commit/7b5e1903f13de4a245a04d42254f6... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-05-30 (Wed, 30 May 2018) Changed paths: M lib/galaxy/security/passwords.py Log Message: ----------- Make pbkdf2_bin() faster `digest` was needlessly recalculated as `bytearray(u)` in the internal loop, instead make `_pseudorandom()` return both the bytestring and the list of character ordinals. Commit: 2ebe88718aa4c4b6bafcfd7dfc0d29bccf9df614 https://github.com/galaxyproject/galaxy/commit/2ebe88718aa4c4b6bafcfd7dfc0d2... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-05-30 (Wed, 30 May 2018) Changed paths: M lib/galaxy/util/__init__.py Log Message: ----------- Unicodify bytearrays Commit: 9b4697d3eda8243ada0908a03b2e8810642eec04 https://github.com/galaxyproject/galaxy/commit/9b4697d3eda8243ada0908a03b2e8... Author: Dannon <dannon.baker@gmail.com> Date: 2018-05-30 (Wed, 30 May 2018) Changed paths: M lib/galaxy/security/passwords.py M lib/galaxy/util/__init__.py Log Message: ----------- Merge pull request #6242 from nsoranzo/python3 Password encoding improvements Compare: https://github.com/galaxyproject/galaxy/compare/d4cb7c614ecb...9b4697d3eda8 **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.