summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3298 from phil-davis/patch-7Steve Beaver2016-12-201-7/+13
|\
| * validateipaddr update return value commentsPhil Davis2016-12-201-3/+3
| |
| * validateipaddr use constants from globals.incPhil Davis2016-12-201-7/+7
| |
| * validateipaddr return address familyPhil Davis2016-12-201-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 pollingRenato Botelho2016-12-202-61/+0
| |
* | Revise define values for address types to allow an easier transition in ↵Steve Beaver2016-12-201-3/+4
| | | | | | | | validateipaddr()
* | Revert "ctrl-c is handy in the shell. Do not lock out."Renato Botelho2016-12-201-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-4Renato Botelho2016-12-201-0/+4
|\
| * Unbound - add support for "deny_non_local" and "refuse_non_local" ACLs ↵doktornotor2016-12-181-0/+4
| | | | | | | | (Feature #6914)
* | dhcp6c no releasemarjohn562016-12-191-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 includedoktornotor2016-12-171-0/+3
| |
* | Restart unbound after clearing logs (Bug #6915)doktornotor2016-12-171-0/+1
|/
* Merge pull request #3283 from doktornotor/patch-1jim-p2016-12-162-2/+11
|\
| * Ensure that the more secure option is used if both user-copy-files and ↵doktornotor2016-12-161-2/+2
| | | | | | | | user-copy-files-chroot is granted
| * Add support for chrooted SCPdoktornotor2016-12-161-2/+9
| |
| * Add support for chrooted SCPdoktornotor2016-12-161-0/+2
| |
* | Merge pull request #3281 from phil-davis/patch-7Renato Botelho2016-12-161-6/+6
|\ \
| * | validateipaddr enhance flexibility for translationPhil Davis2016-12-161-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 formatPhil Davis2016-12-161-2/+2
|/
* Fix commentSteve Beaver2016-12-151-1/+1
|
* Added a function validateipaddr() use as:Steve Beaver2016-12-152-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 #6308jim-p2016-12-151-12/+16
|
* Fix to match the pot template.doktornotor2016-12-151-1/+1
|
* Nuke outdated hint about scponly installdoktornotor2016-12-151-4/+1
|
* Correct the descriptions and behavior of the Adaptive Start and Adaptive End ↵jim-p2016-12-141-1/+1
| | | | settings.
* Merge pull request #3236 from PiBa-NL/openvpn_startup_lockRenato Botelho2016-12-141-2/+6
|\
| * openvpn, startup locking sequence to prevent issues around pid file / ↵PiBa-NL2016-11-191-2/+6
| | | | | | | | | | | | process management fixes: https://redmine.pfsense.org/issues/6940
* | Merge pull request #3276 from phil-davis/patch-10Renato Botelho2016-12-131-5/+6
|\ \
| * | dhcpv6_pd_str_help add default casePhil Davis2016-12-131-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-fixRenato Botelho2016-12-132-1/+5
|\ \ \ | |/ / |/| |
| * | Add PC Engines APU2 to the list of serial-only platformsBrett Keller2016-12-121-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 APU2Brett Keller2016-12-121-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-p2016-12-122-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-p2016-12-121-1/+0
|/ / | | | | | | interferes with the script output, preventing successful authentication. Fixes #7008
* | Ensure that mobile IPsec client addresses are added to vpn_networks. Fixes #7005jim-p2016-12-121-0/+11
| |
* | Comment typos in itemid.incPhil Davis2016-12-101-2/+2
| |
* | Add a gateway state plugin hook.Luiz Otavio O Souza2016-12-091-0/+8
| | | | | | | | Pull Request #3093
* | Revert the workaround now that the pf parsing issue is fixed.Luiz Otavio O Souza2016-12-091-3/+2
| | | | | | | | Ticket #6985
* | Ticket #6472: Add toggle_idRenato Botelho2016-12-091-0/+34
| | | | | | | | Introduce toggle_id() used to enable/disable associated firewall rules
* | Simplify logicRenato Botelho2016-12-091-23/+15
| |
* | Fix commentsRenato Botelho2016-12-091-5/+5
| |
* | $array doesn't need to be a reference hereRenato Botelho2016-12-091-1/+1
| |
* | Update simplepie (RSS Parsing library) to 1.4.3jim-p2016-12-091-6340/+11406
| |
* | Fix #6996 using existing variableRenato Botelho2016-12-091-1/+1
| |
* | Fix #6857Renato Botelho2016-12-081-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 zoneeditPhil Davis2016-12-081-1/+1
| |
* | Populate the HTTP_PROXY_AUTH env var. Ticket #6949jim-p2016-12-074-0/+22
| |
* | Merge pull request #3259 from phil-davis/disablegatewayactionsRenato Botelho2016-12-071-9/+28
|\ \
| * | Feature #3151 Disable gateway monitoring actionsPhil Davis2016-12-071-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/masterRenato Botelho2016-12-071-9/+9
|\ \ \
OpenPOWER on IntegriCloud