summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* | Move is_inrange() to util.inc and rename it to is_inrange_v6()Renato Botelho2013-01-241-0/+8
| |
* | Move is_inrange() to util.inc and rename it to is_inrange_v4()Renato Botelho2013-01-241-0/+8
| |
* | Merge #237 manually whitout the GUI option for specifying interim interval. ↵Ermal2013-01-242-19/+27
| | | | | | | | It will read now this attribute if present in a reply and use it. Fixes #1492
* | Read Acct-Interim-Interval from an access-accept replyErmal2013-01-241-0/+3
| |
* | Mostly for testing name relation in github. No functional changeCharlie2013-01-241-1/+0
| |
* | Mostly for testing name relation in github. No functional changeermal2013-01-241-1/+0
| |
* | Put for now the code here in preparation of properly cleaning a recofnigured ↵Ermal Luçi2013-01-241-0/+2
| | | | | | | | interface
* | Teach interface_bring_down to read a cofniguration passed in. Will be useful ↵Ermal2013-01-241-2/+8
| | | | | | | | for Ticket #2758
* | Do not be so verbose by default this is just needed by a developer at bestErmal2013-01-241-1/+3
| |
* | Allow set DHCP options per reservationRenato Botelho2013-01-231-3/+48
| |
* | Resolves #2482. Remove an ipv6 alias from a vip eevn though the pfsense ↵Ermal2013-01-231-2/+6
| | | | | | | | module does not have support for that
* | Convert all captiveportal code to not use ipfw_set_context since its not ↵Ermal2013-01-231-23/+8
| | | | | | | | needed anymore. Also add code to validate cpzone on webgui pages before being used
* | Fix some DHCP per pool options that will never be considered because of a ↵Renato Botelho2013-01-231-3/+3
| | | | | | | | wrong check
* | Escape some variables used in mwexec() callsRenato Botelho2013-01-221-9/+9
| |
* | Update etc/inc/vpn.incbcyrill2013-01-221-28/+33
| | | | | | | | | | There's no need to create a spd.conf.reload file if it's empty. Phase 1 entries for mobile clients are not handled by this function, thus exclude them. Their SPD have a limited lifetime anyway.
* | Add GUI option to use "topology subnet" for OpenVPN, since the OpenVPN ↵jim-p2013-01-221-0/+4
| | | | | | | | Connect iOS client requires it for IPv6
* | Validate QinQ interface to be sure it's validRenato Botelho2013-01-221-0/+6
| |
OpenPOWER on IntegriCloud