10173 Commits

Author SHA1 Message Date
Franco Fichtner
a050f6d4ca dhcp: fix comment 2019-01-08 09:29:48 +01:00
Franco Fichtner
029d62d88c dhcp: adjust_utc()
So lease time is in UTC, avoid using GMT for clarity.

Append UTC to UTC time when displayed.  We just need to either
take the time as is or move it from UTC to local if option set.
2019-01-08 09:24:24 +01:00
Franco Fichtner
d9a181de32 dhcp: cleanups for previous 2019-01-08 08:55:12 +01:00
Martin Wasley
6ecee71a6b Fix dhcp leasetime ( timezone ) display
Config for dhcpleaseinlocaltime was not being wrtten to the config. Corrected leasetine display routine.
2019-01-08 08:13:20 +01:00
Martin Wasley
03d06437b3 Update status_dhcpv6_leases.php
Fix to correct UTC and local time corerctly. Invert the local/gmt selection and subtract the offset rather than add corrects it.
2019-01-08 08:08:07 +01:00
Franco Fichtner
5a95ccfef3 firewall: not all states could be removed
PR: https://forum.opnsense.org/index.php?topic=10150.0
2019-01-08 08:02:43 +01:00
Franco Fichtner
421a09efd5 LICENSE: sync 2019-01-07 23:27:45 +01:00
Franco Fichtner
a85cafd160 firmware: a bit backwards, not so bad actually
It's very difficule to improve UX of this page.  We now have a
separate changelog tab which helps with clarity over what is
"updated".

Now we can always go back to the last log of the past action.

And the log will not jump from the old content to the new one
when an action starts.

Two problems remain: the transition during "check for update"
looks quite empty.  And there is no user guidance as to where
he is and what he is will install in an overview shape.
2019-01-07 23:26:59 +01:00
Franco Fichtner
7f09b0a727 firmware: fix typo in remove script 2019-01-07 23:16:30 +01:00
Franco Fichtner
7d7531a719 system: fix typo; closes #3101 2019-01-07 18:33:47 +01:00
Franco Fichtner
53024b5c15 unbound: prefer-ip6 is defaulting to 'no' for unbound
which makes this precaution a complication as unbound disables
IPv6 responses with it as well and we shouldn't set prefer-ip6
to 'yes' to avoid further breakage.

PR: https://forum.opnsense.org/index.php?topic=10810.0
2019-01-06 20:48:17 +01:00
Franco Fichtner
77ce3ef971 pkg: fix plist 2019-01-06 19:10:15 +01:00
Fabian Franz BSc
fcc076a5ba mail/rspamd: add a field dependent range validator (#3088) 2019-01-06 18:20:12 +01:00
Franco Fichtner
69396712e3 pkg: last minute build breakage in plist :D 2019-01-06 16:21:17 +01:00
Michael
b09fbae014 Proxy: Add Parent Proxy feature (#3078) 2019-01-06 15:11:35 +01:00
Franco Fichtner
fd224b360a system: reformat system log widget header 2019-01-06 15:10:12 +01:00
Franco Fichtner
2b265279e5 src: change all instances to "comma-separated" 2019-01-06 15:04:28 +01:00
Ad Schellevis
cd632551ce carp_status.php, disable ip aliases configured with vhid on "temporarily disable carp", closes https://github.com/opnsense/core/issues/3097 2019-01-04 21:25:25 +01:00
Michael Steenbeek
2c61e068a2 Small fixes (#3096) 2019-01-04 09:26:16 +01:00
Franco Fichtner
8257d884d5 make: slightly change this, need this for plugins too 2019-01-04 09:12:53 +01:00
Franco Fichtner
ad66c04238 make: allow flat MFC for files and directories 2019-01-04 09:00:08 +01:00
Michael Steenbeek
69cc3895e6 Fix some JS errors 2019-01-04 08:39:22 +01:00
Franco Fichtner
fada24d7c3 unbound: don't stop unbound_dhcpd twice, small refactor
Also see: https://www.reddit.com/r/OPNsenseFirewall/comments/aac7xj/does_this_pfsense_dns_bug_with_dhcp_and_multiple/
2019-01-04 07:43:50 +01:00
Michael Steenbeek
dbd1729595 Remove unreachable, unnecessary statements 2019-01-03 14:58:19 +01:00
Michael Steenbeek
1708d13076 Remove redundant closing tags 2019-01-03 14:58:19 +01:00
Michael Steenbeek
f127c7d9a9 Clarify incorrect gateway IP error (#3093) 2019-01-03 14:12:50 +01:00
Franco Fichtner
0c751d732a unbound: calculation is still suboptimal #3092
On the far side of the interval up to the next power of two
the lock contention increases drastically, meaning 31 threads
will only get 32 slabs etc.
2019-01-03 13:06:48 +00:00
Franco Fichtner
c6de22b584 unbound: optimize optimization calculation #3092 2019-01-03 13:52:08 +01:00
Franco Fichtner
4942127210 src: OPENSSL_VERSION_NUMBER is too problematic
Initial reservations have been confirmed: since the constat is defined
in the OpenSSL package of PHP it is not updated when OpenSSL/LibreSSL
is essentially making it seem that OpenSSL/LibreSSL version is "stuck".
2019-01-02 20:52:07 +01:00
Franco Fichtner
a79a163a55 interfaces: allow OPT1 to carry anti-lockout #3005
When no LAN is present OPT1 can now be configured.  To make sure that
anti-lockout doesn't shift never again assume that "LAN" can be assigned.
The same is already true for "WAN".

Some style while here...
2019-01-02 20:37:41 +01:00
Ad Schellevis
f7f5489266 interfaces/assign, drop reference usage. for https://github.com/opnsense/core/issues/3085 2019-01-02 20:18:36 +01:00
Franco Fichtner
5c6f1d303c shell: ask for OPT to be configured; closes #3005 2019-01-02 20:14:35 +01:00
Ad Schellevis
b69210f118 Firewall/alias util, issue when adding into an empty alias. 2019-01-02 16:53:27 +01:00
Franco Fichtner
9f50c88987 make: add preliminary lint-exec lint pass 2019-01-02 16:33:32 +01:00
Franco Fichtner
8f80d7620f interfaces: groups can be virtual
PR: https://github.com/opnsense/core/issues/3082
2019-01-02 11:54:32 +01:00
Franco Fichtner
c6fd3bc018 pkg: happy new year! 2019-01-02 08:55:58 +01:00
Alexander Shursha
d7579d3134 Fix checking empty value. (#3084) 2018-12-31 09:21:02 +01:00
Ad Schellevis
d17209e9ab Interface groups, show disabled interfaces as well, closes https://github.com/opnsense/core/issues/3082 2018-12-31 08:51:41 +01:00
Franco Fichtner
a43957ac94 system: `-d 0' is autmomatic, we don't have a GUI option 2018-12-30 22:27:15 +01:00
Ad Schellevis
8b0a27fad1 Alias, name. wrong limit . closes https://github.com/opnsense/core/issues/3081 2018-12-30 19:24:16 +01:00
Ad Schellevis
8c0683540d GRE + ip alias, for https://github.com/opnsense/core/pull/3080 2018-12-30 18:38:40 +01:00
Franco Fichtner
3bb0e00e19 interfaces: loosely related cleanups #2707 2018-12-30 14:04:22 +01:00
Franco Fichtner
446c68157f wizard: hint at updates; closes #3056 2018-12-30 11:03:10 +00:00
Franco Fichtner
772c8e0de6 wizard: render subnet selections as full separate items 2018-12-30 11:47:55 +01:00
Franco Fichtner
243d33356c wizard: more checkbox changes 2018-12-30 11:42:05 +01:00
Franco Fichtner
42cb5b1970 wizard: small UI corrections 2018-12-30 11:28:37 +01:00
Franco Fichtner
c771a6fda8 wizard: sync bogon help text with interfaces UI 2018-12-30 11:12:26 +01:00
Franco Fichtner
1b6218f1ce wizard: restore translations in wizards, other lint 2018-12-30 11:09:25 +01:00
Franco Fichtner
aa5af0404c system: move gateway name and description up in the form 2018-12-30 10:50:14 +01:00
Franco Fichtner
445fea97a7 system: simplify gateway edit help 2018-12-30 10:47:35 +01:00