Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make private services forbid llHTTPRequest() calls by rejecting those that ↵ | Justin Clark-Casey (justincc) | 2015-03-04 | 5 | -14/+160 |
| | | | | | | 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 | 3 | -3/+84 |
| | |||||
* | minor: remove warning in BasicHttpAuthentication by commenting out unused ↵ | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -2/+2 |
| | | | | remove_me parameter (which looks like it might still be potentially useful for logging) | ||||
* | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 3 | -0/+117 |