source: trunk/lib/Auth_SQL.inc.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @791   13 months anonymous Log authentication failures because of 'multiple users with username'
(edit) @780   16 months anonymous Avoid error if last_access_datetime is older than 1970
(edit) @775   19 months anonymous Minor improvements
(edit) @757   2 years anonymous Fix depreciated notices
(edit) @735   4 years anonymous Minor polish. Add getHttpHeader function
(edit) @706   5 years anonymous Add IPIntelligenceBadIP function. Fix PHP notice for invlid IP in …
(edit) @692   5 years anonymous misc
(edit) @690   5 years anonymous Remove App's 'ssl_domain' and 'ssl_enabled' parameters; determine SSL …
(edit) @674   5 years anonymous Add user.cli.php and supporting changes
(edit) @671   5 years anonymous Add Auth_SQL->isLoggedIn(CLIENT_ID) return seconds until session …
(edit) @634   6 years anonymous Remove conflict css.
(edit) @622   6 years anonymous Add Email() sandbox mode. Add Email->send() test. Fix minor bugs.
(edit) @619   6 years anonymous Update messages
(edit) @611   7 years anonymous Add additional clearings to logout service. Add logging to clear methods.
(edit) @601   7 years anonymous Updated every instance of 'zero' date 0000-00-00 to use 1000-01-01 if …
(edit) @593   7 years anonymous Add notification to user if logged out because of shifting IP address. …
(edit) @582   7 years anonymous Created stand-alone createSession() function from code that was in the …
(edit) @564   8 years anonymous Fixed db_server=>localhost regression. Removed Auth->initDB from …
(edit) @563   8 years anonymous Removed assumption of localhost for mysql server. Removed exception …
(edit) @560   8 years anonymous Minor code formatting and comments.
(edit) @550   8 years anonymous Escaped quotes from email from names. Changed logMsg string truncation …
(edit) @541   9 years anonymous v2.2.0-3: Fixed auth password hashing verification issues. Updated …
(edit) @535   9 years anonymous Added nav page ids to service scripts. Logging unauthenticated sessions.
(edit) @502   9 years anonymous Many minor fixes during pulso development
(edit) @501   9 years anonymous Optimizing auth and csrf token.
(edit) @500   9 years anonymous Many auth and crypto changes; various other bugfixes while working on …
(edit) @497   10 years anonymous Beginning the process of adapting codebase to foundation styles.
(edit) @484   10 years anonymous Changed private methods and properties to protected. A few minor bug fixes.
(edit) @479   10 years anonymous Convert tabs to spaces, and lineendings to LF in all files.
(edit) @478   10 years anonymous Using array_key_exists() instead of isset() where null may be a used …
(edit) @468   10 years anonymous Completed integrating /branches/eli_branch into /trunk. Changes …
(edit) @465   10 years anonymous Removed 'Session not authenticated' logging
(edit) @453   10 years anonymous Reinstated priv->user_type conversion for legacy impementations; fixed …
(edit) @432   11 years anonymous Removed all usage of 'user_type' from admin management; minor update …
(edit) @421   11 years anonymous Added switch for login_form_allow_autocomplete
(edit) @396   12 years anonymous Updated copyright date; comments elaboration; spelling fixes.
(edit) @376   14 years quinn Updated copyright date, name to Strangecode LLC.
(edit) @372   14 years quinn Added additional logging to isLoggedIn method.
(edit) @371   14 years quinn Minor update.
(edit) @370   14 years quinn Now logging all remote-ip mismatch errors, even if in a trusted network.
(edit) @369   14 years quinn Must look at 'priv' userdata for backwards compatability.
(edit) @368   14 years quinn Setting usernames in whitelists to lowercase to ensure match.
(edit) @362   15 years quinn Added a GPL license info header to all source files. Updated license …
(edit) @338   16 years quinn Added argument to Utilities's humanFileSize function.
(edit) @334   16 years quinn Fixed lots of misplings. I'm so embarrassed! ;P
(edit) @277   17 years quinn Fixed issue with user remote_ip matching
(edit) @276   17 years quinn Fixed session problem with login form in sidebar using post method.
(edit) @275   17 years quinn Added match_remote_ip_exempt_usernames function for trendease (ported …
(edit) @266   17 years quinn Bugfixes found during strangecode site upgrade.
(edit) @259   17 years quinn Misc bug fixes. Added App::dropQuery() method.
(edit) @247   17 years quinn Converted all string functions to multi-byte (mb_*) functions
(edit) @229   17 years quinn Q - fixed bug in Auth_SQL where a NOTICE log event was raised if user …
(edit) @224   17 years quinn fixed bug: PHP Notice: Undefined index: authenticated.
(edit) @203   18 years scdev Q - minor bugfixes in boomerang func, upload error logging, raiseMsg …
(edit) @201   18 years scdev Q - increased some LOG_DEBUG messages to LOG_INFO so we can run with …
(edit) @199   18 years scdev Q - disabling excessive raised MSG_*s
(edit) @198   18 years scdev Q - Doh! I made a bug.
(edit) @195   18 years scdev Q - auth file clearauth added to constructor.
(edit) @189   18 years scdev Q - Added reset_password service. Fixed some bugs. Change the …
(edit) @179   18 years scdev Q - removed user_type from auth_sql.
(edit) @174   18 years scdev Q - added move method to ACL class, added polish.
(edit) @159   18 years scdev ${1}
(edit) @158   18 years scdev Q - changed Prefs so varable is serialized in the database ... so we …
(edit) @154   18 years scdev ${1}
(edit) @149   18 years scdev Q - while we're changing interfaces I'm going to change ->clearAuth() …
(edit) @148   18 years scdev Q - Also change getVal/setVal to get/set in Auth_File.
(edit) @146   18 years scdev Q - added persistant database storage to Prefs.inc.php. Modified …
(edit) @136   18 years scdev Q - Merged branches/2.0singleton into trunk. Completed updating …
(edit) @124   18 years scdev Q - Improved hashing algorithms in Auth_SQL, added more sc- css …
(edit) @121   18 years scdev Q - Added "sc-" to all css class selectors; Finished reworking Upload …
(edit) @119   18 years scdev Q - making codebase 2 work with php5. Rewrote ImageThumb? class to work …
(edit) @111   18 years scdev Q - Finished depreciating addslashes. array_map instances need to use …
(edit) @103   18 years scdev Q - Cleaned up Auth_File to work more like Auth_SQL, and fixed a few …
(edit) @71   18 years scdev minor misc bug fixes
(edit) @65   18 years scdev fixed Auth_File
(edit) @51   18 years scdev ${1}
(edit) @43   18 years scdev ${1}
(edit) @42   18 years scdev detabbed all files ;P
(edit) @41   18 years scdev ${1}
(edit) @40   18 years scdev ${1}
(edit) @35   18 years scdev Fixed mime_content_type bug in Upload.inc.php
(edit) @32   18 years scdev
(edit) @28   18 years scdev
(edit) @25   18 years scdev
(edit) @17   18 years scdev initDB() modified to only create user_login_tbl if abuse_detection is …
(edit) @15   18 years scdev M trunk/tests/run_tests.sh Now can run tests without being in tests …
(edit) @14   19 years scdev little bits
(add) @1   19 years scdev Initial import.
Note: See TracRevisionLog for help on using the revision log.