index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
[feature/passwords] Add phpass copyright notice to salted md5 driver
Marc Alexander
2013-10-11
1
-0
/
+28
|
*
|
|
|
[feature/passwords] Increase test coverage to 100% of methods
Marc Alexander
2013-10-10
1
-8
/
+8
|
*
|
|
|
[feature/passwords] Increase test coverage to 35 out ouf 36 methods
Marc Alexander
2013-10-09
2
-6
/
+4
|
*
|
|
|
[feature/passwords] Move check for 8-bit characters to bcrypt driver
Marc Alexander
2013-10-07
2
-10
/
+10
|
*
|
|
|
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords
Marc Alexander
2013-10-03
20
-245
/
+313
|
|
\
\
\
\
|
*
|
|
|
|
[feature/passwords] Use passwords manager in phpBB hash functions
Marc Alexander
2013-10-02
1
-37
/
+6
|
*
|
|
|
|
[feature/passwords] Rename manager methods to check() and hash()
Marc Alexander
2013-10-02
1
-2
/
+2
|
*
|
|
|
|
[feature/passwords] Inject passwords manager into auth providers
Marc Alexander
2013-10-02
4
-18
/
+47
|
*
|
|
|
|
[feature/passwords] Do not hash passwords longer than 4096 bytes
Marc Alexander
2013-10-01
1
-0
/
+14
|
*
|
|
|
|
[feature/passwords] Pass config via service container to driver helper
Marc Alexander
2013-09-28
2
-6
/
+22
|
*
|
|
|
|
[feature/passwords] A few more corrections in methods due to namespacing
Marc Alexander
2013-09-28
2
-7
/
+7
|
*
|
|
|
|
[feature/passwords] More changes due to namespacing
Marc Alexander
2013-09-27
2
-10
/
+12
|
*
|
|
|
|
[feature/passwords] Modify passwords files for namespacing changes
Marc Alexander
2013-09-27
9
-18
/
+36
|
*
|
|
|
|
[feature/passwords] Add schema changes to schema_data for new hash types
Marc Alexander
2013-09-27
1
-1
/
+1
|
*
|
|
|
|
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwords
Marc Alexander
2013-09-27
420
-6524
/
+9143
|
|
\
\
\
\
\
|
*
|
|
|
|
|
[feature/passwords] Use dependency injection for passwords driver helper
Marc Alexander
2013-09-22
3
-13
/
+9
|
*
|
|
|
|
|
[feature/passwords] Use dependency injection for helper
Marc Alexander
2013-09-22
3
-7
/
+18
|
*
|
|
|
|
|
[feature/passwords] Rename migrations file to passwords
Marc Alexander
2013-09-20
2
-63
/
+38
|
*
|
|
|
|
|
[feature/passwords] Do not pass phpbb_container to passwords manager
Marc Alexander
2013-09-20
8
-86
/
+77
|
*
|
|
|
|
|
[feature/passwords] Add missing function documentation
Marc Alexander
2013-09-14
1
-0
/
+11
|
*
|
|
|
|
|
[feature/passwords] Rename "crypto" files to "passwords" files
Marc Alexander
2013-09-14
12
-87
/
+87
|
*
|
|
|
|
|
[feature/passwords] Properly set convert_flag and add test for it
Marc Alexander
2013-09-14
1
-1
/
+5
|
*
|
|
|
|
|
[feature/passwords] Define default hashing algorithm in container file
Marc Alexander
2013-09-14
3
-9
/
+13
|
*
|
|
|
|
|
[feature/passwords] Add get_name() method to drivers
Marc Alexander
2013-09-14
3
-0
/
+36
|
*
|
|
|
|
|
[feature/passwords] Move migrations file to phpbb folder
Marc Alexander
2013-09-14
1
-0
/
+0
|
*
|
|
|
|
|
[feature/passwords] Move files after namespacing changes
Marc Alexander
2013-09-14
9
-0
/
+0
|
*
|
|
|
|
|
[feature/passwords] Add legacy support for md5 passwords
Marc Alexander
2013-09-14
2
-3
/
+3
|
*
|
|
|
|
|
[feature/passwords] Fix incorrect call to helper instead of $this
Marc Alexander
2013-09-14
1
-2
/
+2
|
*
|
|
|
|
|
[feature/passwords] Do not use specific errors but just return false
Marc Alexander
2013-09-14
1
-12
/
+13
|
*
|
|
|
|
|
[feature/passwords] NULL should be null according to coding guidelines
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Do not check if type_map is empty
Marc Alexander
2013-09-14
1
-11
/
+0
|
*
|
|
|
|
|
[feature/passwords] Properly treat duplicates in combined hashes
Marc Alexander
2013-09-14
1
-0
/
+4
|
*
|
|
|
|
|
[feature/passwords] Make method get_hashing_public_algorithm public
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Add combined hashing method to helper
Marc Alexander
2013-09-14
2
-0
/
+40
|
*
|
|
|
|
|
[feature/passwords] Add function for obtaining only the hash to helper
Marc Alexander
2013-09-14
1
-0
/
+11
|
*
|
|
|
|
|
[feature/passwords] Fix minor code limitations in helper
Marc Alexander
2013-09-14
1
-2
/
+3
|
*
|
|
|
|
|
[feature/passwords] Pass phpbb_container to passwords helper
Marc Alexander
2013-09-14
2
-2
/
+9
|
*
|
|
|
|
|
[feature/passwords] Use correct prefix for salt in salted_md5
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Add method for obtaining the hash settings only
Marc Alexander
2013-09-14
3
-0
/
+38
|
*
|
|
|
|
|
[feature/passwords] Add schema changes for new hash types
Marc Alexander
2013-09-14
9
-9
/
+72
|
*
|
|
|
|
|
[feature/passwords] Make sure hash has the required length
Marc Alexander
2013-09-14
1
-0
/
+4
|
*
|
|
|
|
|
[feature/passwords] Make method get_hashing_algorithm() protected
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Use common salt generation function for all types
Marc Alexander
2013-09-14
3
-31
/
+47
|
*
|
|
|
|
|
[feature/passwords] Add driver helper class file
Marc Alexander
2013-09-14
1
-0
/
+108
|
*
|
|
|
|
|
[feature/passwords] Add driver helper class for additional functions
Marc Alexander
2013-09-14
2
-27
/
+8
|
*
|
|
|
|
|
[feature/passwords] Do not support 8-bit characters with $2a$ bcrypt
Marc Alexander
2013-09-14
1
-7
/
+13
|
*
|
|
|
|
|
[feature/passwords] Add convert flag for converting to default
Marc Alexander
2013-09-14
1
-7
/
+8
|
*
|
|
|
|
|
[feature/passwords] Correctly supply hash salt and settings to bcrypt
Marc Alexander
2013-09-14
1
-3
/
+2
|
*
|
|
|
|
|
[feature/passwords] Use correct prefix for bcrypt type
Marc Alexander
2013-09-14
1
-1
/
+1
|
*
|
|
|
|
|
[feature/passwords] Default to bcrypt with $2y$ prefix if possible
Marc Alexander
2013-09-14
1
-1
/
+1
[prev]
[next]