8675 Commits

Author SHA1 Message Date
Franco Fichtner
5fafceada9 system: tweak working for #1929 2018-04-29 21:16:14 +02:00
Franco Fichtner
b78654eb98 system: remove authmode_fallback, allow multiple authmode #1929
Simplifies and alignes the code, although that is a backwards-
incompatible change that should never have happened.  Still a
few things to do and extensive testing.
2018-04-29 19:00:14 +00:00
Ad Schellevis
6d0b93b856 OpenVPN, push radius Framed-Route to client. for https://github.com/opnsense/core/issues/2348 2018-04-29 18:34:42 +02:00
Franco Fichtner
42acebd5c2 system: fix display on user languge change 2018-04-29 14:54:19 +00:00
Franco Fichtner
d5a795b329 make: only run test on matching version number
The tests need the exact installed version to run the correct
tests so we need to enforce it even if it mostly works otherwise.

The procedure is mostly used for the nightly builds anyway, and
that shall run directly after the build.
2018-04-29 14:03:01 +00:00
Franco Fichtner
6c724e4933 rc: smoothen tools.git usage
Plugins throw errors where none should exist.  Was already
fixed in rc.configure_firmware...

While here, switch if and exec calls, we don't need sync if
we are not going to run.
2018-04-29 15:29:16 +02:00
Franco Fichtner
130c2a8bb6 system: the correct height is 50, same after login
Correctly positions the logo vertically now.
2018-04-29 12:48:58 +00:00
Michael
c620fde139 firewall: update help text for port ranges; closes #2378 2018-04-29 12:42:34 +00:00
Ad Schellevis
553d16ee18 fix logo colour, last bits of work switching to svg. thanks @MaxOrelus 2018-04-29 14:38:04 +02:00
Franco Fichtner
628c12ed07 firmware: small follow-up to catch all errors 2018-04-29 12:30:00 +00:00
Franco Fichtner
8488bb3e24 firmware: last bits for #2066 and also #2370 2018-04-29 12:16:52 +00:00
Franco Fichtner
effc1ed20c pkg: fix plist 2018-04-29 11:08:11 +02:00
Ad Schellevis
f723c30dc8 theme, css. latests sass version renders the output slightly different, better to align. 2018-04-29 11:04:05 +02:00
Ad Schellevis
5a65b04242 Theme/default, switch logo to svg, closes https://github.com/opnsense/core/issues/2379 2018-04-28 09:33:46 +02:00
Ad Schellevis
ed0f68c2ff mvc/theme add svg support, for https://github.com/opnsense/core/issues/2379 2018-04-27 16:39:24 +02:00
Ad Schellevis
057a7ef48d mvc/volt templates, add file_exists function, needed for https://github.com/opnsense/core/issues/2379 2018-04-27 16:38:27 +02:00
Ad Schellevis
c1f7d7725f theme, add svg support for legacy pages. for https://github.com/opnsense/core/issues/2379 2018-04-27 16:37:31 +02:00
noctarius aka Christoph Engelbert
a0bb26b529 Fixed RA setup of tracked interfaces which should be handled by the s… (#2371) 2018-04-27 07:56:08 +02:00
Franco Fichtner
3505c231e7 firmware: speedup! #2066 2018-04-26 08:50:08 +00:00
Franco Fichtner
d222879577 mvc: small audit on configdRun(), only use when needed 2018-04-26 06:55:12 +00:00
Franco Fichtner
cf6b28574d firmware: configdpRun, not configdRun #2066 2018-04-26 06:15:10 +00:00
Franco Fichtner
fe61822b29 firmware: change to full package install probing #2066 2018-04-25 20:05:18 +00:00
Franco Fichtner
2400a6eff2 firmware: move all parsing into single for loop #2066 2018-04-25 17:06:06 +00:00
Franco Fichtner
6239acec5c firmware: progress on speedup and elaborate release type change #2066 2018-04-25 16:11:08 +00:00
Franco Fichtner
4b07ed39ca firmware: fix spurious display of major upgrade on release type change 2018-04-25 16:11:08 +00:00
Franco Fichtner
2a7a4b2bf0 ipsec: rewrite former resolve_retry() as ipsec_resolve()
PR: https://github.com/opnsense/core/issues/2369
2018-04-25 14:27:02 +00:00
Franco Fichtner
a65b09f051 mvc: this looks unsafe, adapt to what exec_safe() is doing 2018-04-25 11:15:46 +02:00
Franco Fichtner
b2b926d7ad system: remove duplicate addresses before binding #2375 2018-04-25 11:02:03 +02:00
Franco Fichtner
9374a0862a ipsec: fix regression in d482a93ecdb8 2018-04-25 07:30:09 +00:00
Ad Schellevis
d725673393 auth/tester, display array types as well. 2018-04-24 21:10:24 +02:00
Ad Schellevis
2cdaee4366 Auth/Radius, fix Framed-Route parsing, slightly related to https://github.com/opnsense/core/issues/2348 2018-04-24 21:09:13 +02:00
Franco Fichtner
2b6a6c11cd system: syslog is local, syslog-ng will be remote 2018-04-24 15:38:38 +02:00
Ad Schellevis
21cfcaaf51 add another mirror 2018-04-24 09:42:42 +02:00
Franco Fichtner
200f92b755 interfaces: no spurious redirection for dhclient; #2372 2018-04-23 18:14:23 +02:00
Ad Schellevis
f9acc51bb7 CaptivePortal, fix typo, when calling stopAccounting() check if stopAccounting() exists and not startAccounting() (although both are true ;) ) 2018-04-22 18:59:17 +02:00
CJ
fb8b63f4c4 Add traffic data and IP address to Radius Accounting messages (#2364) 2018-04-22 18:56:22 +02:00
Ad Schellevis
d482a93ecd ditch resolve_retry(), closes https://github.com/opnsense/core/issues/2369 2018-04-22 18:46:07 +02:00
Franco Fichtner
80758e642e ipkg: fix plist via ´make plist-fix' 2018-04-22 18:27:09 +02:00
Ad Schellevis
b145465a3f backup/restore, cleanup. move crypt.inc to diag_backup.php since it's only used there now. 2018-04-22 18:08:48 +02:00
Ad Schellevis
870b17e09e OpenVPN, cleanup client specific override generation, don't save to disk as the connect or auth process is taking care of that now. for https://github.com/opnsense/core/issues/2348 2018-04-22 18:01:12 +02:00
Ad Schellevis
9e851f0cf0 fix plist for previous 2018-04-22 17:58:34 +02:00
Ad Schellevis
3c46a4f7ca OpenVPN, minor fix for https://github.com/opnsense/core/issues/2348, when using non tls/ssl mode the csc was ignored. 2018-04-22 17:40:19 +02:00
Ad Schellevis
4c97c990fb OpenVPN, save client specific overrides for non user auth types on client connect and cleanup on disconnect, this should remove the need to flush all and cleanup when a csc changes or when server changes occur and is more aligned with how the user authenticated overrides function now.
The attributes.sh still looks a bit weird, kept the state reset, although it looks odd that we only do this for part of the server options.

Next step is cleanup and additional testing. for https://github.com/opnsense/core/issues/2348
2018-04-22 17:20:28 +02:00
Ad Schellevis
1cde411bb3 OpenVPN cleanups, found this unused gem with possible side affects while working on https://github.com/opnsense/core/issues/2348 2018-04-22 12:49:56 +02:00
Franco Fichtner
59b811712e unbound: fix format string 2018-04-21 00:49:50 +02:00
Franco Fichtner
7c1904c10f openvpn: flatten trailing else 2018-04-20 21:25:30 +02:00
Franco Fichtner
fa7c114359 interfaces: ETOOMANYPARENS 2018-04-20 20:38:59 +02:00
Ad Schellevis
a8f54d2e77 MVC/Content-Security-Policy settings, allow per controller overrides, see https://github.com/opnsense/core/pull/2212 2018-04-20 18:43:25 +02:00
Ad Schellevis
e2bd521ffa OpenVPN, handle radius Framed-IP-Address Framed-IP-Network attributes, for https://github.com/opnsense/core/issues/2348 2018-04-20 17:34:41 +02:00
Ad Schellevis
a713189076 OpenVPN, only write client specific override if there is any and cleanup old one if not valid anymore. for https://github.com/opnsense/core/issues/2348 2018-04-20 17:18:57 +02:00