aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Authentication (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-0/+7
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-5/+9
|
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2012-05-091-0/+0
| | | | | | | | the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes.
* Add optional getauthinfo and setauthinfo authentication service calls.Justin Clark-Casey (justincc)2011-10-241-0/+12
| | | | | 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
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-1/+0
| | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* * Typo fixesJohn Hurliman2010-03-091-1/+1
| | | | * Performance improvement in the expensive GenerateClientFlags()
* * Added SetPassword to IAuthenticationService.Diva Canto2010-01-091-0/+6
| | | | | * Added create user command to UserAccountService. Works. * Deleted create user command from OpenSim.
* New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto2010-01-011-2/+2
| | | | missing from response, namely Library and Friends. Appearance service is also missing.
* Change the signature of the forms requester data in preparation to gettingMelanie2009-12-271-3/+3
| | | | to where lists can be sent as requests
* Finish the (untested) authentication connectorMelanie2009-09-191-2/+35
|
* Complete the first authenticator methodMelanie2009-09-191-1/+7
|
* Adding the deserializer for server form/xml repliesMelanie2009-09-191-0/+12
|
* Add the skeleton of the authentication connector and the forms data requesterMelanie2009-09-191-0/+99