[BACK]Return to Changelog CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

Annotation of dgamelaunch-openbsd/Changelog, Revision 1.5

1.3       rubenllo    1: 0.0.1 (2021/03/XX)
                      2:        * Project imported from http://github.com/paxed/dgamelaunch (last
                      3:        commit: f9bf041b50e00dda95b5b94031a457ff2b1cafd8)
                      4:        * dgl-create-chroot now is compatible with OpenBSD
                      5:        * The user authentication code now uses bcrypt for password hashing,
                      6:        via crypt_newhash() and crypt_checkpass().
                      7:        * A known pass-the-hash vulnerability is believed to no longer work
                      8:        when dgame-launch runs on OpenBSD.
                      9:        * The maximum password length has been increased to 55 characters.
1.4       rubenllo   10:        * Added support for OpenBSD's pledge().
1.5     ! rubenllo   11:        * dgl-create-chroot now creates a password and lockfile if needed.
        !            12:        * Default location for the lockfile and password file has been changed
        !            13:        to "/dgldir/*"

CVSweb