Commit Graph

20592 Commits

Author SHA1 Message Date
Ermal
b9688d6445 Silence error. Maybe the command should be removed completely! 2013-01-30 11:59:28 +00:00
Ermal
c87f4b7092 Fixes #1928. Disallow sync loop only for certain types of calls but not for exec_[php|shell]. Also fix CARP loop detection to use correct variable 2013-01-30 10:57:00 +00:00
Ermal
311959fe8b Ticket #2412. Also allow ipv6 traffic to flow on the stf interface 2013-01-30 10:43:34 +00:00
Ermal
8dd9f19a79 Ticket #2412 6to4 can come from any source. Also tighten rule that reply comes only to the dedicated interface for this rather than any other interface 2013-01-30 10:37:49 +00:00
Ermal
a6bc492fec Fixes #2674. Use the interface mtu rather than hardcoded 1280. Needs to be seen if issues with fragmentation can come from this on 6rd/6to4 tunnels 2013-01-30 10:31:35 +00:00
Ermal
9eb49a5152 pfctl -b is gone just use std tools of pfctl 2013-01-30 10:26:14 +00:00
Erik Fonnesbeck
31b958d5b0 Make this regular expression a little more specific so it does not kill the wrong wpa_supplicant if there are double-digit interface numbers. 2013-01-30 02:05:42 -07:00
Chris Buechler
6796d0d10c Merge pull request #361 from phil-davis/master
Corrected cmd line for hostapd
2013-01-30 00:41:15 -08:00
Phil Davis
97f3ce0fa1 Corrected cmd line for hostapd 2013-01-30 14:05:56 +05:45
Ermal
a526f6a9b8 More unsets :) 2013-01-30 08:02:48 +00:00
Ermal
a606981e92 Make smal fix 2013-01-30 07:59:40 +00:00
Ermal Luçi
28f476fd7c Merge pull request #360 from mdima/master
Feature #2781: Hierarchical view of "Status-Queues" page
2013-01-29 23:56:02 -08:00
Ermal
6d33b044a9 Revert "Use pid even for hostapd rather then trying to guess with regex"
This reverts commit b73a96b68d.
2013-01-30 07:48:16 +00:00
Michele Di Maria
73eeee9347 Feature #2781: Hierarchical view of "Status-Queues" page
Second version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled. 
This version has been released after Ermal's notes.
2013-01-29 22:36:59 +01:00
Michele Di Maria
a3eab90857 Feature #2781: Hierarchical view of "Status-Queues" page
First version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.
Second version, made after Ermal's notes.
2013-01-29 22:33:36 +01:00
Ermal
3fe15891fc Use correct key. Be more strict while checking by suing v4 version for ipv4. Fixes: http://forum.pfsense.org/index.php/topic,58122.msg312024.html#msg312024 2013-01-29 20:47:54 +00:00
Ermal Luçi
fe5f2a3b66 Merge pull request #358 from miken32/hp_bandwidth
support HP RADIUS attributes for bandwidth limits and redirection URLs
2013-01-29 12:39:29 -08:00
Michele Di Maria
21b94a5444 Feature #2781: Hierarchical view of "Status-Queues" page
First version of the new "Status-Queue" page.
Requires the pfsense-tools/pfPorts/qstats/files/stats.c file to be
recompiled.
2013-01-29 21:37:02 +01:00
Michael Newton
fa2cd558c2 support HP RADIUS attributes for bandwidth, url, data quotas 2013-01-29 12:11:55 -08:00
Ermal
97e0cb6126 Use unset to free resources now that php does not use exit on CP 2013-01-29 19:42:17 +00:00
Ermal
7d1f2eace0 Use pfSense function where possible and rename stf0 to interface_stf to allow multiple instances of iot 2013-01-29 19:38:43 +00:00
Ermal
db6e6b1a58 I am not sure why this is needed but for sure its not needed during bootup 2013-01-29 19:38:43 +00:00
rbgarga
366aaa5052 Merge pull request #357 from miken32/empty_password
Allow empty CP password to be sent to RADIUS server
2013-01-29 11:23:21 -08:00
Michael Newton
16a0308da2 allow empty CP password to be sent to RADIUS server 2013-01-29 10:59:17 -08:00
Renato Botelho
cc6052f00d Initialize $a_pools to fix warnings when saving dhcp settings whith no extra pools 2013-01-29 16:06:05 -02:00
Renato Botelho
49b76122af Permit openvpn to use same port on different interfaces. It should fix #814 2013-01-29 15:30:35 -02:00
Renato Botelho
d12ae2414c Fix wrong unset calls 2013-01-29 11:19:38 -02:00
Ermal Luçi
b855071803 Merge pull request #356 from phil-davis/master
Document OpenVPN local and remote network list options
2013-01-29 00:22:24 -08:00
Ermal
cd54b9bc07 Do not do double checks for this 2013-01-29 08:14:48 +00:00
Ermal
a823022d61 Do not do so much work during boot since all interfaces will be called for configuration no need to go and find those. Also delay tracking interfaces during config to give a chance their parents to come up 2013-01-29 08:10:33 +00:00
Phil Davis
3835613a08 Document remote network lists in OpenVPN GUI
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.
2013-01-29 13:41:21 +05:45
Phil Davis
332f578196 Document local remote network lists in OpenVPN GUI
The local and remote network fields can now have lists of CIDRs, so document this in the GUI.
2013-01-29 13:32:06 +05:45
Ermal
b73a96b68d Use pid even for hostapd rather then trying to guess with regex 2013-01-28 22:21:12 +00:00
Ermal
e017a46a99 If the interface is not enabled do not try to configure it 2013-01-28 22:09:05 +00:00
Ermal
b0059636a9 Make check more strong and readble. Also make dhcp6c use its pid file to make things easy 2013-01-28 21:10:29 +00:00
jim-p
5428541102 is_subnet() will fail here if using comma-separated lists of networks. Use openvpn_validate_cidr() instead. 2013-01-28 11:51:19 -05:00
jim-p
8793cb1f83 is_subnet() will fail here if using comma-separated lists of networks. Use openvpn_validate_cidr() instead. 2013-01-28 11:49:49 -05:00
jim-p
f2ea45ef47 Add header to DHCP and DHCPv6 static mappings tables 2013-01-28 09:59:18 -05:00
Ermal
af98247281 Move the definition of negate_networks/vpn_networks to its place and re-include ipsec vpns in this tables since scrub for mss clamping need this. 2013-01-28 14:01:00 +00:00
Renato Botelho
84683e42c9 Fix rrd databases upgrade. Helps ticket #2651
- 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.
2013-01-28 11:30:10 -02:00
Renato Botelho
a2219caf9c Add option filter to return_dir_as_array()
- 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
2013-01-28 11:28:35 -02:00
Ermal Luçi
c848008b51 Merge pull request #355 from bcyrill/cp_patch5
Change order of cpzone check
2013-01-27 14:39:45 -08:00
bcyrill
6c18a81001 Change order of cpzone check 2013-01-27 22:57:47 +01:00
jim-p
349bf35803 Display a list of ciphers accelerated by a specific engine. Also, skip engines that are listed but unavailable for direct use. 2013-01-27 14:55:46 -05:00
Jim P
be82765a4f Merge pull request #353 from bcyrill/cp_patch3
Add missing context parameter
2013-01-27 11:23:44 -08:00
bcyrill
a9215a24ab Add missing context parameter 2013-01-27 20:00:14 +01:00
Ermal Luçi
9ab4af9074 Merge pull request #352 from bcyrill/cp_deleteip
Do not include prefix in IP address
2013-01-27 10:04:36 -08:00
bcyrill
7e3d78f2c8 Do not include prefix in IP address 2013-01-27 18:53:22 +01:00
jim-p
dae707f536 Fixup paths when executing OpenSSL. 2013-01-27 12:20:31 -05:00
Ermal
0674bc42c3 Configure pipe directly in php until ipfw binary is fixed to correctly configure pipes even that context is specified 2013-01-27 16:42:08 +00:00