This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  fd51a4c8bb8e8d6699c98ea7d4ae124fb69734dc (commit)
       via  ba14d851a1a30ee0390f9f2577b303769883d8a4 (commit)
       via  bded8e874e35c60aa1a7a620fb7f4e31f72841e1 (commit)
       via  6e945bff5a16c5013cb08dd835f95f9c6a1a23f9 (commit)
       via  ade24c73539d7f1fa4c50cb71478474185499ba2 (commit)
       via  40d8a4ef372ee3c0fa22a50c227db41990367f3a (commit)
       via  e74d0f3f3717754e87a0a0ed8acc308b03e09bf3 (commit)
      from  ecf4f96a9dc301c74b2d1b59e096036633cca733 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=fd51a4c8bb8e8d6699c98ea7d4ae124fb69734dc

commit fd51a4c8bb8e8d6699c98ea7d4ae124fb69734dc
Merge: ecf4f96 ba14d85
Author: Sylvain Beucler <[email protected]>
Date:   Thu Nov 12 16:52:47 2015 +0100

    Merge branch '6.0'

diff --cc src/CHANGES
index 0df5295,a742cef..e9466ea
--- a/src/CHANGES
+++ b/src/CHANGES
@@@ -1,12 -1,6 +1,13 @@@
 +FusionForge 6.X:
 +* Spellcheck (Anders Jonsson)
 +* Site Admin: add paging system in userlist page [#799] (TrivialDev)
 +* Docman: limit number of returned documents on search query [#794] 
(TrivialDev)
 +* Docman: limit search using from & to dates [#798] (TrivialDev)
 +* Plugin AuthBuiltin: add captcha after 3 attempts with the same login [#795] 
(TrivialDev)
 +
  FusionForge 6.0.4:
  * Accounts: do not accept digits-only user and group names, to avoid 
confusion with UID/GID in system commands (Inria)
+ * Accounts: drop redundant (and insecure) unsalted MD5 password hashes from 
the database (Inria)
  * MTA-Exim4: restart exim4 on install
  * Plugin SCM: fix another race condition when creating project with SCM 
selected (Inria)
  * Plugin SCM Git: improve user matching when computing stats, support git 
.mailmap (Inria)

-----------------------------------------------------------------------

Summary of changes:
 src/CHANGES                           |   3 +-
 src/common/include/User.class.php     |  30 ++------
 src/common/include/session.php        | 139 ++++++++++++----------------------
 src/db/20151112-drop-unsalted-md5.sql |   2 +
 src/post-install.d/db/populate.sh     |   4 +-
 src/www/account/change_pw.php         |   2 +-
 src/www/account/index.php             |  10 ---
 src/www/account/lostpw.php            |   3 +-
 tests/func/10_Site/loginTest.php      |  28 ++++++-
 tests/func/40_SSH/sshTest.php         |   4 +-
 tests/func/fixtures.sh                |   4 +-
 11 files changed, 97 insertions(+), 132 deletions(-)
 create mode 100644 src/db/20151112-drop-unsalted-md5.sql


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to