aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IAuthenticationService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+2
|
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-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
* * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-0/+11
| | | | | * Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
* Remove the encryption from the IAuthenticationService interface. ThatMelanie2009-09-061-36/+0
| | | | | is too high up for that type of stuff. It needs to be at the connector/handler level
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-041-2/+2
| | | | functionality yet.
* Remove the distinction between password and login key in the authenticationMelanie2009-09-031-5/+2
| | | | | service. This will be done in the login service instead, it's out of scope for an authenticator
* Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie2009-08-291-38/+70
| | | | now in the domain of the presence module where it belongs.
* Updated services to allow external applications like web interfaces toMelanie Thielker2009-06-301-8/+34
| | | | | | | authenticate against the services. This paves the way for such apps to directly talk to services.
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-171-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.
* Committing the partial refactor of authentication services. No user functionlityMelanie Thielker2009-06-031-4/+23
| | | | | | will eat your babies, etc
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-311-1/+28
|
* Correct a minor typoMelanie Thielker2009-05-251-1/+1
|
* Beginning of refactoring RESTComms/LocalComms in the new style of services ↵diva2009-05-251-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.