Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Forgot to remove the problematic part from previous OpenVPN loop fix commit | Ermal | 2014-04-12 | 1 | -4/+0 |
| | |||||
* | Take care of the loops reported for OpenVPN in tap mode. Also fixes the ↵ | Ermal | 2014-04-12 | 3 | -12/+29 |
| | | | | problems of tap disappearing from bridge if its a member. | ||||
* | Use an alphanumeric test rather than purely is_numericint because the ID is ↵RELENG_2_1_2 | jim-p | 2014-04-09 | 1 | -2/+2 |
| | | | | generated by uniqid and is not purely numeric. Fixes #3591 | ||||
* | No pre release this time | Renato Botelho | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | Make extra sure that we do not start multiple instances of dhcpleases if, ↵ | jim-p | 2014-04-08 | 1 | -1/+6 |
| | | | | for example, the PID is stale/invalid and there is still a running instance. | ||||
* | Bump to 2.1.2-PRERELEASE since 2.1.1 was released | Renato Botelho | 2014-04-08 | 1 | -1/+1 |
| | |||||
* | Correct typo on function name that has slipped unnoticed. Reported-by: ↵ | Ermal | 2014-04-07 | 1 | -1/+1 |
| | | | | https://forum.pfsense.org/index.php?topic=74688.0 | ||||
* | Merge pull request #1053 from marcelloc/patch-1 | Renato Botelho | 2014-04-07 | 1 | -1/+4 |
|\ | |||||
| * | fixes Bug #3569 | Marcello Coutinho | 2014-04-04 | 1 | -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_1 | Renato Botelho | 2014-03-31 | 1 | -10/+4 |
| | | | | new time, just drop unused php variables and set it on js | ||||
* | Remove TRIM_set and TRIM_unset support. This method isn't very elegant and ↵ | jim-p | 2014-03-31 | 1 | -23/+0 |
| | | | | isn't necessary in the long run. It's better handled in the installer stage and not after the fact. | ||||
* | Revert "XHTML Compliance" | Renato Botelho | 2014-03-31 | 1 | -22/+15 |
| | | | | | | This commit broke schedules edit, it should fix #3555. This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4. | ||||
* | Correct check that was broken even before to actually make the ieee8021x ↵ | Ermal | 2014-03-28 | 1 | -1/+1 |
| | | | | enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0 | ||||
* | time for 2.1.1-RELEASE | Chris Buechler | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Handle the reinstallall case with confirmation. Fixes #3548 | jim-p | 2014-03-27 | 1 | -2/+9 |
| | |||||
* | send crash reports via HTTPS | Chris Buechler | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | Fix days and weeks selection on schedules, reported at ↵ | Renato Botelho | 2014-03-25 | 1 | -5/+13 |
| | | | | https://forum.pfsense.org/index.php?topic=74101.0 | ||||
* | Only consider javascript files that ends with .js | Renato Botelho | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538 | Renato Botelho | 2014-03-24 | 1 | -2/+2 |
| | |||||
* | Detect Zones and Cores for thermal sensors using regex, it fixes #3337 | Renato Botelho | 2014-03-21 | 1 | -25/+8 |
| | |||||
* | remove unused supportedbybsdperimeter tag | Chris Buechler | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | s/BSDP/ESF/ | Chris Buechler | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | Clarify note on limiter queue weight to state that higher values get a ↵ | jim-p | 2014-03-20 | 1 | -1/+1 |
| | | | | larger share. | ||||
* | Do not garble the error logging message | Ermal | 2014-03-20 | 1 | -3/+4 |
| | |||||
* | Avoid placing an empty "interface listen" directive in ntpd.conf | jim-p | 2014-03-20 | 1 | -1/+2 |
| | |||||
* | Try to restore last working ruleset rather than staying without ↵ | Ermal | 2014-03-20 | 1 | -6/+11 |
| | | | | configuration at all | ||||
* | Automatic outbound NAT rules skip openvpn interfaces, lets skip them when ↵ | Renato Botelho | 2014-03-18 | 1 | -0/+2 |
| | | | | creating the first set of manual rules too. It fixes #3528 | ||||
* | Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule ↵ | Ermal | 2014-03-17 | 1 | -2/+4 |
| | | | | unintentionally allows all services on the interface to be reachble and maybe more! | ||||
* | fix typo | Chris Buechler | 2014-03-14 | 1 | -2/+2 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 3 | -3/+3 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 19 | -19/+19 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 2 | -2/+2 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 4 | -5/+5 |
| | |||||
* | standardize URLs | Chris Buechler | 2014-03-14 | 3 | -3/+3 |
| | |||||
* | standardize on https://www.pfsense.org | Chris Buechler | 2014-03-14 | 14 | -14/+14 |
| | |||||
* | standardize pfsense.com references to https://www.pfsense.org | Chris Buechler | 2014-03-14 | 37 | -37/+37 |
| | |||||
* | fix white space | Chris Buechler | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | s/http/https/ for www.pfsense.org | Chris Buechler | 2014-03-14 | 23 | -35/+35 |
| | |||||
* | Fix #3521, show correct field descr | Renato Botelho | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | set package URL to https://packages.pfsense.org | Chris Buechler | 2014-03-13 | 1 | -2/+2 |
| | |||||
* | use xmlrpcbaseurl here too, not product_website | Chris Buechler | 2014-03-13 | 1 | -7/+11 |
| | |||||
* | fix text, remove product_website mentions here since that's not actually ↵ | Chris Buechler | 2014-03-13 | 2 | -3/+3 |
| | | | | used anyway. | ||||
* | we actually use xmlrpcbaseurl here, not product_website | Chris Buechler | 2014-03-13 | 1 | -3/+3 |
| | |||||
* | Use descr prepended to voucher fields containing descriptions to have them ↵ | Ermal | 2014-03-12 | 1 | -14/+12 |
| | | | | encoded as CDATA. Fixes #3441 | ||||
* | Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ↵ | Ermal | 2014-03-12 | 1 | -1/+4 |
| | | | | to reload. | ||||
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵ | Renato Botelho | 2014-03-12 | 66 | -194/+234 |
| | | | | they are numeric integer, also, pass them through htmlspecialchars() before print | ||||
* | Merge pull request #1024 from phil-davis/RELENG_2_1 | Renato Botelho | 2014-03-12 | 1 | -7/+35 |
|\ | | | | | Validate rule Advanced Options numeric entries | ||||
| * | Validate rule Advanced Options numeric entries | Phil Davis | 2014-03-11 | 1 | -7/+35 |
|/ | | | version of pull request #1021 for 2.1 branch | ||||
* | Pass id variable through htmlspecialchars before print it | Renato Botelho | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Do not delete linklocal address | Renato Botelho | 2014-03-11 | 1 | -3/+4 |
| |