Commit Graph

11298 Commits

Author SHA1 Message Date
Renato Botelho
2ae503264c Unbreak 'add rule on top of the list' allowing after param to be -1 2014-04-29 14:56:49 -03:00
Renato Botelho
2db29614d2 Move clog from /usr to /usr/local
Conflicts:
	etc/inc/filter_log.inc
	etc/inc/system.inc
	etc/rc
	usr/local/www/guiconfig.inc
2014-04-28 11:56:06 -03:00
Daniel Becker
b1c9aff653 make miniupnpd listen on interface instead of IP
The 'listening_ip' option in miniupnpd.conf can accept an interface name
directly instead of having to translate it to an IPv4 address first. (This is
actually required if IPv6 support is enabled.)
2014-04-27 16:09:50 -07:00
Chris Buechler
549b7ce250 Don't refuse to delete a bridge in the GUI just because its bridge interface doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config 2014-04-26 17:20:32 -05:00
Ermal
2f0401aff5 Remove problematic code without proper checks but even not needed here 2014-04-18 14:34:00 +00:00
Phil Davis
f4065455b0 List GWGs in Interface to send update from
Back-port of this fix done in master 31300a95f7 and 8f56dd2794
Unfortunately this never got back-merged to 2.1 branch. A user on the forum noticed the issue again on 2.1.1 - https://forum.pfsense.org/index.php?topic=74922.0
I am submitting this so that when the next security issue happens, and there is 2.1.n+1 then this little fix will also happen automagically. I wonder what other fixes are in master that missed being back-ported to 2.1 branch.
2014-04-09 17:58:10 -07:00
jim-p
d22169cfd6 Use an alphanumeric test rather than purely is_numericint because the ID is generated by uniqid and is not purely numeric. Fixes #3591 2014-04-09 08:45:31 -04:00
Marcello Coutinho
251a12460e fixes Bug #3569
On packages that uses row_helper when user clicks on add or delete button, the page scrolls to top.
It seems something with ajax
http://stackoverflow.com/questions/1061580/jquery-click-on-anchor-element-forces-scroll-to-top

A simple return false after jquery action fixes the unwanted scroll.
2014-04-04 10:04:57 -03:00
Renato Botelho
2def89a2dd Fix #3555, on chrome it is not initializing correct minutes when adding a new time, just drop unused php variables and set it on js 2014-03-31 16:39:15 -03:00
Renato Botelho
02b29d72f9 Revert "XHTML Compliance"
This commit broke schedules edit, it should fix #3555.

This reverts commit e1002cd272.
2014-03-31 09:56:17 -03:00
jim-p
013b4695d0 Handle the reinstallall case with confirmation. Fixes #3548 2014-03-27 10:10:04 -04:00
Renato Botelho
51b2f811ae Fix days and weeks selection on schedules, reported at https://forum.pfsense.org/index.php?topic=74101.0 2014-03-25 16:06:52 -03:00
Renato Botelho
b121ffad22 Only consider javascript files that ends with .js 2014-03-25 12:29:01 -03:00
Renato Botelho
9ebe5b7c27 Detect Zones and Cores for thermal sensors using regex, it fixes #3337 2014-03-21 09:31:12 -03:00
Chris Buechler
141566ffb6 remove unused supportedbybsdperimeter tag 2014-03-21 01:07:26 -04:00
Chris Buechler
ebfb0929d1 s/BSDP/ESF/ 2014-03-21 01:02:50 -04:00
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
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
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
0855a1c6c9 fix text, remove product_website mentions here since that's not actually used anyway. 2014-03-13 02:25:22 -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
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
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
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
N0YB
5cda503963 XHTML Compliance
Services - DNS Forwarder
2014-03-09 20:41:40 -07:00
N0YB
d2aa08c22c XHTML Compliance
Services - DHCP Server
2014-03-09 16:43:22 -07:00
N0YB
2e19c70fee XHTML Compliance
Diagnostics - Packet Capture
2014-03-09 13:44:39 -07:00
N0YB
fe3088b965 XHTML Compliance
Diagnostics - Tables
2014-03-08 19:41:12 -08: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
N0YB
2e2a9fd15e XHTML Compliance
VPN - PPPOE
2014-03-08 15:25:40 -08: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
N0YB
563fed4911 XHTML Compliance
VPN - IPsec - Pre-Shared Keys
2014-03-08 13:11:03 -08:00
Phil Davis
19da4e758b Add all advanced options to rule table hover text on 2.1 branch
Bug #3512
2014-03-08 02:00:50 -08:00
N0YB
98669e514c XHTML Compliance
VPN - IPsec - Mobile Clients
2014-03-07 12:40:15 -08:00
Ermal
3d38041ead Properly use key here. 2014-03-07 16:30:55 +00:00
Renato Botelho
331c50a6fb Skip input validation when choosing an existing certificate, it should fix #3505 2014-03-07 10:11:21 -03:00