aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-2/+2
* Fix the previous commitMelanie Thielker2016-11-191-2/+51
* reduce useraccouts cache timeUbitUmarov2016-11-111-51/+2
* remove a debug messageUbitUmarov2015-11-241-1/+1
* fix vs2010 buildUbitUmarov2012-08-161-1/+0
* Add a real_id field to the login response if impersonation is used. The wrapperMelanie2012-08-151-0/+10
* Fix impersonation, it got broken in a mergeMelanie2012-06-011-7/+10
* Merge branch 'master' into careminsterMelanie2012-02-041-1/+1
|\
| * Supply correct parameters to detailed authentication login fail messageJustin Clark-Casey (justincc)2012-02-041-1/+1
* | Merge branch 'master' into bigmergeMelanie2011-11-111-0/+7
|\ \ | |/
| * Make log messages on authentication failure more explicitJustin Clark-Casey (justincc)2011-11-111-13/+26
| * Fix bug introduced by Query Access. The response does not come in a packaged ...Diva Canto2011-02-161-1/+1
* | Add the ability for gods to impersonate users. For this, bit 6 needs to beMelanie2010-11-251-7/+55
|/
* get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2010-06-041-1/+1
* Better error handling on PasswordAuthenticationServiceDiva Canto2010-03-021-14/+18
* New LL login service is working! -- tested in standalone only. Things still m...Diva Canto2010-01-011-3/+5
* Remove the inner Md5 to let the auth service handle md5 passwordsMelanie2010-01-011-1/+1
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-3/+3
* Remove the encryption from the IAuthenticationService interface. ThatMelanie2009-09-061-5/+0
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-041-11/+17
* More work on new authentication serviceMelanie2009-09-041-0/+4
* Flech out the Authentication service. Add the database loader. IntroduceMelanie2009-09-041-13/+12
* Remove the distinction between password and login key in the authenticationMelanie2009-09-031-0/+76