-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f98e23c
commit ffbe4ae
Showing
44 changed files
with
2,302 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
*.pyc | ||
*.log | ||
*.req | ||
*.state | ||
*.sublime* | ||
tmp | ||
*.original | ||
*.directory | ||
*.kate-swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PSA M2LPlugin placeholder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,260 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
<head> | ||
<meta charset='utf-8'> | ||
<meta content='GitLab Community Edition' name='description'> | ||
<title> | ||
spm/M2LService/code/M2LPluginSquid/build/squid.jar at M2LService - SECURED / SPM | | ||
GitLab | ||
</title> | ||
<link href="/assets/favicon-baaa14bade1248aa6165e9d34e7d83c0.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> | ||
<link href="/assets/application-296ff8a0c87574e522a2911224b5350b.css" media="all" rel="stylesheet" /> | ||
<link href="/assets/print-1df3ea9b8ff148a6745321899e0cb213.css" media="print" rel="stylesheet" /> | ||
<script src="/assets/application-a057590240c75e48c08b4361e8acbd30.js"></script> | ||
<meta content="authenticity_token" name="csrf-param" /> | ||
<meta content="VFzOtL52E0XRB2iYoJfKOLMTJJ8OXfaUT+LyoOOdChw=" name="csrf-token" /> | ||
<script type="text/javascript"> | ||
//<![CDATA[ | ||
window.gon={};gon.default_issues_tracker="gitlab";gon.api_version="v3";gon.relative_url_root="";gon.default_avatar_url="https://gitlab.secured-fp7.eu/assets/no_avatar-adffbfe10d45b20495cd2a9b88974150.png";gon.current_user_id=15;gon.api_token="LW7Xdt4BmNnuZjMLPNN4"; | ||
//]]> | ||
</script> | ||
<meta content='width=device-width, initial-scale=1.0' name='viewport'> | ||
|
||
|
||
</head> | ||
|
||
<body class='ui_mars project' data-page='projects:blob:show' data-project-id='8'> | ||
|
||
<header class='navbar navbar-static-top navbar-gitlab'> | ||
<div class='navbar-inner'> | ||
<div class='container'> | ||
<div class='app_logo'> | ||
<span class='separator'></span> | ||
<a class="home has_bottom_tooltip" href="/" title="Dashboard"><h1>GITLAB</h1> | ||
</a><span class='separator'></span> | ||
</div> | ||
<h1 class='title'><span><a href="/groups/secured">SECURED</a> / <a href="/secured/spm">SPM</a></span></h1> | ||
<button class='navbar-toggle' data-target='.navbar-collapse' data-toggle='collapse' type='button'> | ||
<span class='sr-only'>Toggle navigation</span> | ||
<i class='fa fa-bars'></i> | ||
</button> | ||
<div class='navbar-collapse collapse'> | ||
<ul class='nav navbar-nav'> | ||
<li class='hidden-sm hidden-xs'> | ||
<div class='search'> | ||
<form accept-charset="UTF-8" action="/search" class="navbar-form pull-left" method="get"><div style="display:none"><input name="utf8" type="hidden" value="✓" /></div> | ||
<input class="search-input" id="search" name="search" placeholder="Search in this project" type="search" /> | ||
<input id="group_id" name="group_id" type="hidden" /> | ||
<input id="project_id" name="project_id" type="hidden" value="8" /> | ||
<input id="search_code" name="search_code" type="hidden" value="true" /> | ||
<input id="repository_ref" name="repository_ref" type="hidden" value="M2LService" /> | ||
|
||
<div class='search-autocomplete-opts hide' data-autocomplete-path='/search/autocomplete' data-autocomplete-project-id='8' data-autocomplete-project-ref='M2LService'></div> | ||
</form> | ||
|
||
</div> | ||
<script> | ||
$('.search-input').on('keyup', function(e) { | ||
if (e.keyCode == 27) { | ||
$('.search-input').blur() | ||
} | ||
}) | ||
</script> | ||
|
||
</li> | ||
<li class='visible-sm visible-xs'> | ||
<a class="has_bottom_tooltip" data-original-title="Search area" href="/search" title="Search"><i class='fa fa-search'></i> | ||
</a></li> | ||
<li> | ||
<a class="has_bottom_tooltip" data-original-title="Help" href="/help" title="Help"><i class='fa fa-question-circle'></i> | ||
</a></li> | ||
<li> | ||
<a class="has_bottom_tooltip" data-original-title="Public area" href="/explore" title="Explore"><i class='fa fa-globe'></i> | ||
</a></li> | ||
<li> | ||
<a class="has_bottom_tooltip" data-original-title="My snippets" href="/s/dmontero" title="My snippets"><i class='fa fa-clipboard'></i> | ||
</a></li> | ||
<li> | ||
<a class="has_bottom_tooltip" data-original-title="New project" href="/projects/new" title="New project"><i class='fa fa-plus'></i> | ||
</a></li> | ||
<li> | ||
<a class="has_bottom_tooltip" data-original-title="Profile settings"" href="/profile" title="Profile settings"><i class='fa fa-user'></i> | ||
</a></li> | ||
<li> | ||
<a class="has_bottom_tooltip" data-method="delete" data-original-title="Logout" href="/users/sign_out" rel="nofollow" title="Logout"><i class='fa fa-sign-out'></i> | ||
</a></li> | ||
<li class='hidden-xs'> | ||
<a class="profile-pic" href="/u/dmontero" id="profile-pic"><img alt="User activity" src="https://secure.gravatar.com/avatar/06f8edf85fce856c9a089fb2ac29f74f?s=26&d=identicon" /> | ||
</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<script> | ||
GitLab.GfmAutoComplete.dataSource = "/secured/spm/autocomplete_sources?type=NilClass&type_id=M2LService%2FM2LService%2Fcode%2FM2LPluginSquid%2Fbuild%2Fsquid.jar" | ||
GitLab.GfmAutoComplete.setup(); | ||
</script> | ||
|
||
|
||
<nav class='main-nav navbar-collapse collapse'> | ||
<div class='container'><ul class='project-navigation'> | ||
<li class="home"><a class="shortcuts-project" href="/secured/spm" title="Project">Project | ||
</a></li><li class="active"><a class="shortcuts-tree" href="/secured/spm/tree/M2LService">Files</a> | ||
</li><li class=""><a class="shortcuts-commits" href="/secured/spm/commits/M2LService">Commits</a> | ||
</li><li class=""><a class="shortcuts-network" href="/secured/spm/network/M2LService">Network</a> | ||
</li><li class=""><a class="shortcuts-graphs" href="/secured/spm/graphs/M2LService">Graphs</a> | ||
</li><li class=""><a class="shortcuts-issues" href="/secured/spm/issues">Issues | ||
<span class='count issue_counter'>2</span> | ||
</a></li><li class=""><a class="shortcuts-merge_requests" href="/secured/spm/merge_requests">Merge Requests | ||
<span class='count merge_counter'>0</span> | ||
</a></li><li class=""><a class="shortcuts-wiki" href="/secured/spm/wikis/home">Wiki</a> | ||
</li></ul> | ||
</div> | ||
</nav> | ||
<div class='container'> | ||
<div class='content'> | ||
<div class='flash-container'> | ||
</div> | ||
|
||
<div class='tree-ref-holder'> | ||
<form accept-charset="UTF-8" action="/secured/spm/refs/switch" class="project-refs-form" method="get"><div style="display:none"><input name="utf8" type="hidden" value="✓" /></div> | ||
<select class="project-refs-select select2 select2-sm" id="ref" name="ref"><optgroup label="Branches"><option selected="selected" value="M2LService">M2LService</option> | ||
<option value="devel">devel</option> | ||
<option value="devel+h2m">devel+h2m</option> | ||
<option value="master">master</option> | ||
<option value="new-spm-project-structure">new-spm-project-structure</option> | ||
<option value="polito_hspl">polito_hspl</option> | ||
<option value="y2_devel+h2m">y2_devel+h2m</option></optgroup><optgroup label="Tags"></optgroup></select> | ||
<input id="destination" name="destination" type="hidden" value="blob" /> | ||
<input id="path" name="path" type="hidden" value="M2LService/code/M2LPluginSquid/build/squid.jar" /> | ||
</form> | ||
|
||
|
||
</div> | ||
<div class='tree-holder' id='tree-holder'> | ||
<ul class='breadcrumb repo-breadcrumb'> | ||
<li> | ||
<i class='fa fa-angle-right'></i> | ||
<a href="/secured/spm/tree/M2LService">spm | ||
</a></li> | ||
<li> | ||
<a href="/secured/spm/tree/M2LService/M2LService">M2LService</a> | ||
</li> | ||
<li> | ||
<a href="/secured/spm/tree/M2LService/M2LService/code">code</a> | ||
</li> | ||
<li> | ||
<a href="/secured/spm/tree/M2LService/M2LService/code/M2LPluginSquid">M2LPluginSquid</a> | ||
</li> | ||
<li> | ||
<a href="/secured/spm/tree/M2LService/M2LService/code/M2LPluginSquid/build">build</a> | ||
</li> | ||
<li> | ||
<a href="/secured/spm/blob/M2LService/M2LService/code/M2LPluginSquid/build/squid.jar"><strong> | ||
squid.jar | ||
</strong> | ||
</a></li> | ||
</ul> | ||
<ul class='blob-commit-info bs-callout bs-callout-info hidden-xs'> | ||
<li class='commit js-toggle-container'> | ||
<div class='commit-row-title'> | ||
<a class="commit_short_id" href="/secured/spm/commit/04c086f741ab64cc83d7744280f35c84d4d3f177">04c086f7</a> | ||
| ||
<span class='str-truncated'> | ||
<a class="commit-row-message" href="/secured/spm/commit/04c086f741ab64cc83d7744280f35c84d4d3f177">updates on M2LClient, M2L squid plugin and M2LPluginService</a> | ||
</span> | ||
<a class="pull-right" href="/secured/spm/tree/04c086f741ab64cc83d7744280f35c84d4d3f177">Browse Code »</a> | ||
<div class='notes_count'> | ||
</div> | ||
</div> | ||
<div class='commit-row-info'> | ||
<a class="commit-author-link has_tooltip" data-original-title="[email protected]" href="/u/mvallini"><img alt="" class="avatar s16" src="https://secure.gravatar.com/avatar/19473c75c2a9a7167d3225e82e4bc0cc?s=16&d=identicon" width="16" /> <span class="commit-author-name">Marco Vallini</span></a> | ||
<div class='committed_ago'> | ||
<time class='time_ago' data-placement='top' data-toggle='tooltip' datetime='2015-10-22T15:45:22Z' title='Oct 22, 2015 5:45pm'>2015-10-22 17:45:22 +0200</time> | ||
<script>$('.time_ago').timeago().tooltip()</script> | ||
| ||
</div> | ||
</div> | ||
</li> | ||
|
||
</ul> | ||
<div class='tree-content-holder' id='tree-content-holder'> | ||
<article class='file-holder'> | ||
<div class='file-title clearfix'> | ||
<i class='fa fa-file'></i> | ||
<span class='file_name'> | ||
squid.jar | ||
<small>353 KB</small> | ||
</span> | ||
<span class='options hidden-xs'><div class='btn-group tree-btn-group'> | ||
<a class="btn btn-small" href="/secured/spm/raw/M2LService/M2LService/code/M2LPluginSquid/build/squid.jar" target="_blank">Raw</a> | ||
<a class="btn btn-small" href="/secured/spm/commits/M2LService/M2LService/code/M2LPluginSquid/build/squid.jar">History</a> | ||
<a class="btn btn-small" href="/secured/spm/blob/9d67df1d1637a0a43aff262fd7936ecd948dc5f6/M2LService/code/M2LPluginSquid/build/squid.jar">Permalink</a> | ||
</div> | ||
<button class="remove-blob btn btn-small btn-remove" data-target="#modal-remove-blob" data-toggle="modal" name="button" type="submit">Remove | ||
</button></span> | ||
</div> | ||
<div class='file-content blob_file blob-no-preview'> | ||
<div class='center'> | ||
<a href="/secured/spm/raw/M2LService/M2LService/code/M2LPluginSquid/build/squid.jar"><h1 class='light'> | ||
<i class='fa fa-download'></i> | ||
</h1> | ||
<h4> | ||
Download (353 KB) | ||
</h4> | ||
</a></div> | ||
</div> | ||
|
||
</article> | ||
</div> | ||
|
||
</div> | ||
<div class='modal hide' id='modal-remove-blob'> | ||
<div class='modal-dialog'> | ||
<div class='modal-content'> | ||
<div class='modal-header'> | ||
<a class='close' data-dismiss='modal' href='#'>×</a> | ||
<h3 class='page-title'>Remove squid.jar</h3> | ||
<p class='light'> | ||
From branch | ||
<strong>M2LService</strong> | ||
</p> | ||
</div> | ||
<div class='modal-body'> | ||
<form accept-charset="UTF-8" action="/secured/spm/blob/M2LService/M2LService/code/M2LPluginSquid/build/squid.jar" class="form-horizontal" method="post"><div style="display:none"><input name="utf8" type="hidden" value="✓" /><input name="_method" type="hidden" value="delete" /><input name="authenticity_token" type="hidden" value="VFzOtL52E0XRB2iYoJfKOLMTJJ8OXfaUT+LyoOOdChw=" /></div> | ||
<div class='form-group commit_message-group'> | ||
<label class="control-label" for="commit_message">Commit message | ||
</label><div class='col-sm-10'> | ||
<div class='commit-message-container'> | ||
<div class='max-width-marker'></div> | ||
<textarea class="form-control" id="commit_message" name="commit_message" placeholder="Removed this file because..." required="required" rows="3"> | ||
</textarea> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class='form-group'> | ||
<div class='col-sm-2'></div> | ||
<div class='col-sm-10'> | ||
<button class="btn btn-remove btn-remove-file" name="button" type="submit">Remove file</button> | ||
<a class="btn btn-cancel" data-dismiss="modal" href="#">Cancel</a> | ||
</div> | ||
</div> | ||
</form> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<script> | ||
disableButtonIfEmptyField('#commit_message', '.btn-remove-file') | ||
</script> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<ITResource xmlns="http://modeliosoft/xsddesigner/a22bd60b-ee3d-425c-8618-beb6a854051a/ITResource.xsd" ID="MSPL_920464b5-b846-45bf-b380-33ac947cb7bf"> | ||
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="RuleSetConfiguration"> | ||
<capability> | ||
<Name>Filtering_L7</Name> | ||
</capability> | ||
<capability> | ||
<Name>Timing</Name> | ||
</capability> | ||
<defaultAction xsi:type="FilteringAction"> | ||
<FilteringActionType>ALLOW</FilteringActionType> | ||
</defaultAction> | ||
<configurationRule> | ||
<configurationRuleAction xsi:type="FilteringAction"> | ||
<FilteringActionType>DENY</FilteringActionType> | ||
</configurationRuleAction> | ||
<configurationCondition xsi:type="FilteringConfigurationCondition"> | ||
<isCNF>false</isCNF> | ||
<packetFilterCondition> | ||
<SourceAddress>0.0.0.0/0.0.0.0,</SourceAddress> | ||
</packetFilterCondition> | ||
<applicationLayerCondition> | ||
<URL>www.pokerstars.it/,www.888poker.com,www.bwin.com,</URL> | ||
</applicationLayerCondition> | ||
</configurationCondition> | ||
<externalData xsi:type="Priority"> | ||
<value>0</value> | ||
</externalData> | ||
<Name>Rule0</Name> | ||
<isCNF>false</isCNF> | ||
<HSPL HSPL_id="hspl48" HSPL_text="alice no_authorise_access internet_traffic gambling, "/> | ||
</configurationRule> | ||
<configurationRule> | ||
<configurationRuleAction xsi:type="FilteringAction"> | ||
<FilteringActionType>DENY</FilteringActionType> | ||
</configurationRuleAction> | ||
<configurationCondition xsi:type="FilteringConfigurationCondition"> | ||
<isCNF>false</isCNF> | ||
<packetFilterCondition> | ||
<SourceAddress>0.0.0.0/0.0.0.0,</SourceAddress> | ||
</packetFilterCondition> | ||
<timeCondition> | ||
<Weekday></Weekday> | ||
<Time>15:00-18:00,</Time> | ||
</timeCondition> | ||
<applicationLayerCondition> | ||
<URL>www.youtube.com,</URL> | ||
</applicationLayerCondition> | ||
</configurationCondition> | ||
<externalData xsi:type="Priority"> | ||
<value>1</value> | ||
</externalData> | ||
<Name>Rule1</Name> | ||
<isCNF>false</isCNF> | ||
<HSPL HSPL_id="hspl55" HSPL_text="alice no_authorise_access internet_traffic on www.youtube.com, | ||
in ({ }{ 08:00:00-13:00:00, } UTC)in ({ }{ 15:00:00-18:00:00, } UTC)"/> | ||
</configurationRule> | ||
<configurationRule> | ||
<configurationRuleAction xsi:type="FilteringAction"> | ||
<FilteringActionType>DENY</FilteringActionType> | ||
</configurationRuleAction> | ||
<configurationCondition xsi:type="FilteringConfigurationCondition"> | ||
<isCNF>false</isCNF> | ||
<packetFilterCondition> | ||
<SourceAddress>0.0.0.0/0.0.0.0,</SourceAddress> | ||
</packetFilterCondition> | ||
<timeCondition> | ||
<Weekday></Weekday> | ||
<Time>08:00-13:00,</Time> | ||
</timeCondition> | ||
<applicationLayerCondition> | ||
<URL>www.youtube.com,</URL> | ||
</applicationLayerCondition> | ||
</configurationCondition> | ||
<externalData xsi:type="Priority"> | ||
<value>2</value> | ||
</externalData> | ||
<Name>Rule2</Name> | ||
<isCNF>false</isCNF> | ||
<HSPL HSPL_id="hspl55" HSPL_text="alice no_authorise_access internet_traffic on www.youtube.com, | ||
in ({ }{ 08:00:00-13:00:00, } UTC)in ({ }{ 15:00:00-18:00:00, } UTC)"/> | ||
</configurationRule> | ||
<resolutionStrategy xsi:type="FMR"/> | ||
<Name>MSPL_920464b5-b846-45bf-b380-33ac947cb7bf</Name> | ||
</configuration> | ||
</ITResource> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
PSA MSPL placeholder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"PSA_id":"squid", | ||
"disk": "parentalcontrol.img", | ||
"interface": [ | ||
{ | ||
"network":"data", | ||
"type":"data_in" | ||
}, | ||
{ | ||
"network":"data", | ||
"type":"data_out" | ||
}, | ||
{ | ||
"network":"control", | ||
"type":"manage" | ||
} | ||
], | ||
"memory": "1024", | ||
"IP": true, | ||
"os-architecture": "x86_64", | ||
"vcpu": "1" | ||
} |
Oops, something went wrong.