aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-19Tweak the login logging a bit, especially for impersonations.onefang1-3/+7
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-20/+74
2012-03-02OpenID auth needs hashing before authenticatingBlueWall1-1/+1
2012-02-29Revert "Fix authentication for OpenID provider"BlueWall1-2/+2
2012-02-29Fix authentication for OpenID providerBlueWall1-2/+2
2012-02-04Supply correct parameters to detailed authentication login fail messageJustin Clark-Casey (justincc)1-1/+1
2011-11-11Make log messages on authentication failure more explicitJustin Clark-Casey (justincc)1-13/+26
2011-02-16Fix bug introduced by Query Access. The response does not come in a packaged ...Diva Canto1-1/+1
2010-06-04get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)1-1/+1
2010-03-02Better error handling on PasswordAuthenticationServiceDiva Canto1-14/+18
2010-01-01New LL login service is working! -- tested in standalone only. Things still m...Diva Canto1-3/+5
2010-01-01Remove the inner Md5 to let the auth service handle md5 passwordsMelanie1-1/+1
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-3/+3
2009-09-06Remove the encryption from the IAuthenticationService interface. ThatMelanie1-5/+0
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie1-11/+17
2009-09-04More work on new authentication serviceMelanie1-0/+4
2009-09-04Flech out the Authentication service. Add the database loader. IntroduceMelanie1-13/+12
2009-09-03Remove the distinction between password and login key in the authenticationMelanie1-13/+3
2009-08-31Recreate the shell of the AuthenticationService to squelch Windows buildMelanie1-19/+29
2009-08-09Finish the renaming and mae things compile againMelanie1-9/+9
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker1-1/+11
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker1-1/+1
2009-06-22Committing the meat of the user server interface and the bones of the service...Melanie Thielker1-0/+24
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-4/+4
2009-05-05Plumb the database into the new server skelMelanie Thielker1-0/+3
2009-05-05Plumb the new server connector logicMelanie Thielker1-1/+32
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+8