Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
59b38340
Commit
59b38340
authored
Jun 24, 2015
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: whitespace sweep
parent
07f55b5c
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
6 additions
and
14 deletions
+6
-14
ServiceController.php
...c/app/controllers/OPNsense/Cron/Api/ServiceController.php
+1
-1
SettingsController.php
.../app/controllers/OPNsense/Cron/Api/SettingsController.php
+1
-1
dialogEdit.xml
...se/mvc/app/controllers/OPNsense/Cron/forms/dialogEdit.xml
+1
-1
Cron.xml
src/opnsense/mvc/app/models/OPNsense/Cron/Cron.xml
+0
-2
index.volt
src/opnsense/mvc/app/views/OPNsense/Cron/index.volt
+1
-1
getRuleJSON.py
src/opnsense/scripts/suricata/getRuleJSON.py
+0
-2
listClasstypes.py
src/opnsense/scripts/suricata/listClasstypes.py
+0
-1
rulecache.py
src/opnsense/scripts/suricata/rulecache.py
+0
-1
actions_ids.conf
src/opnsense/service/conf/actions.d/actions_ids.conf
+0
-1
configd_ctl.py
src/opnsense/service/configd_ctl.py
+0
-1
user.cron
src/opnsense/service/templates/OPNsense/Cron/user.cron
+1
-1
suricata.yaml
src/opnsense/service/templates/OPNsense/IDS/suricata.yaml
+1
-1
No files found.
src/opnsense/mvc/app/controllers/OPNsense/Cron/Api/ServiceController.php
View file @
59b38340
...
...
@@ -63,4 +63,4 @@ class ServiceController extends ApiControllerBase
return
array
(
"status"
=>
"failed"
);
}
}
}
\ No newline at end of file
}
src/opnsense/mvc/app/controllers/OPNsense/Cron/Api/SettingsController.php
View file @
59b38340
...
...
@@ -249,4 +249,4 @@ class SettingsController extends ApiControllerBase
// }
}
}
\ No newline at end of file
}
src/opnsense/mvc/app/controllers/OPNsense/Cron/forms/dialogEdit.xml
View file @
59b38340
...
...
@@ -53,4 +53,4 @@
<type>
text
</type>
<help>
Enter a description to explain what this job is intended for.
</help>
</field>
</form>
\ No newline at end of file
</form>
src/opnsense/mvc/app/models/OPNsense/Cron/Cron.xml
View file @
59b38340
...
...
@@ -70,5 +70,3 @@
</jobs>
</items>
</model>
src/opnsense/mvc/app/views/OPNsense/Cron/index.volt
View file @
59b38340
...
...
@@ -115,4 +115,4 @@ POSSIBILITY OF SUCH DAMAGE.
</div>
{# include dialog #}
{{ partial("layout_partials/base_dialog",['fields':formDialogEdit,'id':'DialogEdit','label':'Edit Job'])}}
\ No newline at end of file
{{ partial("layout_partials/base_dialog",['fields':formDialogEdit,'id':'DialogEdit','label':'Edit Job'])}}
src/opnsense/scripts/suricata/getRuleJSON.py
View file @
59b38340
...
...
@@ -60,5 +60,3 @@ if __name__ == '__main__':
result
=
rc
.
search
(
**
parameters
)
result
[
'parameters'
]
=
parameters
print
(
ujson
.
dumps
(
result
))
src/opnsense/scripts/suricata/listClasstypes.py
View file @
59b38340
...
...
@@ -42,4 +42,3 @@ if __name__ == '__main__':
result
=
{
'items'
:
items
,
'count'
:
len
(
items
)}
print
(
ujson
.
dumps
(
result
))
src/opnsense/scripts/suricata/rulecache.py
View file @
59b38340
...
...
@@ -239,4 +239,3 @@ class RuleCache(object):
result
.
append
(
record
[
0
])
return
sorted
(
result
)
src/opnsense/service/conf/actions.d/actions_ids.conf
View file @
59b38340
...
...
@@ -39,4 +39,3 @@ command:/usr/local/etc/rc.d/suricata status
parameters
:
type
:
script_output
message
:
get
suricata
daemon
status
src/opnsense/service/configd_ctl.py
View file @
59b38340
...
...
@@ -118,4 +118,3 @@ else:
if
result
is
None
:
sys
.
exit
(
-
1
)
print
(
'
%
s'
%
(
result
))
src/opnsense/service/templates/OPNsense/Cron/user.cron
View file @
59b38340
...
...
@@ -9,4 +9,4 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
# Origin/Description: {{job.origin}}/{{job.description}}
{{job.minutes}} {{job.hours}} {{job.days}} {{job.months}} {{job.weekdays}} /usr/local/sbin/configctl {{job.command}} {{job.parameter}}
{% endfor %}
{% endif %}
\ No newline at end of file
{% endif %}
src/opnsense/service/templates/OPNsense/IDS/suricata.yaml
View file @
59b38340
...
...
@@ -134,7 +134,7 @@ outputs:
# Header name were the actual IP address will be reported, if more than
# one IP address is present, the last IP address will be the one taken
# into consideration.
header
:
X-Forwarded-For
header
:
X-Forwarded-For
# a line based log of HTTP requests (no alerts)
-
http-log
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment