Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix XBakes simulator-side authentication regression failure | Justin Clark-Casey (justincc) | 2015-03-16 | 1 | -1/+6 |
| | | | | | Unlike the other connectors, XBakes uses a service auth retrieved from ServiceAuth.Create() and not code inherited from BaseServiceConnector. Fixes regression from 7d3bafd5 (Wed 4 Mar 2015) where the new CompoundAuthenticator did not implement IServiceAuth.AddAuthorization() | ||||
* | Make private services forbid llHTTPRequest() calls by rejecting those that ↵ | Justin Clark-Casey (justincc) | 2015-03-04 | 1 | -1/+2 |
| | | | | | | have the X-SecondLife-Shard header. If you need to enable this, set AllowHttpRequestIn = true in [Network] for all private services or individual [*Service] sections. | ||||
* | Add missing BSD headers to files in OpenSim/Framework/ServiceAuth | Justin Clark-Casey (justincc) | 2015-02-13 | 1 | -1/+28 |
| | |||||
* | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -0/+15 |