Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3298 from phil-davis/patch-7 | Steve Beaver | 2016-12-20 | 1 | -7/+13 |
|\ | |||||
| * | validateipaddr update return value comments | Phil Davis | 2016-12-20 | 1 | -3/+3 |
| | | |||||
| * | validateipaddr use constants from globals.inc | Phil Davis | 2016-12-20 | 1 | -7/+7 |
| | | |||||
| * | validateipaddr return address family | Phil Davis | 2016-12-20 | 1 | -7/+13 |
| | | | | | | Enhanced the return values from validateipaddr() so the caller can know if the validated address is IPv4 or IPv6 (or an alias if that check was requested). That makes it a better replacement for is_ipaddr(). | ||||
* | | Fix #7021: Deprecate device polling | Renato Botelho | 2016-12-20 | 2 | -61/+0 |
| | | |||||
* | | Revise define values for address types to allow an easier transition in ↵ | Steve Beaver | 2016-12-20 | 1 | -3/+4 |
| | | | | | | | | validateipaddr() | ||||
* | | Revert "ctrl-c is handy in the shell. Do not lock out." | Renato Botelho | 2016-12-20 | 1 | -3/+3 |
|/ | | | | | | This doesn't seem to be a problem these days. Fixes #6741 This reverts commit e8b82b8191356d50a2f210067d7a9f32976d4075. | ||||
* | Merge pull request #3291 from doktornotor/patch-4 | Renato Botelho | 2016-12-20 | 1 | -0/+4 |
|\ | |||||
| * | Unbound - add support for "deny_non_local" and "refuse_non_local" ACLs ↵ | doktornotor | 2016-12-18 | 1 | -0/+4 |
| | | | | | | | | (Feature #6914) | ||||
* | | dhcp6c no release | marjohn56 | 2016-12-19 | 1 | -2/+4 |
| | | | | | | | | | | | | Script changes to allow no-release option of dhcp6c. These changes to be used in conjunction with pfSense/FreeBSD-ports/net/dhcp6c recent change from PR #231 | ||||
* | | Add missing include | doktornotor | 2016-12-17 | 1 | -0/+3 |
| | | |||||
* | | Restart unbound after clearing logs (Bug #6915) | doktornotor | 2016-12-17 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3283 from doktornotor/patch-1 | jim-p | 2016-12-16 | 2 | -2/+11 |
|\ | |||||
| * | Ensure that the more secure option is used if both user-copy-files and ↵ | doktornotor | 2016-12-16 | 1 | -2/+2 |
| | | | | | | | | user-copy-files-chroot is granted | ||||
| * | Add support for chrooted SCP | doktornotor | 2016-12-16 | 1 | -2/+9 |
| | | |||||
| * | Add support for chrooted SCP | doktornotor | 2016-12-16 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #3281 from phil-davis/patch-7 | Renato Botelho | 2016-12-16 | 1 | -6/+6 |
|\ \ | |||||
| * | | validateipaddr enhance flexibility for translation | Phil Davis | 2016-12-16 | 1 | -6/+6 |
| |/ | | | | | By using sprintf() we can allow for some language where the label text does not fit at the start of the sentence. | ||||
* | | validateipaddr code format | Phil Davis | 2016-12-16 | 1 | -2/+2 |
|/ | |||||
* | Fix comment | Steve Beaver | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | Added a function validateipaddr() use as: | Steve Beaver | 2016-12-15 | 2 | -0/+66 |
| | | | | | | | | | | | | // Validate a network address // $addr: the address to validate // $type: IPV4|IPV6|IPV4V6 // $label: the label used by the GUI to display this value. Required to compose an error message // $err_msg: pointer to the callers error message array so that error messages can be added to it here // $alias: are aliases permitted for this address? function validateipaddr(&$addr, $type, $label, &$err_msg, $alias=false) This is indented to provide a single method of validating IP addresses of all types and composing a suitable error message | ||||
* | If nothing is enabled that requires xinetd, do not run xinetd. Fixes #6308 | jim-p | 2016-12-15 | 1 | -12/+16 |
| | |||||
* | Fix to match the pot template. | doktornotor | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | Nuke outdated hint about scponly install | doktornotor | 2016-12-15 | 1 | -4/+1 |
| | |||||
* | Correct the descriptions and behavior of the Adaptive Start and Adaptive End ↵ | jim-p | 2016-12-14 | 1 | -1/+1 |
| | | | | settings. | ||||
* | Merge pull request #3236 from PiBa-NL/openvpn_startup_lock | Renato Botelho | 2016-12-14 | 1 | -2/+6 |
|\ | |||||
| * | openvpn, startup locking sequence to prevent issues around pid file / ↵ | PiBa-NL | 2016-11-19 | 1 | -2/+6 |
| | | | | | | | | | | | | process management fixes: https://redmine.pfsense.org/issues/6940 | ||||
* | | Merge pull request #3276 from phil-davis/patch-10 | Renato Botelho | 2016-12-13 | 1 | -5/+6 |
|\ \ | |||||
| * | | dhcpv6_pd_str_help add default case | Phil Davis | 2016-12-13 | 1 | -5/+6 |
| | | | | | | | | | | | | When the interface concerned does not yet have its details known (e.g. Track Interface values from upstream have not come yet) then we might as well at least give the caller some reasonable text. e.g. I was adding V6 Static Mappings on an interface that has "Track Interface" and no IPv6 delegation yet. The error message that tries to tell me the type of input I need to put or the static IP offset had no example at all. | ||||
* | | | Merge pull request #3268 from blkeller/apu2-serial-fix | Renato Botelho | 2016-12-13 | 2 | -1/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add PC Engines APU2 to the list of serial-only platforms | Brett Keller | 2016-12-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | The vidconsole needs to be explicitly disabled for PC Engines APU2, otherwise the comconsole is garbled and mostly unusable during the boot block and boot loader. | ||||
| * | | Add specific platform detection for PC Engines APU2 | Brett Keller | 2016-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | Based detection on $product rather than $hw_model, because $hw_model returns the name of the AMD SoC, which might be used on other boards. | ||||
* | | | Encode the auth server list before passing it on the CLI, to avoid issues ↵ | jim-p | 2016-12-12 | 2 | -2/+2 |
| | | | | | | | | | | | | with special characters that break when interpreted as URL parameters during OpenVPN auth. Fixes #7002 | ||||
* | | | This script is not called directly in a way that requires a shabang, and it ↵ | jim-p | 2016-12-12 | 1 | -1/+0 |
|/ / | | | | | | | interferes with the script output, preventing successful authentication. Fixes #7008 | ||||
* | | Ensure that mobile IPsec client addresses are added to vpn_networks. Fixes #7005 | jim-p | 2016-12-12 | 1 | -0/+11 |
| | | |||||
* | | Comment typos in itemid.inc | Phil Davis | 2016-12-10 | 1 | -2/+2 |
| | | |||||
* | | Add a gateway state plugin hook. | Luiz Otavio O Souza | 2016-12-09 | 1 | -0/+8 |
| | | | | | | | | Pull Request #3093 | ||||
* | | Revert the workaround now that the pf parsing issue is fixed. | Luiz Otavio O Souza | 2016-12-09 | 1 | -3/+2 |
| | | | | | | | | Ticket #6985 | ||||
* | | Ticket #6472: Add toggle_id | Renato Botelho | 2016-12-09 | 1 | -0/+34 |
| | | | | | | | | Introduce toggle_id() used to enable/disable associated firewall rules | ||||
* | | Simplify logic | Renato Botelho | 2016-12-09 | 1 | -23/+15 |
| | | |||||
* | | Fix comments | Renato Botelho | 2016-12-09 | 1 | -5/+5 |
| | | |||||
* | | $array doesn't need to be a reference here | Renato Botelho | 2016-12-09 | 1 | -1/+1 |
| | | |||||
* | | Update simplepie (RSS Parsing library) to 1.4.3 | jim-p | 2016-12-09 | 1 | -6340/+11406 |
| | | |||||
* | | Fix #6996 using existing variable | Renato Botelho | 2016-12-09 | 1 | -1/+1 |
| | | |||||
* | | Fix #6857 | Renato Botelho | 2016-12-08 | 1 | -9/+9 |
| | | | | | | | | | | | | | | During boot local_sync_acocunts() should be able to access LDAP server on a non-local network or also resolve LDAP server hostname. To make it possible move calls to create static routes and start dnsmasq/unbound to run earlier | ||||
* | | Specify IP to set for zoneedit | Phil Davis | 2016-12-08 | 1 | -1/+1 |
| | | |||||
* | | Populate the HTTP_PROXY_AUTH env var. Ticket #6949 | jim-p | 2016-12-07 | 4 | -0/+22 |
| | | |||||
* | | Merge pull request #3259 from phil-davis/disablegatewayactions | Renato Botelho | 2016-12-07 | 1 | -9/+28 |
|\ \ | |||||
| * | | Feature #3151 Disable gateway monitoring actions | Phil Davis | 2016-12-07 | 1 | -9/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #3130 from omnia-dev/master | Renato Botelho | 2016-12-07 | 1 | -9/+9 |
|\ \ \ |