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

File: [contributed] / dgamelaunch-openbsd / Changelog (download)

Revision 1.4, Thu Mar 25 21:17:04 2021 UTC (3 years, 1 month ago) by rubenllorente
Branch: MAIN
Changes since 1.3: +1 -0 lines

Added pledge() support, not yet tested, and not optional.

0.0.1 (2021/03/XX)
	* Project imported from http://github.com/paxed/dgamelaunch (last
	commit:	f9bf041b50e00dda95b5b94031a457ff2b1cafd8)
	* dgl-create-chroot now is compatible with OpenBSD
	* The user authentication code now uses bcrypt for password hashing,
	via crypt_newhash() and crypt_checkpass().
	* A known pass-the-hash vulnerability is believed to no longer work
	when dgame-launch runs on OpenBSD.
	* The maximum password length has been increased to 55 characters.
	* Added support for OpenBSD's pledge().