Commit Graph

10320 Commits

Author SHA1 Message Date
rbgarga
6989320509 Merge pull request #378 from phil-lavin/bugfix-php-errors
Fix PHP errors relating to using string offset as an array
2013-02-05 06:42:43 -08:00
Phil Lavin
80d5bd413f Fix PHP errors relating to using string offset as an array 2013-02-05 14:31:10 +00:00
Renato Botelho
613a3cc563 For reloadall on interface_configure() called by GUI 2013-02-05 12:30:10 -02:00
jim-p
d2b2872afa Test var before using as array. Should fix #2794 2013-02-05 08:28:57 -05:00
Jim P
fd5c4305fb Merge pull request #377 from bcyrill/fix_lagg
Fix valid interface check on interfaces_lagg_edit.php
2013-02-05 05:06:55 -08:00
Renato Botelho
ee132ba1db Change gateways widget layout to better accomodate long ipv6 addresses. It should fix #2790 2013-02-05 10:13:30 -02:00
bcyrill
cdad45cd37 Fix valid interface check on interfaces_lagg_edit.php 2013-02-05 12:46:42 +01:00
Renato Botelho
dd82d25229 Fix whitespaces 2013-02-05 08:11:21 -02:00
Renato Botelho
e1f9d058f4 Fix indent 2013-02-05 08:10:16 -02:00
N0YB
96ea7162fc Services: DNS Forwarder
Add DNS query forwarding section with options for sequential and require domain.
2013-02-04 22:42:50 -08:00
jim-p
f54712b6c8 Fix a couple JS errors/problems with OpenVPN server code. 2013-02-04 17:04:12 -05:00
Renato Botelho
56756d31a2 Fix add gateway validation on interface configuration. It should fix #2791 2013-02-04 14:54:24 -02:00
bcyrill
8839e3fb5c Update usr/local/www/interfaces.php
Variables that equal FALSE are considered to be empty e.g. "0".
2013-02-04 16:04:11 +01:00
Ermal
b5b5bcc041 Make more strict checks during is_ip* functions. Helps http://forum.pfsense.org/index.php/topic,58399.0.html and http://forum.pfsense.org/index.php/topic,58273.0.html 2013-02-04 13:36:25 +00:00
rbgarga
2899400585 Merge pull request #370 from bcyrill/cp_patch2
Fix problems with overlapping 'allowed IP subnets' / pipes in CP
2013-02-04 01:28:34 -08:00
rbgarga
0677741a58 Merge pull request #371 from bcyrill/patch-18
Fix filterdns termination
2013-02-04 01:26:44 -08:00
rbgarga
032c724531 Merge pull request #372 from miken32/reverseacct
Allow RADIUS accounting to be reversed
2013-02-04 01:25:40 -08:00
Jim P
8fd76a0704 Merge pull request #369 from bcyrill/dyndns_rfc
Gray-out disabled RFC2136 entries
2013-02-02 16:53:26 -08:00
bcyrill
fe17da8a41 Reconfigure allowed hostnames when deleting entries 2013-02-02 21:35:12 +01:00
bcyrill
f504b290ff Fix problems with overlapping 'allowed IP subnets' in CP 2013-02-02 20:22:15 +01:00
bcyrill
e5da6830ae Gray-out disabled RFC2136 entries 2013-02-02 14:29:30 +01:00
bcyrill
e766bd84c3 Whitespaces 2013-02-02 14:24:14 +01:00
bcyrill
51ce2ea779 Gray-out disabled DynDNS entries 2013-02-02 14:10:45 +01:00
bcyrill
5a39eb2b68 Whitespaces 2013-02-02 13:56:20 +01:00
Michael Newton
720498a044 checkbox to allow reversing of RADIUS accounting byte counts 2013-02-01 15:21:21 -08:00
bcyrill
60037e00aa Update usr/local/www/system_gateways_edit.php
Correct IP family mix-up.
2013-02-01 22:18:21 +01:00
Phil Davis
b328217211 Display only needed Reinstall and Clear Package Lock buttons
Make the code a bit smarter, so the user only sees whichever of the reinstall and clear package lock buttons that are actually relevant.
2013-02-01 13:04:33 +05:45
Phil Davis
e27953e73a Allow clear package lock when 1st install fails
I upgraded a system this morning. An issue during the 1st package reinstall caused the package lock to be set, but no packages installed. The Backup/Restore GUI page did not show the section for resetting the package lock, because it only displays that if there is at least 1 package installed - catch-22.
This fixes that odd condition.
2013-02-01 11:51:48 +05:45
Ermal
8f563bb423 Use the better -Fs modifies to pf to kill the states by interface. Also kill both sides on an interface when -k needs to be used 2013-01-31 22:04:07 +00:00
Ermal Luçi
9d99f69abb Merge pull request #364 from mdima/master
Fix for links and PPS
2013-01-31 04:07:45 -08:00
Ermal
dd1fc379b4 Actually destroy in this case 2013-01-31 08:08:20 +00:00
Ermal
4144aa8133 Do the right thing here 2013-01-31 08:07:50 +00:00
Michele Di Maria
6ba3121b27 Fixes links and PPS
This change fixes:
- Interface value in the links to the "Firewall: Traffic Shaper" page;
- Read the proper PPS value from the qstats XML file.
2013-01-31 09:07:36 +01:00
Phil Davis
11d3a15926 Syntax error in vpn_pppoe.php 2013-01-31 10:47:56 +05:45
Renato Botelho
0a0b17d90d Avoid mpd based services to set localip to an already used IP on the system. It should fix #1723 2013-01-30 17:08:28 -02:00
Ermal
9cd6b95023 Do more strict checks. Also silence some more log_error under debug. Also do some sanity checks on rc.newwanipv6 before doing any operation 2013-01-30 18:43:47 +00:00
jim-p
23e3b2adce Whitespace fixes 2013-01-30 10:22:54 -05:00
jim-p
0acd271b3c Change output style to follow halt.php and reboot.php so the shutdown output appears in the correct location on the page. 2013-01-30 10:22:53 -05: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
9eb49a5152 pfctl -b is gone just use std tools of pfctl 2013-01-30 10:26:14 +00:00
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
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
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
Ermal
97e0cb6126 Use unset to free resources now that php does not use exit on CP 2013-01-29 19:42:17 +00: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