Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+7 |
|\ | |||||
| * | Add a real_id field to the login response if impersonation is used. The wrapper | Melanie | 2012-08-15 | 1 | -0/+7 |
| | | | | | | | | script needs this for proper logging. | ||||
* | | minor: Comment out 2 error level debugging message in authentication code | Justin Clark-Casey (justincc) | 2014-05-27 | 1 | -1/+1 |
| | | |||||
* | | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -5/+9 |
|/ | |||||
* | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 2012-05-09 | 1 | -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-24 | 1 | -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 Canto | 2011-04-12 | 1 | -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 fixes | John Hurliman | 2010-03-09 | 1 | -1/+1 |
| | | | | * Performance improvement in the expensive GenerateClientFlags() | ||||
* | * Added SetPassword to IAuthenticationService. | Diva Canto | 2010-01-09 | 1 | -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 Canto | 2010-01-01 | 1 | -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 getting | Melanie | 2009-12-27 | 1 | -3/+3 |
| | | | | to where lists can be sent as requests | ||||
* | Finish the (untested) authentication connector | Melanie | 2009-09-19 | 1 | -2/+35 |
| | |||||
* | Complete the first authenticator method | Melanie | 2009-09-19 | 1 | -1/+7 |
| | |||||
* | Adding the deserializer for server form/xml replies | Melanie | 2009-09-19 | 1 | -0/+12 |
| | |||||
* | Add the skeleton of the authentication connector and the forms data requester | Melanie | 2009-09-19 | 1 | -0/+99 |