7892 Commits

Author SHA1 Message Date
Franco Fichtner
4858faafe0 console: make tracking the default for LAN IPv6 2018-04-12 11:52:54 +02:00
Franco Fichtner
0c54c68d26 system: better factory reset
Shut down as previously mentioned.  It helps with moving the
firewall into a different environment prior to first boot so
that it can auto-adapt / live-boot to that environment.
2018-04-12 10:41:00 +02:00
Franco Fichtner
f3559f2e70 system: move factory default to configuration
Ideally, we should hide this under a different page and pop up
a confirmation dialog instead of presenting the dialog right away.

We also need a "reboot dialog" that never ends and shut down instead
of reboot.  While here, it would be good to share this dialog with
the shutdown page.
2018-04-12 10:30:32 +02:00
Franco Fichtner
a528a9ffeb system: make factory reset a bit more thorough
Suggested by: Markus Stubbig
2018-04-12 06:35:53 +00:00
Franco Fichtner
0bfe55cab2 intrusion detection: translate title 2018-04-12 06:28:17 +00:00
ElJefe
2aec38feda Add Destination IP to Alert Search (#2351)
* Add Destination IP to Alert Search #2350

* Reworded title
2018-04-12 07:51:54 +02:00
Franco Fichtner
e0901538de openvpn: wizard xml still a tabs file 2018-04-11 15:20:11 +02:00
Franco Fichtner
743eaed9bf interfaces: building on previous, GRE had the same issue
Try to use mwexecf() although for all of this there should be
a more thorough rework.  Not our cleanest code...
2018-04-10 17:15:10 +00:00
noctarius
a68e1deeb3 Fixed creation of GIF tunnel with an outer IPv6 remote address (remote-addr) 2018-04-10 18:29:04 +02:00
Franco Fichtner
6fb26f989b system: split off monitor reload for upcoming dpinger integration 2018-04-10 08:47:45 +02:00
Franco Fichtner
6c4ee8a945 system: hardcode $keep as suggested previously 2018-04-10 07:33:16 +02:00
Ad Schellevis
c9f22da31e interfaces/vlan, only restart interface when changes require this. closes https://github.com/opnsense/core/issues/2321 2018-04-09 19:27:03 +02:00
Franco Fichtner
434347bb4e interfaces: remove unused $flush argument 2018-04-09 07:26:36 +02:00
Franco Fichtner
0d79bfda3c intrusion detection: syslog by default 2018-04-08 10:01:05 +00:00
Franco Fichtner
5dd172ed16 firewall: rewrite in equal case, otherwise we end up without a limit 2018-04-08 09:53:10 +00:00
Franco Fichtner
fc0c66e87b firewall: auto-increase table size for IPv6 bogons
While here, kill the $GatewaysList side-effect that is no
longer necessary.

PR: https://forum.opnsense.org/index.php?topic=7194.0
2018-04-08 09:29:22 +00:00
Ad Schellevis
eaf19276ae ipsec, regression in previous for https://github.com/opnsense/core/issues/2334 2018-04-07 15:43:47 +02:00
Ad Schellevis
28d0816229 ipsec, add phase2 dh groups for https://github.com/opnsense/core/issues/2335 2018-04-07 14:43:14 +02:00
Ad Schellevis
3c3628ca99 ipsec/roadwarrior, keep rightsubnet to default as stated by the docs, see https://github.com/opnsense/core/issues/2334 2018-04-07 14:03:10 +02:00
Franco Fichtner
b266d2a5fe firmware: unicode whitespace #2278 2018-04-07 11:57:06 +02:00
Ad Schellevis
6a0ded3f42 IDS/IPS add abuse.ch URLhaus 2018-04-06 16:03:06 +02:00
Franco Fichtner
26bac3d6de src: style sweep 2018-04-06 05:41:49 +00:00
Franco Fichtner
342b898218 src: a bit of python code style 2018-04-06 05:37:31 +00:00
Michael
e925e27c6f Update classification.config (#2329) 2018-04-04 22:24:30 +02:00
Franco Fichtner
0a3b5ed342 rc: typo 2018-04-04 12:23:56 +02:00
Franco Fichtner
e49a6176b0 rc: generate and permanently save hostid
PR: https://forum.opnsense.org/index.php?topic=7787.0
2018-04-04 06:14:36 +00:00
Franco Fichtner
2c8827bf35 system: first part of SCP backup merge 2018-04-03 22:06:07 +00:00
Franco Fichtner
00c7507be0 system: remove dead link from tunable description; close #2325 2018-04-03 22:58:45 +02:00
Ad Schellevis
77ee15156c IDS, add app detect rules to definition xml. 2018-04-03 21:23:46 +02:00
Ad Schellevis
d710513c90 backup/nextcloud, fix constraints for https://github.com/opnsense/core/pull/2289 2018-04-03 11:21:38 +02:00
Ad Schellevis
6f7c10a3e9 mvc, add constraint type for dependent fields, loosly related to https://github.com/opnsense/core/pull/2289 2018-04-03 10:36:57 +02:00
Franco Fichtner
ae119d5251 system: show root as disabled, too #2323 2018-04-03 10:10:58 +02:00
Franco Fichtner
345bbec96b src: a bit of python code style 2018-04-03 06:53:55 +00:00
Franco Fichtner
091b7b353b lobby: fix help text markup in password page 2018-04-03 06:31:07 +00:00
Alexander Shursha
5ce20ac29f Add support proxy SNMP. (#2305) 2018-04-03 08:18:33 +02:00
Franco Fichtner
e045be13d2 system: merge activity and services
Leaves "Services" point for actual services.
2018-04-02 17:30:16 +00:00
Franco Fichtner
6b7739a9f4 reporting: do the same reordering here 2018-04-02 17:30:16 +00:00
Franco Fichtner
bf1a2ee146 system: order menu more naturally
I had this on my wishlist for a long time...
2018-04-02 17:30:16 +00:00
Ad Schellevis
8cf31215f5 Fix gateway creation for GRE/GIF tunnels, simplifies https://github.com/opnsense/core/pull/2312 2018-04-02 19:25:13 +02:00
Ad Schellevis
602e42f854 backup/nextcloud, rework some model logic and rename model property names. 2018-04-02 15:32:29 +02:00
Ad Schellevis
d465ef2045 backup framework, add some plumbing to ease model usage. 2018-04-02 15:20:02 +02:00
Fabian Franz BSc
d803e53f5f backup nextcloud v2 (#2289) 2018-04-02 10:44:28 +02:00
Franco Fichtner
4728b06b45 firmware: only check once, adhere to locks from console #2283
In the GUI it's marginally useful to say "your kernel / base needs
an update" but the update status says "it was locked".  In the GUI
we can undo these commands easily and read the log to spot this.

From the console we do not care and probably miss that info anyway
as the screen scrolls by.
2018-04-02 00:25:59 +02:00
Franco Fichtner
68805e24be firmware: only decide if we have input #2283 2018-04-02 00:11:19 +02:00
Franco Fichtner
1c67fa1323 firmware: this is tricky #2283 2018-04-02 00:09:32 +02:00
Franco Fichtner
f47ad13d18 firmware: also remove error checking #2283 2018-04-02 00:07:24 +02:00
Franco Fichtner
952dad3398 firmware: don't leak stderr #2283 2018-04-02 00:02:59 +02:00
Franco Fichtner
b113dabcbc firmware: bump copyright in previous 2018-04-01 23:28:03 +02:00
Franco Fichtner
261fbacf44 firmware: required for #2283 2018-04-01 18:46:44 +02:00
Franco Fichtner
b13ca18b37 firmware: reboot indicator for console #2283 2018-04-01 18:40:21 +02:00