jim-p
e08d2ae752
Flavorize pfBlockerNG-devel
2018-06-21 10:31:42 -04:00
Renato Botelho
525199ff43
Fix typo
2018-06-21 10:00:18 -03:00
jim-p
a9c6c95b28
Build all flavors of pfBlockerNG
2018-06-20 22:27:11 -04:00
jim-p
fdabb03481
Merge pull request #3948 from rabbitt/ldap-fix
2018-06-20 08:19:34 -04:00
Renato Botelho
64564c4f3d
Adjust confs for new release-staging server
2018-06-20 08:17:14 -03:00
Carl P. Corliss
b310666c26
misspelled ldap bind username variable
...
* $ldapbndun -> $ldapbindun
2018-06-20 01:07:30 -04:00
jim-p
90b3235d6a
Correct PHP syntax error that leads to a PHP 7 error.
2018-06-19 11:57:44 -04:00
jim-p
480c21f44c
Correct the gateway check when deleting a VIP. Fixes #4438
...
Now it checks to see if there are other VIPs in the same subnet left,
and only prevents deleting the last VIP by which a gateway could be
reached.
2018-06-19 10:05:20 -04:00
Stephen Jones
5ffeceb606
Fixed #8515 fixed error in queue defintion where it would repeat
...
It should now create a new definition for each queue. Queues should
now show up under status > queues.
2018-06-15 15:41:42 -05:00
Steve Beaver
8991ac90dc
Added future ACB settings page
2018-06-15 13:27:53 -04:00
jim-p
feccd385d7
Validate NPt IPv6 address input and do not use invalid stored settings in rules. Fixes #8575
2018-06-14 14:04:17 -04:00
jim-p
7f943a2269
Rework loader.conf(.local) filtering. Fixes #8571
...
If this isn't aggressive enough, we could remove the "local" changes and only
keep the new matching method.
2018-06-13 10:58:49 -04:00
jim-p
8cd59b0324
Fix PHP error in dhcpd_gather_stats.php
...
Some variables were pre-populated with a string, then math was attempted based on a string value that couldn't be converted to an int.
2018-06-11 13:33:33 -04:00
jim-p
0dfce56bce
Fix IPsec status widget conn matching to align with recent changes. Fixes #8562
2018-06-11 11:12:20 -04:00
jim-p
2e6167e71e
Be specific with port fwd priv checks. Fixes #8563
...
This way, users with only privs to view but not edit port forwards can still see the entries, but not act upon them.
2018-06-11 09:58:34 -04:00
Renato Botelho
d84eec807d
Do not build hybrid images to serial/ADI
2018-06-09 10:38:06 -04:00
Renato Botelho
b66b246e02
Revert "Do not build hybrid images to serial/ADI"
...
This reverts commit 8d22f4b191 .
2018-06-09 10:35:43 -04:00
Renato Botelho
8d22f4b191
Do not build hybrid images to serial/ADI
2018-06-08 16:08:20 -04:00
jim-p
0aa52fb21a
Fixup ipsec interface static route processing. Issue #8544
2018-06-08 15:57:12 -04:00
Stephen Jones
41160d19fe
Fixed #8515 Queues should now be added either through manually creating them or through the wizard
2018-06-08 14:22:12 -05:00
jim-p
d4b43c48ed
Make IPsec IKEv2 conn IDs consistent with IKEv1 or IKEv2 split. Also fix vti test for reqid.
2018-06-08 11:18:49 -04:00
jim-p
173356547e
Correct PHP syntax error. Fixes #8557
2018-06-08 08:17:59 -04:00
Stephen Jones
cc52daa63d
Allow hostname/ip to be deleted if the captive portal is not enabled
2018-06-07 14:20:26 -05:00
jim-p
a273f7bdff
Do not put "route-to" on rules for traffic outbound from the firewall itself on ipsecX interfaces. Fixes #8551
2018-06-07 15:01:57 -04:00
Steve Beaver
880363af76
Fixed #8539
2018-06-07 10:06:22 -04:00
jim-p
3fa6d46229
Fix up user/group management save message descriptions, add logging for same. Fixes #8548
2018-06-06 16:23:10 -04:00
jim-p
aea2a0c333
Fix IPsec VTI gateway generation to match interface changes. Fixes #8544
2018-06-06 10:19:51 -04:00
jim-p
235c051f1f
Rework how IPsec VTI interfaces and reqid specifications for same are formed. Ticket #8544
2018-06-05 17:00:06 -04:00
jim-p
65767828cb
IPsec VTI interface refinements/fixes. Ticket #8544
2018-06-04 14:21:21 -04:00
Renato Botelho
4069207fda
Use recently created RELENG_2_4_4 branch for FreeBSD-src
2018-06-01 10:19:28 -03:00
Stephen Jones
be7c131997
PHP7 fixed illegal string offset warning
2018-05-31 16:22:55 -05:00
Renato Botelho
a74b4e3014
Enable ACB2 build
2018-05-31 15:43:06 -03:00
jim-p
ac976b7e06
Fix reference to non-existent variable in IPsec P1. Fixes #8543
2018-05-31 10:40:36 -04:00
jim-p
e8f7e0517a
A couple vpn.inc refinements for VTI. Ticket #8544
2018-05-31 09:53:15 -04:00
jim-p
50c4282ddd
Add vpn.inc changes for IPsec VTI that missed the previous commit. Ticket #8544
2018-05-31 09:15:50 -04:00
Luiz Souza
78031530e0
Add the missing new line.
2018-05-31 12:09:30 -03:00
jim-p
bd4c337c06
Please welcome routed IPsec using if_ipsec VTI interfaces. Implements #8544
...
To use, create a P1/P2 and set P2 to VTI using local/remote network as tunnel endpoint addresses, then assign the interface (enable, but IP type = none), and use like any other interface for routing.
2018-05-30 16:53:42 -04:00
jim-p
5f04221b2b
Do not disable rekeying by default on IPsec P1 entries. Fixes #8540
2018-05-30 10:49:52 -04:00
jim-p
3db214ddb9
Fix crash reporter download button display when there are only PHP errors, no textdumps.
2018-05-30 09:53:07 -04:00
Renato Botelho
ffeac24843
Use the variable and not a constant
2018-05-29 10:33:58 -03:00
Renato Botelho
1386a2e4cb
Fix syntax
2018-05-29 10:32:13 -03:00
Renato Botelho
1b40e1a6ee
Do not depend of pfSense-builder meta package, track dependencies using pkg
2018-05-29 10:30:31 -03:00
Renato Botelho
06c1397374
Make sure gnid, crypto tools and athstats are build with proper compiler
2018-05-25 15:19:41 -03:00
jim-p
ca06add8b4
Fix crash reporter "submit" wording (can't submit anymore!)
2018-05-25 11:26:34 -04:00
jim-p
da6af9ce21
Rework crash reporter page so users can download the data files directly rather than submitting to a server.
2018-05-25 11:23:06 -04:00
Renato Botelho
dff2bf9c5b
Make sure core packages are built with proper ABI information
2018-05-25 09:46:05 -03:00
Renato Botelho
21c6fa05bc
Use already defined variable
2018-05-25 08:58:35 -03:00
Stephen Jones
7c41a378ee
PHP 7.2 fixed string offset and undefined constant
2018-05-23 11:12:07 -05:00
Renato Botelho
3f1791a216
Update translation files
2018-05-23 09:23:32 -03:00
Renato Botelho
57d932e8d1
Regenerate pot
2018-05-23 09:23:19 -03:00