summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Replace GET by POST, it fixes #3833Renato Botelho2014-08-291-58/+76
|
* Hide FreeBSD version from sshd banner. It fixes #3840Renato Botelho2014-08-291-0/+2
|
* Do not reconfigure dhcpd twice on secondary after config sync. Fixes #3797Renato Botelho2014-08-291-2/+7
|
* Alias name cannot have more than 31 chars, add maxlength here just as an ↵RELENG_2_1_5Renato Botelho2014-08-251-1/+1
| | | | extra check. Ticket #3827
* pgrep parameters are out of order and it also needs -a to find sshd. While ↵Renato Botelho2014-08-221-2/+1
| | | | I'm here, simplify sh syntax and prevent noise to be printed if pid file doesn't exist
* delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare ↵Chris Buechler2014-08-221-0/+8
| | | | occasions a stale PID file could prevent dhcpd from starting until it's manually deleted.
* use pgrep here instead, previous way could wrongly show SSH as enabled where ↵Chris Buechler2014-08-221-3/+3
| | | | it isn't.
* Fix text description for interface mismatch, fixes #3820Renato Botelho2014-08-211-1/+1
|
* Merge branch 'RELENG_2_1' of git.pfmechanics.com:pfsense/pfsense into RELENG_2_1Jared Dillard2014-08-202-10/+34
|\
| * non-css parts of gold menuMatt Smith2014-08-192-10/+34
| |
* | fix top nav to fit gold in non-default themesJared Dillard2014-08-205-7/+6
|/
* fix spacing in pfsense_ng topnavJared Dillard2014-08-191-3/+4
|
* Ensure this is always an array to avoid a PHP error from foreach.jim-p2014-08-151-1/+5
|
* Bump version to 2.1.5Renato Botelho2014-08-141-1/+1
|
* Added filter.so to list of extensions loaded for filter_var() support.Matt Smith2014-08-131-0/+3
|
* Do not reset source and destination port range values when it's an ↵Renato Botelho2014-08-111-4/+8
| | | | associated rule created by nat port forward. It fixes #3778
* Move dhcp6c log to dhcpd.log, it fixes #3799Renato Botelho2014-08-111-2/+2
|
* Fix #3798 - 'IPsec phase 2 pinghost is not used if the source IP should be a ↵Matt Smith2014-08-081-4/+17
| | | | virtual IP address'
* Avoid generating an invalid racoon config if the user specified a mobile ↵jim-p2014-08-082-1/+6
| | | | pool that is too small.
* Avoid a "Cannot use string offset as an array" error if the packages section ↵jim-p2014-08-081-4/+7
| | | | of the config is missing.
* Require click-through POST confirmation when restoring or deleting a ↵jim-p2014-08-081-15/+51
| | | | configuation from the backup history page.
* Remove javascript alert DNS resolution action from the firewall log view. It ↵jim-p2014-08-082-9/+0
| | | | was already removed from 2.2, and it's better not to allow a GET action to perform that action.
* Do not execute on GET, only pre-fill Host box so the user can press the ↵jim-p2014-08-081-38/+38
| | | | button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little.
* Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's ↵Chris Buechler2014-08-081-1/+1
| | | | more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.
* Per the dhcpd.conf man page and other documentation from ISC, mclt must not ↵Chris Buechler2014-08-061-3/+2
| | | | be defined on the secondary.
* Encode interface/VIP descriptions before displaying them on the GRE and GIF ↵jim-p2014-08-062-2/+5
| | | | | | pages also; While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.
OpenPOWER on IntegriCloud