aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IAuthenticationService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+2
2011-10-24Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)1-0/+26
These are disabled by default, as before. Please only turn these on in secure grids, since they allow the same facilities as the existing SetPassword call (also disabled by default) These facilities can be helpful when integrating external systems, in addition to the existing option of adapting an IAuthenticationService or using WebLoginKey
2010-01-09* Added SetPassword to IAuthenticationService.Diva Canto1-0/+11
* Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
2009-09-06Remove the encryption from the IAuthenticationService interface. ThatMelanie1-36/+0
is too high up for that type of stuff. It needs to be at the connector/handler level
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie1-2/+2
functionality yet.
2009-09-03Remove the distinction between password and login key in the authenticationMelanie1-5/+2
service. This will be done in the login service instead, it's out of scope for an authenticator
2009-08-29Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie1-38/+70
now in the domain of the presence module where it belongs.
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker1-8/+34
authenticate against the services. This paves the way for such apps to directly talk to services.
2009-06-17Implementation of a simple authentication service + in connector in route to ↵diva1-11/+19
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-03Committing the partial refactor of authentication services. No user functionlityMelanie Thielker1-4/+23
will eat your babies, etc
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-25Correct a minor typoMelanie Thielker1-1/+1
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services ↵diva1-0/+14
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok.