Franco Fichtner
ee0e0eaeed
firewall: improve validation on previous
2017-02-12 19:33:46 +01:00
Franco Fichtner
c7ac2083f6
firewall: array_merge() throws off indices
2017-02-12 19:28:04 +01:00
Franco Fichtner
0c09631552
firewall: ints are confusing
2017-02-12 19:12:33 +01:00
Franco Fichtner
69f89b047b
firewall: more work on prio matching
2017-02-12 19:08:36 +01:00
djGrrr
b0075a6f21
Add priority settings to advanced firewall rule options ( #1392 )
...
* Add priority settings to advanced firewall rule options
* fix all the previous issues with the priority rules patch and add support for the 2 prio setting
* make the advanced options auto expand, even with various priorities set to 0
2017-02-12 18:17:04 +01:00
Franco Fichtner
f6014c36bd
vlan: more refactoring
2017-02-12 18:08:51 +01:00
Franco Fichtner
189ae8982d
interfaces: small vlan pcp adjustments
...
Align this some more: legacy_vlan_tag() is used nowhere else,
so it's ok to change the function and clarify the text usage.
2017-02-12 17:32:45 +01:00
djGrrr
f07ab5fa7a
add VLAN Priority (PCP) setting to VLAN config ( #1394 )
...
* add VLAN Priority (PCP) setting to VLAN config
* use array() instead of [] here
* add a default value for $pcp to legacy_vlan_tag()
2017-02-12 17:15:56 +01:00
Franco Fichtner
46fb701528
pkg: revoke 16.7 finggrprint in -devel
2017-02-12 11:04:04 +01:00
Ad Schellevis
8138784980
(CP) fix transparant mode, closes https://github.com/opnsense/core/issues/1391
2017-02-10 13:51:29 +01:00
Franco Fichtner
367d2e201b
wizard: s/break/die
2017-02-11 17:00:46 +01:00
Franco Fichtner
6ba6098b50
wizard: no not allow unknown xml selection
2017-02-11 16:56:22 +01:00
Franco Fichtner
9073176f91
configd: remove alias from config action
2017-02-11 15:34:30 +01:00
Franco Fichtner
d63442d5eb
wizard: hook the openvpn server wizard into the openvpn server ACL
...
No need to do this twice. Added benefit of menu access to the
same functionality.
2017-02-11 15:27:02 +01:00
Franco Fichtner
bf1e663ade
wizard: problematic webgui restart due to chaining it into reload all
2017-02-11 15:20:56 +01:00
Franco Fichtner
597adf4f4c
wizard: more explicit redirects
2017-02-11 14:58:27 +01:00
Franco Fichtner
53bf702269
wizard: adjustments and naming alignments for previous #1359
2017-02-11 14:42:01 +01:00
Franco Fichtner
fc3fcf8a4e
wizard: split modelling, fix navigation while at it
...
PR: https://github.com/opnsense/core/issues/1359
2017-02-11 09:43:46 +01:00
Franco Fichtner
4b5c80b9a8
interfaces: fix wlan probe to not yield an empty interface
2017-02-09 22:57:58 +01:00
Franco Fichtner
70c502ba51
mvc: flatten ModelRelationField logic and always use continue
2017-02-09 22:43:58 +01:00
Franco Fichtner
77dedce094
dhcp: extend previous to catch all WOL usage, some style
2017-02-09 21:15:01 +01:00
Frank Wall
46e132f821
DHCP leases: do not link to WOL page if WOL plugin is missing
2017-02-09 18:09:08 +01:00
Mikhail Morev
1a76aa95d4
Remove ssl-intercept listeners if ssl bump is off
...
Fixed an issue when "Enable Transparent HTTP proxy" is on and "Enable SSL inspection" is off causes squid startup failure
2017-02-09 09:46:25 +01:00
Franco Fichtner
42d13b904c
plugins: allow to search for a plugin withing plugins_scan()
...
PR: https://github.com/opnsense/core/pull/1388
2017-02-09 09:43:15 +01:00
Ad Schellevis
a0689d4f41
oneliner for https://github.com/opnsense/core/issues/1387
2017-02-08 18:06:50 +01:00
Franco Fichtner
714bd18c23
captive portal: redirect using code 302
...
PR: https://forum.opnsense.org/index.php?topic=4477.0
2017-02-08 16:34:27 +01:00
Frank Wall
ba90a39f79
ModelRelationField: soft-fail on missing classes
2017-02-08 11:30:29 +01:00
Franco Fichtner
75048a5ab9
firmware: run autoremove on minor operations
...
Bring back parts of f9e71141 in order to do an autoremove on
minor operations. We still don't want the cleanup, but at
least since we have migrated to the vital flag we can be
sure that our GUI is not being purged.
2017-02-08 09:37:45 +01:00
Franco Fichtner
76068737f0
pkg: fix plist
2017-02-07 23:14:53 +01:00
Ad Schellevis
26c99a9711
(ipsec) add aesgcm, for https://github.com/opnsense/core/issues/1366
2017-02-07 20:13:02 +01:00
Ad Schellevis
a7ef41920a
(captive portal) add group enforcement, closes https://github.com/opnsense/core/issues/1377
2017-02-07 19:48:36 +01:00
Ad Schellevis
0d104a9d79
move local auth functions to abstract base, add groupAllowed(). requirement for https://github.com/opnsense/core/issues/1377
2017-02-07 19:34:42 +01:00
Ad Schellevis
324bd7555d
AuthGroupField select "none" when empty string is provided
2017-02-07 15:55:44 +01:00
Ad Schellevis
f44a60f9b0
firewall, fix validation, closes https://github.com/opnsense/core/issues/1381
2017-02-07 15:05:10 +01:00
Ad Schellevis
85c00a53d0
(mvc) add group selector field type, requirement for https://github.com/opnsense/core/issues/1377
2017-02-07 13:06:43 +01:00
Ad Schellevis
cb686a6a3c
missing docstring
2017-02-07 13:06:02 +01:00
Ad Schellevis
c92fb90501
style / spacing
2017-02-07 11:55:04 +01:00
Franco Fichtner
6e5dfc36c8
firmware: must...move...forward :P
2017-02-07 10:35:33 +01:00
Franco Fichtner
2c17a0f74d
firmware: second try for previous
2017-02-07 10:19:27 +01:00
Franco Fichtner
27f3a1be2a
firmware: prepare for our new "-devel" plugin suffix
2017-02-07 09:58:57 +01:00
Ad Schellevis
012d0b9053
openvpn export, advancedoptions shouldn't be escaped https://forum.opnsense.org/index.php?topic=4427.msg16748#msg16748
2017-02-03 19:13:11 +01:00
djGrrr
d4cf6d17fb
fix double encoding of NO NAT for NAT addresses
2017-02-06 07:21:30 +01:00
Franco Fichtner
c0cb9dbc0b
system: set filtertunnel for IPsec to fix TCP teardown
2017-02-03 10:18:17 +01:00
Ad Schellevis
f20640d0b6
csrf, switch from token per request to token per session. solves issues when using multiple tabs.
2017-02-02 21:58:16 +01:00
Franco Fichtner
895e30d1bf
filter: direction 'any' wasn't respected in floating rule
2017-02-02 17:49:48 +01:00
Ad Schellevis
cdedd9a553
add link again, https://github.com/opnsense/core/pull/1332
2017-01-31 21:56:45 +01:00
Franco Fichtner
168393a4d8
auth: fix forum link in motd; closes #1363
2017-02-01 08:25:00 +01:00
Ad Schellevis
6d0f4b4b8e
Merge pull request #1332 from mmorev/master
...
Non-transparent SSL Bumping
2017-02-01 07:20:10 +00:00
Mikhail Morev
2e70704664
sslparams string coud be used without init
2017-02-01 09:56:00 +06:00
Ad Schellevis
f12e4e4b2f
don't try to enable legacy Xauth and radius at the same time + fix bug with $ph1ent
2017-01-31 21:29:06 +01:00