aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-253-9/+9
* Remove the encryption from the IAuthenticationService interface. ThatMelanie2009-09-063-25/+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-043-22/+33
* More work on new authentication serviceMelanie2009-09-042-2/+8
* Flech out the Authentication service. Add the database loader. IntroduceMelanie2009-09-043-26/+130
* Remove the distinction between password and login key in the authenticationMelanie2009-09-032-13/+79
* Recreate the shell of the AuthenticationService to squelch Windows buildMelanie2009-08-311-0/+86
* Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie2009-08-291-312/+0
* Added missing trailing slash in AuthenticationService.Diva Canto2009-08-061-0/+2
* Updated services to allow external applications like web interfaces toMelanie Thielker2009-06-301-8/+85
* Make cleartext authentication case sensitive. Thanks jhurliman for spotting t...Dahlia Trimble2009-06-271-1/+1
* Implementation of a simple authentication service + in connector in route to ...diva2009-06-171-9/+172
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-041-4/+0
* Committing the skeleton of the authentication serviceMelanie Thielker2009-06-031-0/+74