summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bug #3627 Diagnostics: Tables - Remove button dont work after update to ↵Phil Davis2014-04-301-2/+2
| | | | | | | | PfSense 2.1.2 This annoyed me also, so I thought it worth finding what changes exactly broke this. del_entry was broken on 2.1 branch by https://github.com/pfsense/pfsense/commit/fe3088b965a99772e76622d17ceae87288471edc These 2 small changes make it work again without needing to reverse the other bits of stuff in that commit. Note that Master does not have that commit at all. There are lots of these "XHTML Compliance" and similar commits in 2.1 branch that are not done in master. I don't understand why that is. Why don't those code cleanups also need to be applied to master?
* Check the right field hereRenato Botelho2014-04-292-2/+2
|
* Unbreak 'add rule on top of the list' allowing after param to be -1Renato Botelho2014-04-293-6/+6
|
* Move clog from /usr to /usr/localRenato Botelho2014-04-283-7/+7
| | | | | | | | Conflicts: etc/inc/filter_log.inc etc/inc/system.inc etc/rc usr/local/www/guiconfig.inc
* make miniupnpd listen on interface instead of IPDaniel Becker2014-04-271-2/+1
| | | | | | 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.)
* Don't refuse to delete a bridge in the GUI just because its bridge interface ↵Chris Buechler2014-04-261-3/+6
| | | | doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config
* Remove problematic code without proper checks but even not needed hereErmal2014-04-185-19/+0
|
* List GWGs in Interface to send update fromPhil Davis2014-04-091-7/+23
| | | | | Back-port of this fix done in master https://github.com/pfsense/pfsense/commit/31300a95f71b14dcb98c139388205223a36e8c8b and https://github.com/pfsense/pfsense/commit/8f56dd279432c4fd5a027310622e2650822e4651 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.
* Use an alphanumeric test rather than purely is_numericint because the ID is ↵RELENG_2_1_2jim-p2014-04-091-2/+2
| | | | generated by uniqid and is not purely numeric. Fixes #3591
* fixes Bug #3569Marcello Coutinho2014-04-041-1/+4
| | | | | | | 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.
* Fix #3555, on chrome it is not initializing correct minutes when adding a ↵RELENG_2_1_1Renato Botelho2014-03-311-10/+4
| | | | new time, just drop unused php variables and set it on js
* Revert "XHTML Compliance"Renato Botelho2014-03-311-22/+15
| | | | | | This commit broke schedules edit, it should fix #3555. This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4.
* Handle the reinstallall case with confirmation. Fixes #3548jim-p2014-03-271-2/+9
|
* Fix days and weeks selection on schedules, reported at ↵Renato Botelho2014-03-251-5/+13
| | | | https://forum.pfsense.org/index.php?topic=74101.0
* Only consider javascript files that ends with .jsRenato Botelho2014-03-251-1/+1
|
* Detect Zones and Cores for thermal sensors using regex, it fixes #3337Renato Botelho2014-03-211-25/+8
|
* remove unused supportedbybsdperimeter tagChris Buechler2014-03-211-1/+1
|
* s/BSDP/ESF/Chris Buechler2014-03-211-1/+1
|
* Automatic outbound NAT rules skip openvpn interfaces, lets skip them when ↵Renato Botelho2014-03-181-0/+2
| | | | creating the first set of manual rules too. It fixes #3528
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize URLsChris Buechler2014-03-141-1/+1
|
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize URLsChris Buechler2014-03-141-2/+2
|
* standardize on https://www.pfsense.orgChris Buechler2014-03-1414-14/+14
|
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-1431-31/+31
|
* fix white spaceChris Buechler2014-03-141-1/+1
|
* s/http/https/ for www.pfsense.orgChris Buechler2014-03-1422-32/+32
|
* Fix #3521, show correct field descrRenato Botelho2014-03-141-1/+1
|
* fix text, remove product_website mentions here since that's not actually ↵Chris Buechler2014-03-132-3/+3
| | | | used anyway.
* Use descr prepended to voucher fields containing descriptions to have them ↵Ermal2014-03-121-14/+12
| | | | encoded as CDATA. Fixes #3441
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-1266-194/+234
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Validate rule Advanced Options numeric entriesPhil Davis2014-03-111-7/+35
| | | version of pull request #1021 for 2.1 branch
* Pass id variable through htmlspecialchars before print itRenato Botelho2014-03-111-1/+1
|
* Make Firewall Rules Advanced Options open if used - 2.1 branchPhil Davis2014-03-101-2/+19
| | | This is the same code as pull request 997 but for 2.1 branch
* Merge pull request #991 from phil-davis/RELENG_2_1Renato Botelho2014-03-101-18/+12
|\ | | | | Return GWG IP protocol (version) when no gateway IP - 2.1 version
| * Tidy up GWG dropdown selection testsPhil Davis2014-02-281-11/+7
| | | | | | Tested this making a new rule, and editing existing IPv4, IPv6 and IPv4+Ipv6 rules, and switching the IP version on an existing rule. Seems to work!
| * Tidy "gateway name - IP" in dropdown listPhil Davis2014-02-281-1/+2
| | | | | | for 2.1 branch
| * Use return_gateway_groups_array() to build correct GWG listPhil Davis2014-02-281-10/+7
| | | | | | Version for 2.1 branch
* | Fix order of parameters to explode() herejim-p2014-03-101-1/+1
| |
* | Fix OpenVPN XML section namePhil Davis2014-03-101-1/+1
| | | | | | | | Forum https://forum.pfsense.org/index.php?topic=73479.0
* | Merge pull request #1004 from phil-davis/patch-3Renato Botelho2014-03-101-2/+16
|\ \ | | | | | | Add all advanced options to rule table hover text on 2.1 branch
| * | Add all advanced options to rule table hover text on 2.1 branchPhil Davis2014-03-081-2/+16
| | | | | | | | | Bug #3512
* | | XHTML ComplianceN0YB2014-03-093-89/+91
| | | | | | | | | | | | Services - DNS Forwarder
* | | XHTML ComplianceN0YB2014-03-093-122/+126
| | | | | | | | | | | | Services - DHCP Server
* | | XHTML ComplianceN0YB2014-03-091-25/+28
| | | | | | | | | | | | Diagnostics - Packet Capture
* | | XHTML ComplianceN0YB2014-03-081-29/+33
| | | | | | | | | | | | Diagnostics - Tables
* | | XHTML ComplianceN0YB2014-03-082-13/+14
| | | | | | | | | | | | VPN - PPTP - Users
* | | XHTML ComplianceN0YB2014-03-081-54/+58
| | | | | | | | | | | | VPN - PPTP - Configuration
* | | XHTML ComplianceN0YB2014-03-082-64/+64
| | | | | | | | | | | | VPN - PPPOE
* | | XHTML ComplianceN0YB2014-03-082-1/+2
| | | | | | | | | | | | VPN - L2TP - Users
OpenPOWER on IntegriCloud