Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |