Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature #3151 Disable gateway monitoring actions | Phil Davis | 2016-12-07 | 3 | -0/+23 |
| | | | | | | | | | | | | | | | | without disabling gateway monitoring. This allows the user to continue to monitor the gateway with dpinger, so they can see how it is performing, but for the system not to take any real action if the latency/loss exceeds the given limits. A typical use case for this would be on a single-WAN system. There is no failover option, so there is no point taking any real action when the latency/loss is high. Having stuff try to failover (and stop/start stuff...) is just disruptive. In ths case the use could have disabled monitoring completely, but then they get no feedback abut gateway performance. | ||||
* | Merge pull request #3256 from phil-davis/patch-5 | Renato Botelho | 2016-12-06 | 1 | -1/+12 |
|\ | |||||
| * | NAT 1:1 edit - preserve user selections on edit-save with input errors | Phil Davis | 2016-12-06 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | 1) Edit a NAT 1:1 rule, change the source and/or destination type to "Network", but do not input any network address/mask. 2) Press Save, input errors are reported telling that the network source and/or destination address/mask is required - good. However, the source and/or destination type is no longer "Network" - it defaults back to single or any. To fix, firstly move "$pconfig = $_POST" to after where all the various special things have been done to $_POST - this makes $pconfig have the correctly-massaged stuff that the user $_POSTed. Then add the special code to srctype_selected() and dsttype_selected() to handle the case when these have been specifically $_POSTed by the user (rather than inferring them from the src/dst vales and the logic in is_specialnet() ). This is equivalent to the fix for firewall_rules_edit.php at commit https://github.com/pfsense/pfsense/commit/81e2aa253a946b36a92e88f19b8761efe771b7a1 | ||||
* | | Merge pull request #3249 from plumbeo/idletime-in-sessiontime | Renato Botelho | 2016-12-06 | 1 | -0/+11 |
|\ \ | |||||
| * | | Captive portal: add option to include idle time in total session time | plumbeo | 2016-12-03 | 1 | -0/+11 |
| | | | | | | | | | | | | Add an option to choose whether the time spent idle by a user disconnected for exceeding the idle timeout must be included in the total session time sent to the RADIUS server or not. | ||||
* | | | Merge pull request #3240 from derelict-pf/ldap_starttls | Renato Botelho | 2016-12-06 | 2 | -5/+7 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Added STARTTLS to LDAP Auth Server Config | derelict-pf | 2016-10-14 | 2 | -5/+7 |
| | | | |||||
* | | | Tidy input errors in services_ntpd_acls | Phil Davis | 2016-12-06 | 1 | -12/+7 |
| | | | | | | | | | | | | | | | | | | 1) If there are multiple rows with invalid IP addresses then the same message was displayed multiple times. We might as well let the use know which row(s) have the problem. 2) The section that checks is_subnet stuff was first using is_ipaddr() (redundantly given it is already in the else of !is_ipaddr() ), and then is_subnet() - these would have handled both the IPv4 and IPv6 cases, so the other IPv6 tests would never have happened. 3) I don't think we need to test function_exists("is_ipaddrv6") any more - it had better be there in master! Note: The front-end JS prevents entry of an invalid mask, so it is a bit hard for the user to actually generate the netmask error messages. | ||||
* | | | Merge pull request #4815 from doktornotor/patch-2 | Renato Botelho | 2016-12-05 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Do not truncate IPv6 addresss in NTP widget (Bug #4815) | doktornotor | 2016-12-04 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #3159 from stilez/patch-46 | Jared Dillard | 2016-12-05 | 1 | -0/+11 |
|\ \ \ | |||||
| * | | | wbr tag needs a css compatibility fix for some browsers | stilez | 2016-09-26 | 1 | -0/+11 |
| | | | | | | | | | | | | See comment in the PR | ||||
* | | | | Merge pull request #3181 from moisseev/master | Jared Dillard | 2016-12-05 | 1 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | [theme] Compact-RED: fix `sortable` table fonts | Alexander Moisseev | 2016-10-10 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | remove bogus debug | Steve Beaver | 2016-12-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fixed #6454 | Steve Beaver | 2016-12-05 | 2 | -25/+33 |
| |_|/ / |/| | | | | | | | | | | | Fixed #6984 | ||||
* | | | | Remove the PHP limit from diag_dump_states(), it is now managed on ↵ | Luiz Otavio O Souza | 2016-12-02 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | pfSense_get_pf_state(). | ||||
* | | | | OpenVPN populates IPv6 env vars now, so we can fetch them for the IPv6 ↵ | jim-p | 2016-12-02 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | | gateway. Fixes #6016 | ||||
* | | | | Merge pull request #3145 from skrude61/master | jim-p | 2016-12-02 | 1 | -13/+33 |
|\ \ \ \ | |||||
| * | | | | Allow snmpd to bind to multiple interfaces. | skrude61 | 2016-09-20 | 1 | -13/+33 |
| | | | | | |||||
* | | | | | Standardize and fix 'other' type VIP display on NAT pages. Fixes #6094 | jim-p | 2016-12-02 | 3 | -17/+13 |
| | | | | | |||||
* | | | | | Fix 'Other' type VIP options. Ticket #6094 | jim-p | 2016-12-02 | 1 | -10/+5 |
| | | | | | | | | | | | | | | | | | | | | While here, remove some defunct 'range' code that was never used. | ||||
* | | | | | Merge pull request #3213 from PiBa-NL/interfaces-gateway-message | Renato Botelho | 2016-12-02 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | interfaces, show error message if adding duplicate gateway | PiBa-NL | 2016-10-30 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #3246 from overhacked/dhcpd-dyndns-force-hostname | Renato Botelho | 2016-12-02 | 3 | -2/+34 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Clarified help text for ddnsforcehostname option. | Ross Williams | 2016-11-30 | 2 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Added title to ddnsforcehostname checkbox | Ross Williams | 2016-11-30 | 2 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Add ddnsforcehostname option to DHCP6 Server configuration editor | Ross Williams | 2016-11-29 | 1 | -0/+11 |
| | | | | | | | |||||
| * | | | | | | Add ddnsforcehostname option to DHCP Server configuration editor | Ross Williams | 2016-11-29 | 1 | -1/+11 |
| | | | | | | | |||||
| * | | | | | | Add ddnsforcehostname option to Static Mapping editor | Ross Williams | 2016-11-29 | 1 | -1/+12 |
| | | | | | | | |||||
* | | | | | | | Add decoration to "On latest version" message | Steve Beaver | 2016-12-02 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Revise status messages. Adjust PID file timeout to accommodate slower systems | Steve Beaver | 2016-12-02 | 1 | -11/+12 |
| | | | | | | | |||||
* | | | | | | | Remove the broken e-mail options from diag_smart.php. Fixes #6393 | jim-p | 2016-12-01 | 1 | -100/+0 |
| | | | | | | | |||||
* | | | | | | | Print a message about SMART not working on uFW/SG-1000 (smartmontools is not ↵ | jim-p | 2016-12-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | available there) | ||||
* | | | | | | | Remove extraneous ) | Renato Botelho | 2016-12-01 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Correct "not ready" flag | Steve Beaver | 2016-11-30 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Allow for slower uFW by removing log file before upgrading, and allowing ↵ | Steve Beaver | 2016-11-30 | 1 | -2/+12 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | more time for the PID to appear | ||||
* | | | | | | If there are input errors when creating a user certificate from the user ↵ | jim-p | 2016-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | manager, stop and show the errors rather than appearing to fail silently. Fixes #6953 | ||||
* | | | | | | Ensure that the submitted private key matches the certificate or CA when ↵ | jim-p | 2016-11-29 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | importing. Ticket #6953 | ||||
* | | | | | | When deleting a CA, do not delete all certificates from this CA, only remove ↵ | jim-p | 2016-11-29 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | the CA reference from certificates that used this CA, as the relationship can be rebuilt if needed. Also, prevent in-use CAs from being deleted and print a list of places a CA is used, similar to the output on certificates. Fixes #6947 | ||||
* | | | | | | Fix the static ARP test | jim-p | 2016-11-29 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #3219 from NonSecwitter/patch-2 | Renato Botelho | 2016-11-29 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Update setup_wizard.xml | Jonathon Anderson | 2016-11-26 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | LAN IP validation logic | Jonathon Anderson | 2016-11-11 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update setup_wizard.xml | Jonathon Anderson | 2016-11-10 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | update conditional re:LAN dhcp | Jonathon Anderson | 2016-11-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | update LAN regex for case insensitivity | Jonathon Anderson | 2016-11-07 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3241 from phil-davis/patch-2 | Renato Botelho | 2016-11-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | IPv6 address can contain a dot | Phil Davis | 2016-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When requiring the entry of an IPv6 address, the regex pattern should still allow a dot, so that an IPv6 address can be entered in the format that has an IPv4-address-like part at the end: aa:bb:cc:dd:ee:ff:1.2.3.4 which is a valid way to choose to specify an IPv6 address. | ||||
* | | | | | | | | Merge pull request #3243 from plumbeo/term-cause | Renato Botelho | 2016-11-29 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ |