summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Initialize $a_pools to fix warnings when saving dhcp settings whith no extra ↵Renato Botelho2013-01-291-0/+1
| | | | | | | | pools
* | Permit openvpn to use same port on different interfaces. It should fix #814Renato Botelho2013-01-294-14/+32
| |
* | Fix wrong unset callsRenato Botelho2013-01-291-4/+4
| |
* | Merge pull request #356 from phil-davis/masterErmal Luçi2013-01-292-39/+39
|\ \ | | | | | | Document OpenVPN local and remote network list options
| * | Document remote network lists in OpenVPN GUIPhil Davis2013-01-291-15/+15
| | | | | | | | | Also, now the advanced route command is not needed. So change the example to the "remote" command, which can be useful in the advanced box.
| * | Document local remote network lists in OpenVPN GUIPhil Davis2013-01-291-24/+24
| | | | | | | | | The local and remote network fields can now have lists of CIDRs, so document this in the GUI.
* | | Do not do double checks for thisErmal2013-01-291-1/+1
| | |
* | | 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.
* | Add header to DHCP and DHCPv6 static mappings tablesjim-p2013-01-282-0/+8
| |
* | 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
* | Merge pull request #355 from bcyrill/cp_patch5Ermal Luçi2013-01-271-9/+9
|\ \ | |/ |/| Change order of cpzone check
| * Change order of cpzone checkbcyrill2013-01-271-9/+9
| |
* | 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.
* | Merge pull request #353 from bcyrill/cp_patch3Jim P2013-01-271-4/+4
|\ \ | |/ |/| Add missing context parameter
| * Add missing context parameterbcyrill2013-01-271-4/+4
|/
* Merge pull request #352 from bcyrill/cp_deleteipErmal Luçi2013-01-271-5/+7
|\ | | | | Do not include prefix in IP address
| * Do not include prefix in IP addressbcyrill2013-01-271-5/+7
|/
* Fixup paths when executing OpenSSL.jim-p2013-01-274-10/+10
|
* 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
|
* Merge pull request #350 from bcyrill/cp_allowedipErmal Luçi2013-01-272-12/+12
|\ | | | | Fix ipfw config generation for allowed IPs
| * Fix ipfw config generation for allowed IPsbcyrill2013-01-272-12/+12
| |
* | Restore accidentally removed code. Spoted-by: bcyrill@githubErmal2013-01-271-0/+1
|/
* 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
|/
* Merge pull request #347 from bcyrill/bridge_editChris Buechler2013-01-262-6/+4
|\ | | | | Remove return value of interface_bridge_configure
| * Remove return value of interface_bridge_configurebcyrill2013-01-262-6/+4
| |
* | Merge pull request #348 from bcyrill/gif_patch1Chris Buechler2013-01-261-1/+1
|\ \ | |/ |/| Re-add lost parenthesis
| * Re-add lost parenthesisbcyrill2013-01-271-1/+1
|/
* Correct another parameter passed to pfsense functionsErmal2013-01-261-5/+7
|
* Merge pull request #345 from bcyrill/bridge_holdcntChris Buechler2013-01-262-3/+3
|\ | | | | Fix holdcount/holdcnt parameter confusion
| * Fix holdcount/holdcnt parameter confusionbcyrill2013-01-262-3/+3
|/
* Link openssl config here to make the ports version of openssl happy when ↵jim-p2013-01-261-0/+1
| | | | making certs.
* No need for escaping here since this is php internal functionsErmal2013-01-261-7/+6
|
* Add a note about rdr pass not supporting Multi-WAN.jim-p2013-01-261-0/+1
|
* 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
|
OpenPOWER on IntegriCloud