3
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
0.2-beta
xqus
as Audun Larsen
More... over 12 years ago
#42 Fix how we secure us against bad user data in the phpsec table name.
xqus
as Audun Larsen
More... over 12 years ago
#42 Added documentation and done some general fixing.
xqus
as Audun Larsen
More... over 12 years ago
#42 Check that table exists and that the structure is correct.
xqus
as Audun Larsen
More... over 12 years ago
#42 Extract table name from config.
xqus
as Audun Larsen
More... over 12 years ago
Fix docs for phpsecYubikey::verify()
xqus
as Audun Larsen
More... over 12 years ago
Fixes link in documentation.
xqus
as Audun Larsen
More... over 12 years ago
phpsecYubikey no longer considered experimental. Fixes #73.
xqus
as Audun Larsen
More... over 12 years ago
Removes debug stuff from phpsecYubikey.
xqus
as Audun Larsen
More... over 12 years ago
Fixes redundant spacing in phpsecYubikey.
xqus
as Audun Larsen
More... over 12 years ago
Fixes #72. Document error codes returned by phpsecYubikey::verify().
xqus
as Audun Larsen
More... over 12 years ago
Fixes #74. phpsecYubikey::getResponse(): Number of attempts and timeout should be possible to configure.
xqus
as Audun Larsen
More... over 12 years ago
Better documentation in phpsecYubikey. Fixes #71.
xqus
as Audun Larsen
More... over 12 years ago
Fixes #76. phpsecYubikey::validOtp() to strict.
xqus
as Audun Larsen
More... over 12 years ago
Fixes #75. phpsecYubikey::getYubikeyId() could retrive wrong ID
xqus
as Audun Larsen
More... over 12 years ago
Fixed URL in user-agent string for the Yubikey client.
xqus
as Audun Larsen
More... over 12 years ago
Added documentation and copyright.
xqus
as Audun Larsen
More... over 12 years ago
Proper format of the documentation of the phpSec properites.
xqus
as Audun Larsen
More... over 12 years ago
#42 Initial revision of the mySQL store handler.
xqus
as Audun Larsen
More... over 12 years ago
Some updates to the documentation Fixes #56 Store: Define structure of array returned by listIds() Fixes #55 Store: Define structure of array returned by meta()
xqus
as Audun Larsen
More... over 12 years ago
Fixes #50. Session handler: Use binary key to encrypt session data
xqus
as Audun Larsen
More... over 12 years ago
Fixes typo.
xqus
as Audun Larsen
More... over 12 years ago
Several improvements to phpsecPw. Fixed call to error method in phpsecPw::check() Use phpsec::arrayCheck() to check supplied data to phpsecPw::check() Use a binary salt. Fixes #51.
xqus
as Audun Larsen
More... over 12 years ago
Removed the phpsecPw::age() method. This method is stupid, and requires much overhead in the salt.
xqus
as Audun Larsen
More... over 12 years ago
Updates the phpSec manual link to point to the new phpseclib.com domain.
xqus
as Audun Larsen
More... over 12 years ago
Added some documentation to the phpsec::arrayCheck() method.
xqus
as Audun Larsen
More... over 12 years ago
#63 Check data passed to phpsecCrypt::decrypt() with phpsec::arrayCheck().
xqus
as Audun Larsen
More... over 12 years ago
Improvements to the phpsec::arrayCheck() method. No need to specify callback if we dont care about the contents. We can also specify what keys we don't want.
xqus
as Audun Larsen
More... over 12 years ago
Fixes #62. Add method to check array.
xqus
as Audun Larsen
More... over 12 years ago
Removes tests/ directory. Fixes #61.
xqus
as Audun Larsen
More... over 12 years ago