Ad Schellevis
9ff3fcc797
(captive portal) catch exception for process_accounting_messages.php
2016-04-28 17:01:35 +02:00
Ad Schellevis
16e3ddf2fa
(ids) add test ruleset for suricata
...
enable the opnsense test ruleset and try to download the eicar virus:
http://www.eicar.org/download/eicar.com.txt
it should block (over http)
closes https://github.com/opnsense/core/issues/884
2016-04-28 16:40:03 +02:00
Franco Fichtner
3272c7bb1f
interfaces: different strategy for status porting
2016-04-28 16:34:02 +02:00
Ad Schellevis
10d4cbfd0e
(ids) fix sort order of rulesets
2016-04-28 16:19:06 +02:00
Franco Fichtner
9b94d2f2f6
interfaces: port status-only probe
2016-04-28 16:10:15 +02:00
Franco Fichtner
c46d5ad0e9
interfaces: port flags-only fiddling
2016-04-28 15:43:20 +02:00
Franco Fichtner
a445548af4
interfaces: port mtu-only probe
2016-04-28 15:41:48 +02:00
Franco Fichtner
a404c216df
firewall: blue arrow for consistency
2016-04-28 13:22:11 +02:00
Franco Fichtner
b17d74faba
interfaces: fix typo in previous
2016-04-28 12:24:58 +02:00
Franco Fichtner
4e8debf8f3
interfaces: old switcheroo for eventual php module removal
...
Only one function left. :)
2016-04-28 12:21:08 +02:00
Franco Fichtner
2533e1103d
interfaces: portable alternative for php module function
...
BTW: 5000 commits on master branch, yay, party!
2016-04-28 12:20:15 +02:00
Franco Fichtner
6e5fbbc9aa
php: bcmath was used for pre-16.1 captive portal only
2016-04-28 09:40:42 +02:00
Franco Fichtner
ed81dd30de
php: remove ctype dependency; closes #917
...
Needs a bit of observation, but as far as I can see the only difference
is that is_numeric() will also take int values and return true for them,
ctype_digit() will only return true for string values that have digits.
2016-04-28 09:35:20 +02:00
Franco Fichtner
160c1245cf
CONTRIBUTING: minor tweaks
2016-04-28 08:53:39 +02:00
Franco Fichtner
aa21adfe18
firewall: mark deprecated ICMP types; closes #912
...
Taken from: http://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml
2016-04-28 08:40:26 +02:00
Franco Fichtner
571bdae6ee
interfaces: allow bridges with one interface for #61
2016-04-27 20:28:58 +02:00
Franco Fichtner
7bf795b15e
interfaces: fix numerous iterators
2016-04-27 19:24:10 +02:00
Franco Fichtner
50e4df6cb7
src: three crash reports
2016-04-27 13:52:41 +02:00
Franco Fichtner
504c076252
ipsec: fix crash reports
2016-04-27 12:19:22 +02:00
Ad Schellevis
307d9238f5
(configd, mvc) add connect timeout, closes https://github.com/opnsense/core/issues/913
2016-04-27 12:04:31 +02:00
Franco Fichtner
1d0ae14682
php: scrub dependencies for #915
2016-04-27 10:42:19 +02:00
Franco Fichtner
20cd1ce9f6
mvc: apply style
2016-04-27 08:08:44 +02:00
Franco Fichtner
546dda2def
aliases: merge update freq calculation code for portability
2016-04-27 07:15:20 +02:00
Ad Schellevis
31e249fa34
(mvc) unittest for AuthenticationServerField
2016-04-26 17:20:48 +02:00
Ad Schellevis
b3fb0f35c5
(diag_ipsec.php) html style issues
2016-04-26 16:12:36 +02:00
Ad Schellevis
425b814696
(traffic shaper) move CoDel to standard settings
2016-04-26 13:52:56 +02:00
Franco Fichtner
c09b929941
cron: slightly improve generated output, adjkerntz is alreay in
2016-04-26 07:43:26 +02:00
Franco Fichtner
0779941247
cron: shift conditions, cron entries can now be entry
2016-04-26 07:37:49 +02:00
Franco Fichtner
8be72857e2
cron: special case no longer applies #911
2016-04-26 07:34:58 +02:00
Franco Fichtner
9f12e7f7ee
cron: flush all, PHP can be tricky #911
2016-04-26 07:28:21 +02:00
Franco Fichtner
ed8c5a4f89
cron: batch uninstall, remove empty config remnants #911
2016-04-26 06:44:11 +02:00
Franco Fichtner
af4ce2d0ae
cron: migrate immutable jobs; #911
2016-04-25 20:28:05 +02:00
Franco Fichtner
9ce4fc1d95
cron: bogons already registered/stripped; #911
2016-04-25 18:57:37 +02:00
Franco Fichtner
fd3ac67c69
cron: start removing the immutable cron jobs in the config; #911
2016-04-25 18:54:45 +02:00
Franco Fichtner
5d80d46205
cron: remove custom install hook; #911
2016-04-25 18:49:17 +02:00
Franco Fichtner
5a10f56aa2
cron: remove install_cron_job() usage; #911
2016-04-25 18:39:38 +02:00
Franco Fichtner
98485c3966
cron: just a bit more
2016-04-25 18:14:27 +02:00
Franco Fichtner
4958ea7b5a
cron: fix previous, harder than expected :D
2016-04-25 18:13:46 +02:00
Ad Schellevis
083ca3c8a4
(traffic shaper) add Codel / FQ-CoDel support, https://github.com/opnsense/core/issues/505
2016-04-25 18:09:48 +02:00
Franco Fichtner
8c9be5cab8
cron: the bogon job; #911
2016-04-25 18:03:19 +02:00
Franco Fichtner
6588238185
cron: stop polluting the config with redundant information
...
This makes it easier to migrate cron jobs in the future. Still not
all callers converted, but we'll get there. ;)
2016-04-25 17:43:57 +02:00
Franco Fichtner
8ff7c87ffe
cron: expose configure_cron() instead if invoking it multiple times #911
2016-04-25 17:26:23 +02:00
Franco Fichtner
5e97c86d6d
system: better translation and style
...
Suggested by: @fabianfrz
2016-04-25 15:04:19 +02:00
Ad Schellevis
6fbd2dcc88
(traffic shaper) add advanced option schedule type for pipe, makes current default (wf2q+) explicit. related to https://github.com/opnsense/core/issues/505
2016-04-25 14:52:57 +02:00
Franco Fichtner
d25e1259d6
system: fix previous
2016-04-25 14:01:34 +02:00
Franco Fichtner
731a9566e0
system: periodic netflow backup option #911
2016-04-25 13:44:51 +02:00
Franco Fichtner
f95483a5e8
rc: remove unused
2016-04-25 11:31:22 +02:00
Franco Fichtner
58c923b775
backup: simple rrd backup, xml export done elsewhere #909
2016-04-25 11:25:22 +02:00
Franco Fichtner
1586ee02ff
backup: reworked stategies; closes #909
2016-04-25 11:15:04 +02:00
Ad Schellevis
80541e5eee
(network insight) select picker sizes
2016-04-25 10:59:08 +02:00