aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweak the login logging a bit, especially for impersonations.onefang2019-07-191-3/+7
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-20/+74
* OpenID auth needs hashing before authenticatingBlueWall2012-03-021-1/+1
* Revert "Fix authentication for OpenID provider"BlueWall2012-02-291-2/+2
* Fix authentication for OpenID providerBlueWall2012-02-291-2/+2
* Supply correct parameters to detailed authentication login fail messageJustin Clark-Casey (justincc)2012-02-041-1/+1
* 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
* 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