7407 Commits

Author SHA1 Message Date
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
Franco Fichtner
6bb6110562 ipsec: local group enforcement, some comments follow #1748
o group_source was removed as it was unused
o stop passing global authcfg through the ipsec config--wtf?
o if the mobile client section is disable, refuse authentication
o make xauth privilege optional, it will go away in 18.1
2017-07-30 13:49:35 +02:00
Ad Schellevis
76839db73a ipsec, cleanup spd entries after removal, for https://github.com/opnsense/core/issues/440 2017-07-30 12:58:17 +02:00
Franco Fichtner
ee0c1705a1 openvpn: allow local group enforcement #1748
While there, strip a bit of legacy cruft.
2017-07-30 12:34:28 +02:00
Franco Fichtner
1fe8341a19 ipsec: keep the namespace prefix ipsec_, inline a compare function 2017-07-30 10:39:02 +02:00
Ad Schellevis
814d18ac37 ipsec, support manually defined spd entries, for https://github.com/opnsense/core/issues/440 2017-07-29 14:58:10 +02:00
Ad Schellevis
9351e45d59 restructure ipsec_find_id, remove dependency of ipsec_configure_do(), work for https://github.com/opnsense/core/issues/440 2017-07-29 14:21:52 +02:00
Franco Fichtner
8cfabc94d4 firmware: allow to view details about plugins; closes #1464 2017-07-29 11:46:31 +02:00
Franco Fichtner
01e14cc077 configd: rewrite the escaping during parameter replacement
Use a safer single-quote approach.  In single-quotes, we only
have to escape single quotes itself with an unquote, double-
quote trick.

Also split the argument format from the actual command so that
we can use %x notation in the command, which should not be
replaced.
2017-07-29 11:35:54 +02:00
Franco Fichtner
eaff826af5 firewall: support outbound NAT source invert; closes #1747 2017-07-29 10:46:47 +02:00
Franco Fichtner
ecbd90e2ef system: set local + no fallback as default auth mode
softcoding local + local fallback seems weird.
2017-07-28 21:34:53 +02:00
Ad Schellevis
4eded4f07e improve input validations in firewall_aliases_edit.php, closes https://github.com/opnsense/core/issues/1738 2017-07-28 13:52:51 +02:00
Ad Schellevis
2e5ac42ff4 make sure we can load our yaml file when there no rules installed yet 2017-07-28 11:32:22 +02:00
Alexander Lauster
55e52fea3a Change Mirror URL
Change auf-feindgebiet.de to dns-root.de
2017-07-27 21:36:01 +02:00
Stefan Husch
374457b8d2 Fix Tunnelblick link 2017-07-27 18:23:44 +02:00
Ad Schellevis
c294bc5f84 firewall_aliases, small style fix (use fa fa-pencil) 2017-07-26 19:23:46 +02:00
Franco Fichtner
32c36fe2d2 boot: update copyright like done on stable branch 2017-07-26 16:39:54 +02:00
Franco Fichtner
9e2380302b firmware: update EoL message to reflect reality 2017-07-25 08:31:13 +02:00
Franco Fichtner
9aac917f16 firmware: point to 17.7 2017-07-24 08:37:19 +02:00
Franco Fichtner
262f466f2b firmware: better print for changelog fetch if failed 2017-07-24 08:36:37 +02:00
Franco Fichtner
f0c8e2f9e3 firmware: fix typo in previous 2017-07-24 08:32:29 +02:00
Franco Fichtner
36c4a67e9d firmware: fetch changelogs on console update, too 2017-07-24 07:05:00 +02:00
Franco Fichtner
a54b359f49 system: add email and comment field to users; closes #1731
While there, improve navigation and signaling a bit.
2017-07-23 19:33:34 +02:00
Franco Fichtner
baa7ec8889 ntp: adjust string accordingly; closes #1574 2017-07-23 18:20:12 +02:00
Franco Fichtner
0d9e0ba616 interfaces: strtolower() according to manual 2017-07-23 16:53:24 +02:00
Paolo Velati
c909149e51 host-uniq settings in mpd.conf corrected
fixed command in pppoe configuration, connected to pull request #1730 https://github.com/opnsense/core/pull/1730
2017-07-23 16:28:25 +02:00
Franco Fichtner
6da1836636 rc: root file system print, closes #1408 2017-07-23 16:03:26 +02:00