aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs (unfollow)
Commit message (Collapse)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
This reverts commit 9f597c2d423a80279c4aed042be8a991eedefa21. Fixing OpenID causes issues with other parts of the code.
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
_Result field, it comes as simple OSDMap with 2 fields in it. Also in this commit: comment out irrelevant debug message on AuthService.
2010-06-04get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)1-1/+1
OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
2010-03-02Better error handling on PasswordAuthenticationServiceDiva Canto1-14/+18
2010-01-01New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto1-3/+5
missing from response, namely Library and Friends. Appearance service is also missing.
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
is too high up for that type of stuff. It needs to be at the connector/handler level
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie1-11/+17
functionality yet.
2009-09-04More work on new authentication serviceMelanie1-0/+4
2009-09-04Flech out the Authentication service. Add the database loader. IntroduceMelanie1-13/+12
inheritance to deal with common tasks like crypto. Still untested.
2009-09-03Remove the distinction between password and login key in the authenticationMelanie1-13/+3
service. This will be done in the login service instead, it's out of scope for an authenticator
2009-08-31Recreate the shell of the AuthenticationService to squelch Windows buildMelanie1-19/+29
error. WIll be filled in as soon as I figure out the crypto stuff.
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
authenticate against the services. This paves the way for such apps to directly talk to services.
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker1-1/+1
connector and the glue code.
2009-06-22Committing the meat of the user server interface and the bones of the ↵Melanie Thielker1-0/+24
service implementation
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
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