aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/PasswordAuthenticationService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-041-11/+17
| | | | functionality yet.
* More work on new authentication serviceMelanie2009-09-041-0/+4
|
* Flech out the Authentication service. Add the database loader. IntroduceMelanie2009-09-041-13/+12
| | | | | inheritance to deal with common tasks like crypto. Still untested.
* Remove the distinction between password and login key in the authenticationMelanie2009-09-031-0/+76
service. This will be done in the login service instead, it's out of scope for an authenticator