Franco Fichtner
db1b20b893
openssh: feedback for #1750
...
Prodded by: @adschellevis
2017-08-09 14:24:45 +02:00
Franco Fichtner
13f63a4919
system: remove old and forgotten nameservers.conf
...
PR: https://github.com/opnsense/core/issues/1768
Also see: https://github.com/pfsense/pfsense/commit/1033de748
2017-08-09 13:40:50 +02:00
Franco Fichtner
3a746ea7f1
firmware: unify styling in bold rows and status indication
2017-08-09 09:35:03 +02:00
Franco Fichtner
7145dcb43e
openssh: when running in installer add service #1750
...
Tests ok, only oddity that came up is this one...
2017-08-09 07:46:56 +02:00
Franco Fichtner
9e7418c9ac
Revert "rc: put unconditional filter reload back for testing"
...
This reverts commit 051e44ca727cfa98904be1ad3d7b8e57e7018637.
Looks like this is either incomplete or not necessary.
2017-08-09 06:20:49 +02:00
Franco Fichtner
de801cefc0
installer: consistent state for initial SSH handling #1750
2017-08-08 22:08:01 +02:00
Franco Fichtner
0692e3ce59
src: more for previous, just restart unconditionally #1750
2017-08-08 17:50:50 +02:00
Franco Fichtner
62ac77d2f6
openssh: a bit more for #1750
2017-08-08 17:30:30 +02:00
Franco Fichtner
cc6444bf7f
ssh: fix ssh installer anti-lockout on WAN/LAN-only setups
...
PR: https://github.com/opnsense/core/issues/1750
2017-08-08 17:16:16 +02:00
Franco Fichtner
b5348a397a
ui: tweak previous; just allow use of any type
2017-08-08 07:29:33 +02:00
Franco Fichtner
3cbb4f554f
ui: improve on previous, translations for callers, inform dialog; closes #1762
2017-08-08 07:22:47 +02:00
Frank Wall
fb6125ccb2
(ui) replace stdDialogRemoveItem(), emulate for backwards compatiblilty
2017-08-07 17:35:08 +02:00
Franco Fichtner
ec58aadd94
www: do not set LC_ALL locale
...
Since we have removed WITHOUT_LOCALES in src.conf a while
back this call here causes undesided side effects. Remove
this to restore the behaviour to what it was before the
locales were added.
Spotted by: @adschellevis
Also see: https://github.com/opnsense/tools/commit/e988255
This reverts commit 930f7974e6cc842e0741554ecabfb0f68d39ac11.
This reverts commit dc53c74c0721ca7f2a467ea54620c5ef71ddbdfd.
2017-08-07 10:52:06 +02:00
Franco Fichtner
f22ade58db
interfaces: fix lock vs. non-lock priority in loop
2017-08-07 06:19:45 +02:00
Franco Fichtner
dc53c74c07
rc: did PHP 7.0.22 flip-flop on dot vs. comma usage in floats?
...
The same thing happened with 930f7974e. This is a worrying trend.
2017-08-07 06:08:21 +02:00
Franco Fichtner
81aed9877d
interfaces: add ability to lock vital interfaces
...
They will prevent any interface mismatch and individual deletion
from the GUI on the assignment page.
PR: https://forum.opnsense.org/index.php?topic=5667.0
2017-08-07 06:07:45 +02:00
Franco Fichtner
bd6c566f2d
interfaces: some settings are not in advanced; closes #1735
...
Maybe the dhcpv6 opts should be, but currently are not. At least
now the GUI makes this very clear.
2017-08-06 12:42:28 +02:00
Franco Fichtner
c0cf0740ef
openvpn: better print for empty widget
2017-08-06 11:02:02 +02:00
Franco Fichtner
41f5a7fba4
firewall: better label for "main"; closes #1719
2017-08-06 00:24:36 +02:00
Franco Fichtner
051e44ca72
rc: put unconditional filter reload back for testing
...
PR: https://forum.opnsense.org/index.php?topic=5622.0
2017-08-05 23:58:31 +02:00
Fabian Franz
74ba371152
use strings which I guessed from dhcp6c source and copied from RFC 2471; closes #1178
2017-08-05 20:18:22 +02:00
Franco Fichtner
092f198f90
openvpn: remove spurious line breaks in client page
2017-08-05 10:10:52 +02:00
Franco Fichtner
f67db86f20
openvpn: spacing issues for help icons
2017-08-04 14:20:19 +02:00
Franco Fichtner
1bbf9ce0c4
src: whitespace sweep
2017-08-04 10:40:01 +02:00
Franco Fichtner
b3785a72f1
boot: this branch is 18.1-ALPHA now
2017-08-04 10:27:42 +02:00
Franco Fichtner
c598ca816c
services: log error when IP detection failed
2017-08-04 09:03:30 +02:00
Franco Fichtner
021f76f321
firmware: bold print for installed plugins
2017-08-04 08:43:51 +02:00
Franco Fichtner
9066aec2e3
firmware: flip print order for new changelog console fetch
2017-08-04 08:32:10 +02:00
Franco Fichtner
3db99fddd0
firmware: don't use -a anymore in this fetch to match bogons
2017-08-04 07:34:47 +02:00
Franco Fichtner
bbf90d346c
firmware: move all progress spinners behind labels for consistency
...
Also remove <strong/> from the help text, it adds no value.
2017-08-04 07:10:28 +02:00
Alexander Shursha
3a61bc5fce
Fix setting locale
2017-08-03 14:19:35 +02:00
Franco Fichtner
11ac9b2507
firmware: wrong function in previous
2017-08-03 09:17:39 +02:00
Franco Fichtner
ef0f86a346
firmware: automatically support "other" flavours
...
We always have an internal ABI prefix now, if the flavour is a short
keyword, we should always use the ABI on it so "experimental" becomes
"17.7/experimental". If a path is set "17.7/MINT/17.7/LibreSSL" we
detect the slash and assume the explicit ABI was selected.
This may eventually support things such as "nightly" or others without
fiddling through this code every time something else is added.
2017-08-03 09:14:13 +02:00
Franco Fichtner
930f7974e6
reporting: fix the time handling, not sure why this now never worked #1756
...
Maybe a browser change... Bad Chrome?
2017-08-02 10:50:17 +02:00
Franco Fichtner
7d2a60a26b
reporting: fix graph colour in traffic status page #1472
2017-08-02 10:05:37 +02:00
Ad Schellevis
1e87fd4a6a
force button width for status widget, https://github.com/opnsense/core/issues/1755
2017-08-01 21:32:14 +02:00
Franco Fichtner
a5e5661414
openvpn: fields were off, another try #1737
2017-08-01 15:37:02 +02:00
Franco Fichtner
f43f02d7c8
openvpn: adjust time, ISO print format #1737
2017-08-01 14:53:26 +02:00
Jeff
082d0089be
Traffic Graph improvements ( #1472 )
...
* Traffic Graph improvements
* cleanup
* Document variables
* Option to change the number of hosts listed 5-30
I set the max as 30, though I don't know what the upper end should be, maybe 50? I worry about resources on the client as you start to increase the number of graphs and data being stored in Javascript.
* Memory Leak fix, Increased Top to 50
* Removing memory leak "fixes" that didn't work
* Static DHCP reservation hostnames
* Simplified dhcp
Active leases still need to be done
2017-07-31 23:57:02 +02:00
Alexander Shursha
cd5c7c8287
Restore setLocale from Phalcon
2017-07-31 23:36:42 +02:00
Franco Fichtner
71a172dff8
openvpn: write proxy auth file; closes #1652
2017-07-31 23:05:12 +02:00
Franco Fichtner
35e57c0fe9
openvpn: set time in server peer to perr case, too #1737
2017-07-31 22:36:06 +02:00
Franco Fichtner
96f073bf2a
rc: be consistent about the type of English used
2017-07-31 06:57:54 +02:00
Frank Wall
f25d8b7632
filter: fix floating rules default for quick parameter, fixes #1745
2017-07-31 05:39:54 +02:00
Ad Schellevis
da66245abe
add nat type selection in firewall_nat_1to1 and change some descriptions, for https://github.com/opnsense/core/issues/440
2017-07-30 20:20:09 +02:00
Franco Fichtner
9584bbf7b5
pkg: revoke 17.1 fingerprint
2017-07-30 17:58:36 +02:00
Franco Fichtner
535cb2cfbc
ipsec: align with OpenVPN in group enforcement #1748
2017-07-30 17:53:24 +02:00
Franco Fichtner
76bdebe293
pkg: no more upgrades for a while
2017-07-30 17:38:00 +02:00
Ad Schellevis
fb7c4e360b
accidentally removed .editorconfig
2017-07-30 15:14:59 +02:00
Franco Fichtner
27f26f0dab
ipsec: mock authcfg for backwards compat, "none" is not an auth server #1748
2017-07-30 14:11:29 +02:00