aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService/AuthenticationServiceBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+11
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-1/+46
* get TestSaveIarV0_1() working again by setting up an OpenSim.Data.Null.UserAu...Justin Clark-Casey (justincc)2010-06-041-1/+1
* Putting it back to protected; Melanie doesn't like it to be public.Diva Canto2010-04-271-1/+1
* Changed GetToken from protected to public. This is not exposed at the interface.Diva Canto2010-04-271-1/+1
* SQLite connector better, but access to tables still doesn't work.Diva Canto2010-02-201-4/+9
* * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-3/+26
* 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
* 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
* More work on new authentication serviceMelanie2009-09-041-2/+4
* Flech out the Authentication service. Add the database loader. IntroduceMelanie2009-09-041-0/+106