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
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
4 additions
and
12 deletions
+4
-12
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
No files found.
src/opnsense/mvc/app/controllers/OPNsense/Cron/Api/ServiceController.php
View file @
59b38340
src/opnsense/mvc/app/controllers/OPNsense/Cron/Api/SettingsController.php
View file @
59b38340
src/opnsense/mvc/app/controllers/OPNsense/Cron/forms/dialogEdit.xml
View file @
59b38340
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
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
))
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