Commit Graph

22681 Commits

Author SHA1 Message Date
Renato Botelho e538fc1844 Automatic outbound NAT rules skip openvpn interfaces, lets skip them when creating the first set of manual rules too. It fixes #3528 2014-03-18 15:09:45 -03:00
Ermal 22889e9ee7 Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule unintentionally allows all services on the interface to be reachble and maybe more! 2014-03-17 21:25:42 +00:00
Chris Buechler 01df403551 fix typo 2014-03-14 20:12:17 -05:00
Chris Buechler 358b6cdcd2 standardize URLs 2014-03-14 19:36:27 -05:00
Chris Buechler b1d64b46e3 standardize URLs 2014-03-14 19:33:49 -05:00
Chris Buechler 1aadf5d547 standardize URLs 2014-03-14 19:29:53 -05:00
Chris Buechler e564437727 standardize URLs 2014-03-14 19:28:27 -05:00
Chris Buechler 5579d12ac4 standardize URLs 2014-03-14 19:19:01 -05:00
Chris Buechler c3abc75aca standardize on https://www.pfsense.org 2014-03-14 19:16:32 -05:00
Chris Buechler d1ec51ba61 standardize pfsense.com references to https://www.pfsense.org 2014-03-14 19:07:28 -05:00
Chris Buechler 7c3cf71564 fix white space 2014-03-14 19:01:11 -05:00
Chris Buechler 85e92a0636 s/http/https/ for www.pfsense.org 2014-03-14 18:59:50 -05:00
Renato Botelho 46fb4fe77d Fix #3521, show correct field descr 2014-03-14 10:43:26 -03:00
Chris Buechler dd246dc48d set package URL to https://packages.pfsense.org 2014-03-13 02:46:49 -05:00
Chris Buechler 7057761c79 use xmlrpcbaseurl here too, not product_website 2014-03-13 02:42:42 -05:00
Chris Buechler 0855a1c6c9 fix text, remove product_website mentions here since that's not actually used anyway. 2014-03-13 02:25:22 -05:00
Chris Buechler 13e6fb2e02 we actually use xmlrpcbaseurl here, not product_website 2014-03-13 02:18:15 -05:00
Ermal 1274cfd47d Use descr prepended to voucher fields containing descriptions to have them encoded as CDATA. Fixes #3441 2014-03-12 16:03:22 +00:00
Ermal e5b009b8e7 Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it to reload. 2014-03-12 14:50:28 +00:00
Renato Botelho 0e6cf71b17 Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print 2014-03-12 11:42:32 -03:00
Renato Botelho 3b77ba4a2a Merge pull request #1024 from phil-davis/RELENG_2_1
Validate rule Advanced Options numeric entries
2014-03-12 08:06:52 -03:00
Phil Davis eaa2285c06 Validate rule Advanced Options numeric entries
version of pull request #1021 for 2.1 branch
2014-03-11 20:44:44 -07:00
Renato Botelho ea44d3baaf Pass id variable through htmlspecialchars before print it 2014-03-11 16:57:28 -03:00
Renato Botelho c184684176 Do not delete linklocal address 2014-03-11 08:38:19 -03:00
Renato Botelho 4c3dafc4fd Merge pull request #1020 from phil-davis/patch-5
Make Firewall Rules Advanced Options open if used - 2.1 branch
2014-03-11 06:40:52 -03:00
Phil Davis c805e0f35b Make Firewall Rules Advanced Options open if used - 2.1 branch
This is the same code as pull request 997 but for 2.1 branch
2014-03-10 19:39:39 -07:00
Renato Botelho 11e4dcc72f Merge pull request #991 from phil-davis/RELENG_2_1
Return GWG IP protocol (version) when no gateway IP - 2.1 version
2014-03-10 17:17:13 -03:00
jim-p e6b1b1c15f Fix order of parameters to explode() here 2014-03-10 14:10:19 -04:00
Phil Davis f3988c851b Fix OpenVPN XML section name
Forum https://forum.pfsense.org/index.php?topic=73479.0
2014-03-10 16:21:59 +00:00
Renato Botelho cec6e65b46 Merge pull request #1004 from phil-davis/patch-3
Add all advanced options to rule table hover text on 2.1 branch
2014-03-10 12:31:00 -03:00
Ermal 7324b14b77 Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not elegant solution but works. Probably dhcpv6 client should solve this by itself and generate and event for it. For now just bump dhcpv6 client again to have the prefix interface reconfigured. 2014-03-10 15:15:16 +00:00
Renato Botelho 0d8fc8ec41 Fixes typo on variable name 2014-03-10 10:20:57 -03:00
Renato Botelho 9aa6ad5c16 pfSense_interface_deladdress() only knows how to delete an ip address, not a subnet. It should fix #3513 2014-03-10 10:16:26 -03:00
Renato Botelho 29b3dd4fb9 Merge pull request #1014 from N0YB/RELENG_2_1
XHTML Compliance
2014-03-10 08:42:03 -03:00
N0YB 5cda503963 XHTML Compliance
Services - DNS Forwarder
2014-03-09 20:41:40 -07:00
Renato Botelho a0cb321b02 Merge pull request #1013 from N0YB/RELENG_2_1
XHTML Compliance
2014-03-09 22:09:10 -03:00
N0YB d2aa08c22c XHTML Compliance
Services - DHCP Server
2014-03-09 16:43:22 -07:00
Renato Botelho 9d8ce67306 Merge pull request #1011 from N0YB/RELENG_2_1
XHTML Compliance
2014-03-09 19:54:05 -03:00
N0YB 2e19c70fee XHTML Compliance
Diagnostics - Packet Capture
2014-03-09 13:44:39 -07:00
Renato Botelho b517603f70 Merge pull request #1009 from N0YB/RELENG_2_1
XHTML Compliance
2014-03-09 08:56:45 -03:00
N0YB fe3088b965 XHTML Compliance
Diagnostics - Tables
2014-03-08 19:41:12 -08:00
Renato Botelho 5ec1108682 Merge pull request #1008 from N0YB/RELENG_2_1
XHTML Compliance
2014-03-08 23:39:16 -03:00
N0YB c5935cb42c XHTML Compliance
VPN - PPTP - Users
2014-03-08 18:01:06 -08:00
N0YB 65149622bc XHTML Compliance
VPN - PPTP - Configuration
2014-03-08 17:51:05 -08:00
Renato Botelho 6fee19989a Merge pull request #1007 from N0YB/RELENG_2_1
XHTML Compliance
2014-03-08 22:22:04 -03:00
N0YB 2e2a9fd15e XHTML Compliance
VPN - PPPOE
2014-03-08 15:25:40 -08:00
Renato Botelho 3f55d0652a Merge pull request #1006 from N0YB/RELENG_2_1
XHTML Compliance
2014-03-08 19:53:34 -03:00
N0YB 39da9cf3d8 XHTML Compliance
VPN - L2TP - Users
2014-03-08 14:30:50 -08:00
N0YB 84b48bb72f XHTML Compliance
VPN - L2TP - Configuration
2014-03-08 14:25:16 -08:00
Renato Botelho f663a49cdb Merge pull request #1005 from N0YB/RELENG_2_1
XHTML Compliance
2014-03-08 18:49:54 -03:00