Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak the login logging a bit, especially for impersonations. | onefang | 2019-07-19 | 1 | -3/+7 |
| | |||||
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -20/+74 |
| | |||||
* | OpenID auth needs hashing before authenticating | BlueWall | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | Revert "Fix authentication for OpenID provider" | BlueWall | 2012-02-29 | 1 | -2/+2 |
| | | | | This reverts commit 9f597c2d423a80279c4aed042be8a991eedefa21. Fixing OpenID causes issues with other parts of the code. | ||||
* | Fix authentication for OpenID provider | BlueWall | 2012-02-29 | 1 | -2/+2 |
| | |||||
* | Supply correct parameters to detailed authentication login fail message | Justin Clark-Casey (justincc) | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Make log messages on authentication failure more explicit | Justin Clark-Casey (justincc) | 2011-11-11 | 1 | -13/+26 |
| | |||||
* | Fix bug introduced by Query Access. The response does not come in a packaged ↵ | Diva Canto | 2011-02-16 | 1 | -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. | ||||
* | get TestSaveIarV0_1() working again by setting up an ↵ | Justin Clark-Casey (justincc) | 2010-06-04 | 1 | -1/+1 |
| | | | | | | OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly | ||||
* | Better error handling on PasswordAuthenticationService | Diva Canto | 2010-03-02 | 1 | -14/+18 |
| | |||||
* | New LL login service is working! -- tested in standalone only. Things still ↵ | Diva Canto | 2010-01-01 | 1 | -3/+5 |
| | | | | missing from response, namely Library and Friends. Appearance service is also missing. | ||||
* | Remove the inner Md5 to let the auth service handle md5 passwords | Melanie | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -3/+3 |
| | |||||
* | Remove the encryption from the IAuthenticationService interface. That | Melanie | 2009-09-06 | 1 | -5/+0 |
| | | | | | is too high up for that type of stuff. It needs to be at the connector/handler level | ||||
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 1 | -11/+17 |
| | | | | functionality yet. | ||||
* | More work on new authentication service | Melanie | 2009-09-04 | 1 | -0/+4 |
| | |||||
* | Flech out the Authentication service. Add the database loader. Introduce | Melanie | 2009-09-04 | 1 | -13/+12 |
| | | | | | inheritance to deal with common tasks like crypto. Still untested. | ||||
* | Remove the distinction between password and login key in the authentication | Melanie | 2009-09-03 | 1 | -0/+76 |
service. This will be done in the login service instead, it's out of scope for an authenticator |