summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #2412. Also allow ipv6 traffic to flow on the stf interfaceErmal2013-01-301-0/+4
|
* Ticket #2412 6to4 can come from any source. Also tighten rule that reply ↵Ermal2013-01-301-2/+2
| | | | comes only to the dedicated interface for this rather than any other interface
* Fixes #2674. Use the interface mtu rather than hardcoded 1280. Needs to be ↵Ermal2013-01-301-1/+5
| | | | seen if issues with fragmentation can come from this on 6rd/6to4 tunnels
* pfctl -b is gone just use std tools of pfctlErmal2013-01-302-12/+7
|
* Make this regular expression a little more specific so it does not kill the ↵Erik Fonnesbeck2013-01-301-1/+1
| | | | wrong wpa_supplicant if there are double-digit interface numbers.
* Corrected cmd line for hostapdPhil Davis2013-01-301-4/+7
|
* Revert "Use pid even for hostapd rather then trying to guess with regex"Ermal2013-01-301-7/+4
| | | | This reverts commit b73a96b68d1d4e919a268d2e8e3a6ec902709e6d.
* Use correct key. Be more strict while checking by suing v4 version for ipv4. ↵Ermal2013-01-291-4/+4
| | | | Fixes: http://forum.pfsense.org/index.php/topic,58122.msg312024.html#msg312024
* Merge pull request #358 from miken32/hp_bandwidthErmal Luçi2013-01-291-54/+83
|\ | | | | support HP RADIUS attributes for bandwidth limits and redirection URLs
| * support HP RADIUS attributes for bandwidth, url, data quotasMichael Newton2013-01-291-54/+83
| |
* | Use pfSense function where possible and rename stf0 to interface_stf to ↵Ermal2013-01-292-15/+20
| | | | | | | | allow multiple instances of iot
* | I am not sure why this is needed but for sure its not needed during bootupErmal2013-01-291-1/+3
|/
* Permit openvpn to use same port on different interfaces. It should fix #814Renato Botelho2013-01-291-11/+29
|
* Fix wrong unset callsRenato Botelho2013-01-291-4/+4
|
* Do not do so much work during boot since all interfaces will be called for ↵Ermal2013-01-291-11/+20
| | | | configuration no need to go and find those. Also delay tracking interfaces during config to give a chance their parents to come up
* Use pid even for hostapd rather then trying to guess with regexErmal2013-01-281-4/+7
|
* If the interface is not enabled do not try to configure itErmal2013-01-281-1/+4
|
* Make check more strong and readble. Also make dhcp6c use its pid file to ↵Ermal2013-01-281-96/+88
| | | | make things easy
* is_subnet() will fail here if using comma-separated lists of networks. Use ↵jim-p2013-01-281-2/+2
| | | | openvpn_validate_cidr() instead.
* is_subnet() will fail here if using comma-separated lists of networks. Use ↵jim-p2013-01-281-2/+2
| | | | openvpn_validate_cidr() instead.
* Move the definition of negate_networks/vpn_networks to its place and ↵Ermal2013-01-281-14/+29
| | | | re-include ipsec vpns in this tables since scrub for mss clamping need this.
* Fix rrd databases upgrade. Helps ticket #2651Renato Botelho2013-01-281-4/+2
| | | | | | - Replace find that was being called with wrong parameters at upgrade_054_to_055() and upgrade_080_to_081() by return_dir_as_array() call.
* Add option filter to return_dir_as_array()Renato Botelho2013-01-281-7/+8
| | | | | | - Add a 2nd parameter, default empty, that allows to pass a regex to filter files it'll return - While I'm here, simplify code removinf $canadd var
* Display a list of ciphers accelerated by a specific engine. Also, skip ↵jim-p2013-01-271-4/+23
| | | | engines that are listed but unavailable for direct use.
* Fixup paths when executing OpenSSL.jim-p2013-01-273-7/+7
|
* Configure pipe directly in php until ipfw binary is fixed to correctly ↵Ermal2013-01-271-2/+2
| | | | configure pipes even that context is specified
* Configure pipe directly in php until ipfw binary is fixed to correctly ↵Ermal2013-01-271-2/+2
| | | | configure pipes even that context is specified
* Correct displaying of ipsec status for natted networks.Ermal2013-01-271-1/+1
|
* Catch up with code change. Pointy-hat: myselfErmal2013-01-271-1/+1
|
* Remove missed line and also improve code for bridge casesErmal2013-01-271-7/+7
|
* Fix ipfw config generation for allowed IPsbcyrill2013-01-271-2/+2
|
* Merge pull request #349 from bcyrill/bridge_patch2Ermal Luçi2013-01-271-1/+1
|\ | | | | Use unescaped variable in if condition
| * Use unescaped variable in if conditionbcyrill2013-01-271-1/+1
| |
* | Correct real interface assignmentErmal2013-01-271-5/+5
|/
* Remove return value of interface_bridge_configurebcyrill2013-01-261-5/+3
|
* Correct another parameter passed to pfsense functionsErmal2013-01-261-5/+7
|
* Fix holdcount/holdcnt parameter confusionbcyrill2013-01-261-1/+1
|
* No need for escaping here since this is php internal functionsErmal2013-01-261-7/+6
|
* Do not use array_keys uselesslyErmal2013-01-261-1/+1
|
* Correctly generate dhcpleases file to avoid issues with dhcpleases. Also ↵Ermal2013-01-263-110/+89
| | | | while here correct code and make some optiomizations and corrections
* Maintain the previous order of creating wireless interfaces at boot so ↵Erik Fonnesbeck2013-01-261-6/+13
| | | | additional virtual APs get the same generated MAC as before.
* Try a little harder to find the protocol rather than giving up. Fixes #2751jim-p2013-01-251-1/+11
|
* Actually even earlier since lagg can have wireless ifaces as member or vlan ↵Ermal2013-01-251-3/+3
| | | | can reside on top of them
* To avoid issues reported during bootup with wireless create clones early on ↵Ermal2013-01-251-3/+3
| | | | bootup. Wireless can only have base interfaces and not clonable one so this should had been done since beggining.
* Merge pull request #320 from bcyrill/patch2Ermal Luçi2013-01-251-7/+7
|\ | | | | Allow empty RADIUS secrets
| * Allow empty RADIUS keysbcyrill2013-01-101-7/+7
| |
* | Put outgoing policy routes even for the vips to correct sourced traffic from ↵Ermal2013-01-251-2/+35
| | | | | | | | them. Fixes #1823
* | Return the full list of vips to help with #1823Ermal2013-01-251-1/+3
| |
* | Fix concurrent username loginsbcyrill2013-01-251-1/+1
| |
* | Allow specifying multiple local/remote networks for OpenVPN separated by ↵jim-p2013-01-241-18/+78
| | | | | | | | commas. While I'm here, fix up the IPv6 tunnel/remote/local network input validation. Simplify some code using functions.
OpenPOWER on IntegriCloud