aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AuthenticationService (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)3-9/+9
2009-09-06Remove the encryption from the IAuthenticationService interface. ThatMelanie3-25/+0
is too high up for that type of stuff. It needs to be at the connector/handler level
2009-09-04Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie1-1/+1
2009-09-04Fully implement unencrypted auth token operationsMelanie1-3/+8
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie3-22/+33
functionality yet.
2009-09-04More work on new authentication serviceMelanie2-2/+8
2009-09-04Flech out the Authentication service. Add the database loader. IntroduceMelanie3-26/+130
inheritance to deal with common tasks like crypto. Still untested.
2009-09-03Remove the distinction between password and login key in the authenticationMelanie2-13/+79
service. This will be done in the login service instead, it's out of scope for an authenticator
2009-08-31Recreate the shell of the AuthenticationService to squelch Windows buildMelanie1-0/+86
error. WIll be filled in as soon as I figure out the crypto stuff.
2009-08-29Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie1-312/+0
now in the domain of the presence module where it belongs.
2009-08-06Added missing trailing slash in AuthenticationService.Diva Canto1-0/+2
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker1-8/+85
authenticate against the services. This paves the way for such apps to directly talk to services.
2009-06-27Make cleartext authentication case sensitive. Thanks jhurliman for spotting ↵Dahlia Trimble1-1/+1
this.
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva1-9/+172
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames1-4/+0
2009-06-03Committing the skeleton of the authentication serviceMelanie Thielker1-0/+74