7842 Commits

Author SHA1 Message Date
Ad Schellevis
33d98ca951 mvc/static routes, remove deleted static routes after apply. https://github.com/opnsense/core/issues/1774 2017-12-10 20:08:14 +01:00
Franco Fichtner
591f7e8062 system: correct syslog-ng version, but...
Not sure what this directive does, syslog-ng.conf(5) doesn't say.
2017-12-09 12:21:17 +01:00
Franco Fichtner
3e0532af21 ntpd: fix for #1985 2017-12-09 08:47:11 +01:00
Ad Schellevis
3c7fb657e1 more cleanups for https://github.com/opnsense/core/issues/1774
* remove fqdn parts, you can't (and couldn't) enter them in the ui
* suppress routing messages, it doesn't make sense to spam syslog with lotst of "The command '/sbin/route delete ....returned exit code '1'" if it doesn't actually tell anything
2017-12-08 19:01:21 +01:00
Ad Schellevis
6d5857191f filter / advanced, bypassstaticroutes missing ipprotocol, only add enabled static routes. related to https://github.com/opnsense/core/issues/1774 2017-12-08 18:27:51 +01:00
Ad Schellevis
c3fbe5e911 static routes, regression in switching to mvc. https://github.com/opnsense/core/issues/1774 2017-12-08 18:25:13 +01:00
Ad Schellevis
1188733c3a firewall, aliases. add basic exception handler on fetching remote url. for https://github.com/opnsense/core/issues/1971 2017-12-08 18:01:13 +01:00
Ad Schellevis
873f1c394a static routes, add address familly validation for https://github.com/opnsense/core/issues/1774 2017-12-08 16:54:51 +01:00
Franco Fichtner
11ac9d3ed1 system: why init string when you want an array... 2017-12-08 13:30:26 +01:00
Franco Fichtner
5c3d077fe6 menu: fixup stray redirect url in dashboard 2017-12-08 10:38:37 +00:00
Ad Schellevis
cd7a622d02 auth, fix previous, when not allowed just redirect to root 2017-12-08 11:16:55 +01:00
Ad Schellevis
1c5f1d2b43 auth, fix redirect on mvc pages after login 2017-12-08 11:13:42 +01:00
Ad Schellevis
285d51e916 prevent "clear all log" from flushing our page, closes https://github.com/opnsense/core/issues/1979 2017-12-07 22:20:03 +01:00
Franco Fichtner
3ede31c1e0 firewall: apparently people do this... 2017-12-07 22:08:25 +01:00
Ad Schellevis
4914cce276 rework php 7.1 warning, e5da72baa3 (commitcomment-26124201) 2017-12-07 21:47:44 +01:00
Franco Fichtner
e95e256227 interfaces: looks like a silly PHP 7.1 fail 2017-12-07 20:25:55 +00:00
Franco Fichtner
3b638e408e ipsec: fix crash report in widget 2017-12-07 21:09:47 +01:00
Franco Fichtner
df6a7f8852 firewall: fix crash report in states dumps 2017-12-07 21:05:28 +01:00
Franco Fichtner
e47604a273 ipsec: fix crash report in passthrough networks 2017-12-07 20:37:20 +01:00
Franco Fichtner
e5da72baa3 firewall: fix a PHP 7.1 warning
"Cannot assign an empty string to a string offset"
2017-12-07 20:12:51 +01:00
Franco Fichtner
0c6d34e261 ipsec: fix crash report; closes #1977 2017-12-07 20:03:26 +01:00
Ad Schellevis
de093f32e0 fix timezone selection, closes https://github.com/opnsense/core/issues/1973 (retry) 2017-12-07 16:12:04 +01:00
Ad Schellevis
f0664c1ec6 Revert "fix timezone selection, closes https://github.com/opnsense/core/issues/1973"
This reverts commit a79be1b112207c6d8d9c47c670dd8bb59b75f9fe.
2017-12-07 16:11:16 +01:00
Ad Schellevis
a79be1b112 fix timezone selection, closes https://github.com/opnsense/core/issues/1973 2017-12-07 16:07:48 +01:00
Franco Fichtner
8839a087f1 system: fix in empty interface selections #1347 2017-12-07 12:44:04 +00:00
Franco Fichtner
2b991cffec firmware: allow to select the release family 2017-12-07 08:47:33 +00:00
Ad Schellevis
0a5da792eb fix spacing in previous 2017-12-07 07:07:46 +01:00
Ad Schellevis
7943a7689e IDS/IPS add protocol to alert info, closes https://github.com/opnsense/plugins/issues/416 2017-12-07 07:01:32 +01:00
Franco Fichtner
12702f34cc system: fix route resolve and remove stray hr 2017-12-06 07:56:45 +00:00
Franco Fichtner
e99ad4b4d0 system: reconfigure routes via apply #1774 2017-12-06 07:43:19 +00:00
Franco Fichtner
7e4bcda618 system: routing configure backend call for #1774 2017-12-06 06:28:30 +00:00
Franco Fichtner
4e26bd4462 pkg: fix plist 2017-12-05 23:01:48 +01:00
Ad Schellevis
5e1ba7d5fe firewall, aliases. larger blob of work for https://github.com/opnsense/core/issues/1971
This commit fits our new alias code in place, replacing the old parts as far as possible.
*	filter_legacy.inc is added temporary to isolate some functions that should leave before 18.1 and have a relation to aliases
*	The old cron jobs are removed in favour of a new hourly job to our new update_tables
*	The new configd call is "filter refresh_aliases" which triggers the same update_tables as the hourly one
*	All host/network type aliases are replaced with table tags in filter.inc
2017-12-05 20:59:06 +01:00
Franco Fichtner
6dd94d1c3b pkg: also annotate PHP 7.1 usage here 2017-12-05 07:11:54 +01:00
Ad Schellevis
0df71d2608 firewall, alias. remove dependency of filter_expand_alias_array for https://github.com/opnsense/core/issues/1971 2017-12-04 22:25:48 +01:00
Ad Schellevis
9024f18cbd firewall, aliases. more work on https://github.com/opnsense/core/issues/1971 move port alias parsing out of the way and simplify. the rest of the alias types will be handled by the new python code. 2017-12-04 22:21:00 +01:00
Ad Schellevis
e51197e54b firewall / aliases, fix url parsing in new update. write alias contents while parsing (for traceability) 2017-12-04 21:55:34 +01:00
Ad Schellevis
c30704d101 firewall / alias, work in progress for https://github.com/opnsense/core/issues/1971 missed a check if the alias filename was already there. 2017-12-04 08:44:07 +01:00
Franco Fichtner
b2b61e83cf pkg: also make py27-ipaddress explicit 2017-12-04 06:58:15 +01:00
Franco Fichtner
6bdb68178e mvc: style sweep 2017-12-04 06:56:18 +01:00
Ad Schellevis
3503c16312 firewall, alias. work in progress https://github.com/opnsense/core/issues/1971 2017-12-03 20:18:34 +01:00
Ad Schellevis
b01a45ab63 core, add dependency for https://github.com/opnsense/core/issues/1971 2017-12-03 18:03:47 +01:00
Ad Schellevis
97a1065cfd
Merge pull request #1972 from fabianfrz/fix_localstorage_error
fix the localStorage issue from #1915
2017-12-03 13:37:30 +01:00
Fabian Franz
497d5fe0a4 remove function for checking for sessionStorage 2017-12-02 19:35:28 +01:00
Fabian Franz
062bdb294d remove function for checking for sessionStorage 2017-12-02 19:32:47 +01:00
Fabian Franz
b2f0465cec add the fix to the other files too 2017-12-02 19:21:14 +01:00
Fabian Franz
28b6dff793 fix the localStorage issue from #1915 2017-12-02 18:35:25 +01:00
Franco Fichtner
5b20a3d015 pkg: fix plist 2017-12-02 15:08:09 +01:00
Ad Schellevis
a932093086 firewall / alias, work in progress https://github.com/opnsense/core/issues/1971 2017-12-02 09:59:44 +01:00
Franco Fichtner
d7e8f8a8cd webgui: small fix and reordering #1347 2017-12-01 17:04:13 +00:00