Ad Schellevis
da024c5dfe
(ids) work in progress, extend metadata templates with user input (subscription codes, etc)
2016-12-19 21:49:30 +01:00
Ad Schellevis
7294202195
(ids) change download buffering
2016-12-19 21:48:04 +01:00
Ad Schellevis
feb11e59a8
(list_arp.py) only parse lease sections https://forum.opnsense.org/index.php?topic=4086.0
2016-12-14 03:05:15 +01:00
Ad Schellevis
1dbaaca2b6
(proxy, acl download) minor performance improvments + python3 compatibility additions
2016-12-13 10:29:20 +01:00
Franco Fichtner
3df938602c
firmware: pkg will receive a license query fix soon :)
2016-12-12 07:21:12 +01:00
Franco Fichtner
101fc8449d
templates: remove files in the way of directories
...
Way better fix for the squid file transition. Does not require
a manual restart anymore.
2016-12-10 19:27:47 +01:00
Franco Fichtner
0a972db96d
firmware: fix style in audit print
2016-11-30 08:24:33 +01:00
Ad Schellevis
1b442b8e48
(proxy, remote acl's) add option to disable cert validation, closes https://github.com/opnsense/core/issues/1271
2016-11-27 15:11:10 +01:00
Ad Schellevis
a257070187
(proxy) some small performance improvements
2016-11-25 16:59:20 +01:00
Franco Fichtner
5cc1515bfd
firmware: add audit feature, @jschellevis will like this...
2016-11-25 08:27:18 +01:00
Franco Fichtner
8b61365fa6
firmware: show license in packages/plugins; closes #1220
2016-11-22 18:41:53 +01:00
Ad Schellevis
c3e8468518
(proxy) add ftp support again for remote acl download. We switched to python's requests library, which doesn't support ftp. Some people still use ftp though.
2016-11-22 18:29:31 +01:00
Franco Fichtner
76986c0a3e
firmware: display latest changelog if found
2016-11-18 08:15:54 +01:00
Ad Schellevis
ec92f844e8
(IDS) change et-open ruleset
2016-11-13 20:23:09 +01:00
Franco Fichtner
b0daaef49a
firmware: tabs melikes, zap spaces
2016-11-11 19:28:52 +01:00
Franco Fichtner
3486cd2ab8
captive portal: lower timeout, but really increase it
...
(it's complicated)
2016-11-11 19:23:32 +01:00
Franco Fichtner
61fc13b316
firmware: add changelogs tab, pull in index through info action #341
2016-11-11 08:36:33 +01:00
Ad Schellevis
a8bcef6bac
crashreport, increase sqlite busy timeout
2016-11-10 21:14:03 +01:00
Franco Fichtner
9a25315258
firmware: we are on a clock
2016-11-10 20:54:05 +01:00
Franco Fichtner
16800add1d
firmware: fixes for changelog fetch
2016-11-10 20:46:29 +01:00
Franco Fichtner
897b2c96eb
rc: add changelog fetch script for #341
2016-11-10 20:27:22 +01:00
Franco Fichtner
528866c5d0
proxy: rc.conf.d subdir for squid, only way to merge configs
2016-10-26 19:34:30 +02:00
Ad Schellevis
f864511762
(proxy) add basic auth support for remote ACL's, replace urllib2 with requests.
2016-10-17 22:13:37 +02:00
Ad Schellevis
58ca02846b
(IDS) extend support for compressed files with "inline::" keyword to be able to download parts of an archive (required to download snort rules).
...
Change processing order to always stream data to tempfiles first, so we can reuse downloaded files (an archive scan isn't very expensive)
2016-10-16 19:26:55 +02:00
Ad Schellevis
fe81d2e887
(IDS) add support for compressed rule files, unpack *.rules into defined target filename
2016-10-16 16:54:05 +02:00
Franco Fichtner
b08d58270e
src/opnsense: apply style here too
2016-09-25 10:03:21 +02:00
Ad Schellevis
f107116e7d
ditch load_mac_manufacturer_table, replace with configd call
2016-09-15 15:21:04 +02:00
Ad Schellevis
cf34abbac4
(firmware) change loader.conf.local generation, as discussed with @fichtner
2016-09-09 09:43:06 +02:00
Ad Schellevis
6c7224072d
missed an enter in the previous commit
2016-09-08 10:48:29 +02:00
Ad Schellevis
af66f0da7c
(firmware) add configd "firmware loader" commands to control the contents of /boot/loader.conf.local
...
plugins can use this call to register new bootup parameters, new commands added:
configctl firmware loader show
configctl firmware loader rm <parameter>
configctl firmware loader edit <parameter> <value>
2016-09-08 10:44:55 +02:00
Ad Schellevis
5ec2101ac2
(insight) check database integrity before start, repair if broken
2016-08-07 16:10:19 +02:00
Franco Fichtner
4be8343259
src: switch robots meta to nofollow, noindex; closes #1089
2016-07-30 21:17:27 +02:00
Franco Fichtner
23930a8506
src: remove source maps and add sweep target; closes #1074
2016-07-27 08:27:35 +02:00
Ad Schellevis
0c42941315
(reporting/settings) option to flush all local netflow data. closes https://github.com/opnsense/core/issues/983
2016-07-25 17:33:49 +02:00
Ad Schellevis
b7657a6fdf
(rrd) add configd "systemhealth flush" command, add flush single report. closes https://github.com/opnsense/core/issues/984
2016-07-24 12:54:38 +02:00
Ad Schellevis
2641694a20
(ips) remove obsolete rbn ruleset, closes https://github.com/opnsense/core/issues/1063
2016-07-23 09:04:12 +02:00
Franco Fichtner
f9e71141b3
firmware: don't run cleanups on minor operations
2016-07-23 08:06:03 +02:00
Ad Schellevis
0227b1231b
(captiveportal) ignore incomplete mac entries
2016-07-15 10:08:15 +02:00
Ad Schellevis
2d9e600411
(ids) re-create database if table count doesn't match
2016-06-26 15:57:00 +02:00
Ad Schellevis
642cbe1cce
(ids) add action selection in rules tab, extend rule query with installed_action to represent the running configuration. closes https://github.com/opnsense/core/issues/751
2016-06-26 15:47:04 +02:00
Ad Schellevis
3f4d694fe3
captive portal, increase timeout, sometimes 2 seconds may not be enough.
...
fix for:
PHP Warning: SQLite3Stmt::execute(): Unable to execute statement: database is locked in /usr/local/opnsense/scripts/OPNsense/CaptivePortal/process_accounting_messages.php on line 68
2016-06-23 14:30:34 +02:00
Ad Schellevis
40e4bdc22e
(ids) add option to drop/reset suricata log file (eve.json*), closes https://github.com/opnsense/core/issues/997
2016-06-09 21:35:22 +02:00
Franco Fichtner
96be50d41a
firmware: backwards-compat for running script too
2016-06-01 14:07:08 +02:00
Franco Fichtner
5a3a3a8453
firmware: add running API action and reattach if possible; closes #646
2016-06-01 13:30:49 +02:00
Franco Fichtner
70998ed98b
firmware: add locking layer
2016-06-01 13:30:49 +02:00
Franco Fichtner
266a1e87a0
firmware: hotfix cannot take more than one arg
2016-05-24 09:25:12 +02:00
Franco Fichtner
f05b35d9c2
firmware: oddly enough, this reversed order is the correct one
2016-05-22 14:44:44 +02:00
Franco Fichtner
3b63072285
firmware: add wrapper to catch stderr for #951
2016-05-22 14:37:07 +02:00
Ad Schellevis
6ae6e594d1
(ids) remove rbn-malvertisers.rules, closes https://github.com/opnsense/core/issues/954
2016-05-21 08:47:51 +02:00
Franco Fichtner
c598f2c8da
firmware: allow stderr to reach the GUI progress window
2016-05-17 12:07:18 +02:00