index
:
vndb
fran
master
Source code of VNDB.org
Yorhel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VNDB
/
Util
/
Auth.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-20
v2rw: Rewrite done, time to clean up old v2 code
Yorhel
1
-81
/
+0
2020-10-02
v2rw: Move redirects + cleanup some more
Yorhel
1
-49
/
+1
2020-04-15
SQL: Split "perm" column into multiple booleans
Yorhel
1
-1
/
+1
2019-10-10
rewards: Apply supporters badge and unicode name (almost) everywhere
Yorhel
1
-2
/
+2
2019-09-18
v2rw: Convert authentication code to VNWeb::Auth
Yorhel
1
-130
/
+31
2019-09-12
Add VNDB::Config module and unified conf.pl config file
Yorhel
1
-1
/
+1
2019-05-16
Actually make Unicode passwords work
Yorhel
1
-1
/
+1
2019-05-16
Add password dictionary check
Yorhel
1
-2
/
+3
2016-11-27
SQL: Use separate role for the website + disallow access to user data
Yorhel
1
-70
/
+70
2016-01-20
L10N: Intern all VNDB::Util::* stuff
Yorhel
1
-7
/
+3
2016-01-10
Require current password on /u+/edit + only hash password once on /u+/setpass
Yorhel
1
-13
/
+22
2015-11-01
Removed support for sha256-hashed passwords
Yorhel
1
-21
/
+2
2015-09-20
Use the new reqQuery() + update usage of reqPath() for TUWF 1.0
Yorhel
1
-1
/
+1
2014-10-16
Set httponly flag on auth cookie
Yorhel
1
-1
/
+1
2014-10-16
Hash session tokens with SHA-1 when storing in DB
Yorhel
1
-19
/
+21
2014-10-15
Use scrypt for new password hashes
Yorhel
1
-3
/
+27
2014-10-15
Auth: Use a proper CSPRNG for generating salt and tokens
Yorhel
1
-6
/
+10
2014-10-15
SQL: Merge users.(passwd|salt) in one column + document values
Yorhel
1
-26
/
+17
2014-08-29
API: Make sure to honor the new login throttle
Yorhel
1
-1
/
+1
2014-08-29
Strengthen formcode for non-logged-in visitors + CSRF protect login form
Yorhel
1
-1
/
+1
2011-08-23
Re-structured password recovery feature
Yorhel
1
-3
/
+27
2011-08-22
Removed support for pre-2.6 passwords
Yorhel
1
-9
/
+1
2011-04-30
Replaced user ranks with a permission system
Yorhel
1
-3
/
+2
2011-01-27
TUWF: Replaced resHeader('Set-Cookie', ..) with resCookie()
Yorhel
1
-13
/
+5
2011-01-27
TUWF: Made use of the new cookie_prefix feature
Yorhel
1
-2
/
+2
2011-01-25
TUWF: Initial convert from YAWF to TUWF
Yorhel
1
-1
/
+1
2010-12-23
Store l10n preference in the database for logged-in users
Yorhel
1
-0
/
+4
2010-12-23
Converted the notify_announce and notify_dbedit preferences
Yorhel
1
-4
/
+5
2010-12-23
Added users_prefs table and removed users.(skin|customcss)
Yorhel
1
-2
/
+10
2010-11-06
Fixed cross-site request forgery vulnerabilities
Yorhel
1
-1
/
+55
2010-11-02
Prefix all cookies with a configurable cookie_prefix
Yorhel
1
-4
/
+4
2010-03-14
Made name of the auth cookie configurable
Yorhel
1
-4
/
+4
2010-01-26
SQL: Replaced sessions.expiration with sessions.added
Yorhel
1
-3
/
+2
2010-01-26
Keep track of when a session has last been used
Yorhel
1
-0
/
+2
2010-01-26
Made a start on the notification system
Yorhel
1
-2
/
+2
2009-11-27
Util::Auth: Fixed 500 on invalid cookie format
Yorhel
1
-1
/
+1
2009-11-15
Auth: Combined dbSessionCheck into dbUserGet
Yorhel
1
-2
/
+2
2009-10-10
Greatly reduced default number of columns returned by dbUserGet
Yorhel
1
-2
/
+2
2009-10-10
Get unread posts count in htmlHeader() instead of Util::Auth
Yorhel
1
-2
/
+2
2009-08-17
L10N: Converted user ranks and language names
Yorhel
1
-1
/
+1
2009-08-08
Improved handling of the timestamp columns in anime and session tables
Yorhel
1
-1
/
+1
2009-07-31
Fetch hex hashes from dbUserGet() and do comparison in hex
Yorhel
1
-9
/
+7
2009-07-31
Added encode_utf8() on $salt and $pass in _authEncryptPass()
Yorhel
1
-3
/
+5
2009-07-30
Util::Auth: check cookie for sanity and delete incorrect cookies
Yorhel
1
-5
/
+14
2009-07-30
Merge branch 'auth' of git://3decibels.net/vndb into beta
Yorhel
1
-23
/
+63
2009-07-29
Changed sessions.expiration column to timestamp
3dB
1
-1
/
+1
2009-07-29
Cleanup of Util/Auth.pm
3dB
1
-13
/
+7
2009-07-28
Rewrote cookie experation string generation to use POSIX::strftime
3dB
1
-5
/
+3
2009-07-28
Removed Crypt::Lite dependency
3dB
1
-11
/
+8
2009-07-28
Multiple bugfixes to authorization system & sql tweaks
3dB
1
-11
/
+12
[next]