[Commits] [wesnoth/wesnoth] 330a04: Implemented support for forum auth using bcrypt as...
GitHub
noreply at github.com
Mon Feb 12 00:54:22 UTC 2018
Branch: refs/heads/bcrypt_auth
Home: https://github.com/wesnoth/wesnoth
Commit: 330a04d99446d0cab29b1daf96a40204b645453f
https://github.com/wesnoth/wesnoth/commit/330a04d99446d0cab29b1daf96a40204b645453f
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M source_lists/libwesnoth_core
A src/bcrypt/COPYING
A src/bcrypt/README
A src/bcrypt/bcrypt.c
A src/bcrypt/bcrypt.h
A src/bcrypt/crypt_blowfish/LINKS
A src/bcrypt/crypt_blowfish/PERFORMANCE
A src/bcrypt/crypt_blowfish/README
A src/bcrypt/crypt_blowfish/crypt.h
A src/bcrypt/crypt_blowfish/crypt_blowfish.c
A src/bcrypt/crypt_blowfish/crypt_blowfish.h
A src/bcrypt/crypt_blowfish/crypt_gensalt.c
A src/bcrypt/crypt_blowfish/crypt_gensalt.h
A src/bcrypt/crypt_blowfish/ow-crypt.h
A src/bcrypt/crypt_blowfish/wrapper.c
A src/bcrypt/crypt_blowfish/x86.S
M src/game_initialization/multiplayer.cpp
M src/server/forum_user_handler.cpp
Log Message:
-----------
Implemented support for forum auth using bcrypt as per #1761
Newer versions of phpbb use bcrypt for password hashing requiring this
change.
Commit: 0387359c541a4c77df49dee2360ec13c2d1527f1
https://github.com/wesnoth/wesnoth/commit/0387359c541a4c77df49dee2360ec13c2d1527f1
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M src/game_initialization/multiplayer.cpp
M src/server/forum_user_handler.cpp
Log Message:
-----------
Do comparison to substring using dedicated overload of std::string
Commit: cfa34ad9d97abb19addd525da6025c284309cabb
https://github.com/wesnoth/wesnoth/commit/cfa34ad9d97abb19addd525da6025c284309cabb
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M src/game_initialization/multiplayer.cpp
M src/hash.cpp
M src/hash.hpp
M src/server/forum_user_handler.cpp
Log Message:
-----------
Put bcrypt handling behind an abstraction and improved error handling
Commit: a9bfb8f3c757c69ea9afc608b4b1dd7753b23181
https://github.com/wesnoth/wesnoth/commit/a9bfb8f3c757c69ea9afc608b4b1dd7753b23181
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M src/hash.cpp
Log Message:
-----------
Remove redundant size check
Commit: 8523871740fea8f990e0315ee97e04d35c8831eb
https://github.com/wesnoth/wesnoth/commit/8523871740fea8f990e0315ee97e04d35c8831eb
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M src/game_initialization/multiplayer.cpp
Log Message:
-----------
Change possibly problematic use of extended initialization syntax
Commit: 3772697ec1c4b83c586d21a64119c7597ecc9829
https://github.com/wesnoth/wesnoth/commit/3772697ec1c4b83c586d21a64119c7597ecc9829
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2018-02-12 (Mon, 12 Feb 2018)
Changed paths:
M src/hash.cpp
M src/hash.hpp
Log Message:
-----------
Implement base64_digest() method in bcrypt class
Compare: https://github.com/wesnoth/wesnoth/compare/908468d754c5...3772697ec1c4
More information about the Commits
mailing list