aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-3/+26
| | | | | * Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-3/+3
|
* Remove the encryption from the IAuthenticationService interface. ThatMelanie2009-09-061-15/+0
| | | | | is too high up for that type of stuff. It needs to be at the connector/handler level
* Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie2009-09-041-1/+1
|
* Fully implement unencrypted auth token operationsMelanie2009-09-041-3/+8
|
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-041-0/+15
| | | | functionality yet.
* More work on new authentication serviceMelanie2009-09-041-2/+4
|
* Flech out the Authentication service. Add the database loader. IntroduceMelanie2009-09-041-0/+106
inheritance to deal with common tasks like crypto. Still untested.