summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not apply bw limits if the setting is not enabled in CP. Though still ↵RELENG_2_1Ermal LUÇI2014-12-221-4/+10
| | | | respect radius attributes for now with this setting. Resolves #4127
* Ticket #4053, manually merge improvements on rrd restore handling.Ermal LUÇI2014-12-011-10/+13
|
* Ticket #4053, manually merge improvements on rrd backup handling.Ermal LUÇI2014-12-011-2/+12
|
* Actually an interface is detstroyed here no need for this merge!Ermal LUÇI2014-11-211-7/+2
| | | | | | Revert "Merge e3cffd6cefc - Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic=84392.0" This reverts commit e5e16cfc962bcc98a06b89574309bc2ef0ed3542.
* Merge e3cffd6cefc - Properly remove IPv6 carp vips as reported from ↵Ermal LUÇI2014-11-211-2/+7
| | | | https://forum.pfsense.org/index.php?topic=84392.0
* Remove debugging code that can lead us to XSS injection, also pass variables ↵Renato Botelho2014-11-201-8/+8
| | | | through htmlspecialchars() to sanitize
* Pass path parameter through htmlpecialchars()Renato Botelho2014-11-181-1/+1
|
* Define a local boolean var for showact to avoid security issues, also pass ↵Renato Botelho2014-11-181-10/+12
| | | | order parameter trough htmlspecialchars()
* Fix logic to find available next number for limiters and queues. It fixes #3998Renato Botelho2014-11-131-2/+2
|
* Merge pull request #1319 from phil-davis/patch-1Renato Botelho2014-11-054-12/+12
|\
| * More gettext typosPhil Davis2014-10-311-3/+3
| |
| * More gettext typosPhil Davis2014-10-311-3/+3
| |
| * More gettext typosPhil Davis2014-10-311-3/+3
| |
| * More gettext typosPhil Davis2014-10-311-3/+3
| |
* | Merge pull request #1326 from phil-davis/patch-5Renato Botelho2014-11-050-0/+0
|\ \
| * | Fix obviously broken test in rc.initial.setlanipPhil Davis2014-11-031-1/+1
| | | | | | | | | IMO might as well back-port any obviously wrong code to 2.1 branch, just in case anybody on 2.1.n cares for it or there is a need for another 2.1.n release.
* | | Fix obviously broken test in rc.initial.setlanipPhil Davis2014-11-051-1/+1
| | | | | | | | | | | | IMO might as well back-port any obviously wrong code to 2.1 branch, just in case anybody on 2.1.n cares for it or there is a need for another 2.1.n release.
* | | Catch some more sensitive info when sanitizing.jim-p2014-11-041-0/+10
|/ /
* | Fixes #3941. When optimizations of the loops were made this brought the ↵Ermal2014-11-011-6/+6
| | | | | | | | problems of overriding default gateway by dynamic interfaces. Try to stick to the first found for now!
* | Fix two more instances of rrd.tgz renaming.jim-p2014-10-311-2/+2
|/
* fix typoed gettextChris Buechler2014-10-301-2/+2
|
* Remove redundancy as pointed out by phil-davisRenato Botelho2014-10-281-7/+3
|
* Decode recently created cert and key. It fixes #3964. While here, fix ↵Renato Botelho2014-10-281-3/+3
| | | | logical condition to create a new cert if crt or key is not present
* fix ping_hosts.sh to not ping IPsec if CARP is in backupChris Buechler2014-10-271-1/+1
|
* Merge pull request #1312 from phil-davis/patch-8Renato Botelho2014-10-231-1/+8
|\
| * Prevent Internal Server Error if range is backwardsPhil Davis2014-10-211-1/+8
| | | | | | | | Fixes redmine #3950 - ip_range_to_subnet_array can easily swap the input parameters if the caller has passed/entered them the wrong way around. That is both friendly to the caller and ensures that a hostile caller can't blow up the routine. This patches 2.1 branch - will submit pull request for master also.
* | Teach the certificate generation code how to make a self-signed certificate, andjim-p2014-10-213-38/+77
| | | | | | | | | | | | | | | | | | | | change the GUI cert generation code to use it. Also, move the GUI cert generation code to its own function so we can add a GUI option to regenerate it later. Also use some more sane defaults for the contents of the default self- signed certificate's fields so it will be more unique and less likely to trigger problems in browser certificate storage handling. Also add a CLI script to regenerate a new GUI certificate. Several master commits rolled into one patch for 2.1.x.
* | Encode values before displaying them back to the user in notification settings.jim-p2014-10-211-12/+12
|/
* h-node should be 8Chris Buechler2014-10-191-1/+1
|
* Fix the log widget to lookup hosts by DNS using a link rather than AJAX. ↵jim-p2014-10-161-2/+2
| | | | Quick fix for now. Ticket #3829
* Tame the poodle. Disable SSLv3.jim-p2014-10-151-0/+1
|
* Merge pull request #1308 from phil-davis/patch-4Renato Botelho2014-10-131-2/+4
|\
| * Ticket #3860 Correctly display SMTP SSL TLS boxesPhil Davis2014-10-091-2/+4
|/ | | | After using the "Test" button, $_POST['smtpssl'] and $_POST['smtptls'] was 'on' or null - this got blindly copied back into $pconfig[] and resulted in the state of the SSL/TLS/STARTTLS checkboxes not being redisplayed. Fixed by setting $pconfig['smtpssl'] and $pconfig['smtptls'] using the code that was previously done only to set these in $config
* Merge pull request #1294 from phil-davis/patch-19Renato Botelho2014-09-261-9/+8
|\
| * Minor fixes to firewall_aliases_editPhil Davis2014-09-261-9/+8
|/ | | for 2.1 branch
* Allow hostname to start with '@.' for namecheap. It fixes #3568Renato Botelho2014-09-191-2/+12
|
* Correct evaluation for "Acct-Interim-Interval" from RADIUSdariomas2014-09-191-1/+1
| | | | | | | Setting "Acct-Interim-Interval :=600" in FreeRadius2 evaluates to 'random' values with PfSense 2.1. Possibly a bug related to: https://forum.pfsense.org/index.php?topic=60079.0 https://forum.pfsense.org/index.php?topic=60262.0
* Do not call write_config() when click on Apply Changes because it was ↵Renato Botelho2014-09-181-26/+28
| | | | already done and it causes dhcpd to restart one more time on secondary nodes. It fixes #3797
* Deduplicate <form>, fixes #3864Renato Botelho2014-09-171-2/+1
|
* Merge pull request #1283 from phil-davis/patch-16Renato Botelho2014-09-161-1/+1
|\
| * Fix #3866 Firewall Log FilteringPhil Davis2014-09-161-1/+1
|/ | | on 2.1 branch
* Add pages missing from the Status > Traffic Graph privilege that are ↵jim-p2014-09-112-0/+4
| | | | required for the full page to load
* Merge pull request #1274 from phil-davis/patch-13Renato Botelho2014-09-111-3/+2
|\
| * Standardise size of Duplicate Slice buttonPhil Davis2014-09-111-3/+2
|/ | | | | The Duplicate Slice button currently is displayed in smaller text and in a row of its own, separate from the row above that has the rest of the "Duplicate bootup slice" text and slice selection. This change puts the button in the same row as the slice selection and text, and makes the button text be the same size as the text in other buttons on this page. Did this first on a 2.1.5 system, so have submitted this against 2.1 branch. I will make another pull request against master also, because a later xhtml compliance change in master will conflict.
* Delete IP Alias on CARP VIP interface on secondary node when it's deleted on ↵Renato Botelho2014-09-101-7/+10
| | | | primary. It fixes #3855
* Fix operatorRenato Botelho2014-09-101-1/+1
|
* Import fix for http://bugs.jquery.com/ticket/9521Renato Botelho2014-09-091-2/+2
|
* igmpproxy param -d doesn't like the space before optarg. Fixes #3852Renato Botelho2014-09-081-2/+2
|
* Mark host as up or down before execute script, then script can use this ↵Renato Botelho2014-09-041-2/+2
| | | | | | information. Submitted by: Jean Debogue <jean@wedebugyou.com>
* Remove some redundancy and simplify changes made on last commitRenato Botelho2014-08-301-53/+25
|
OpenPOWER on IntegriCloud