Commit Graph

20660 Commits

Author SHA1 Message Date
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
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
Ermal Luçi
bef212d326 Merge pull request #376 from N0YB/DNS_Query_Forwarding_Options
Services: DNS Forwarder
2013-02-04 23:45:02 -08: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
Ermal Luçi
9239b1ce45 Merge pull request #374 from bcyrill/patch-10
Update usr/local/www/interfaces.php
2013-02-04 07:39:54 -08: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
Renato Botelho
a75a49f6e5 Fix get_interface_subnetv6() for VIPs 2013-02-04 11:17:42 -02: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
Chris Buechler
e3c4b0244c Merge pull request #373 from phil-davis/master
Make not LAN address etc rules work
2013-02-04 00:46:15 -08:00
Phil Davis
2cd249edf0 Make not LAN address etc rules work
I cannot understand how this worked anywhere in the recent past. The code fragment:
if(isset($rule[$target]['not']))
	$src = " !{$src}";$src = " !{$src}";
Appeared in multiple if/else clauses but was missing in 2 places, which I have added.
Actually, it is now duplicated in every part of the filter_generate_address if/else structure, and so it could be applied once at the end of the routine.
I have taken the minimal risk approach here, since I am not in a position to test every if/else case properly. But I can easily create a version that removes the code duplication, and someone else can test it well before committing (this is a fundamental bit of rule code that everyone uses, so I don't want to accidenatally break it worse for some poor sod.)
2013-02-04 10:00:59 +05:45
jim-p
990fa101b6 Add a means to force a fsck (on rare occasions the fs is not marked dirty, but still needs fsck run to fix errors) 2013-02-02 21:36:39 -05:00
jim-p
2085c6de5d Add a manual way for someone to set TRIM if they really want it. touch /root/TRIM_set and reboot to set, touch /root/TRIM_unset to clear.
Have to reboot after setting the tunefs flag or when mount is run, it clears any changes. No way to do it on the fly.
2013-02-02 21:30:31 -05: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
Jim P
38c5c7b84f Merge pull request #368 from bcyrill/dyndns_disable
Gray-out disabled DynDNS entries
2013-02-02 16:53:11 -08:00
bcyrill
fe17da8a41 Reconfigure allowed hostnames when deleting entries 2013-02-02 21:35:12 +01:00
bcyrill
7b5eab845c Kill filterdns when not being used 2013-02-02 21:22:41 +01:00
bcyrill
f504b290ff Fix problems with overlapping 'allowed IP subnets' in CP 2013-02-02 20:22:15 +01:00
Michael Newton
c02ef67f8f Merge remote-tracking branch 'upstream/master' into reverseacct 2013-02-02 09:19:30 -08: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
Jim P
49b12e444e Merge pull request #367 from bcyrill/patch-8
Add hw.usb.no_pf="1" to loader.conf on nanobsd
2013-02-01 18:52:53 -08:00
Michael Newton
f48abba23b check for optional reversing of statistics 2013-02-01 15:22:10 -08:00
Michael Newton
720498a044 checkbox to allow reversing of RADIUS accounting byte counts 2013-02-01 15:21:21 -08:00
bcyrill
3be7f5e7d8 Add hw.usb.no_pf="1" to loader.conf on nanobsd 2013-02-01 22:58:38 +01:00
Jim P
c5e48525b4 Merge pull request #366 from bcyrill/patch-5
Correct IP family mix-up.
2013-02-01 13:21:42 -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
Renato Botelho
3d54aa10ca Avoid killing apinger's rrdtool processes on kill_traffic_collector(). It helps a problem reported on comment of ticket #1399 2013-02-01 16:59:46 -02:00
Renato Botelho
48126e256f Avoid duplicate hw.usb_no_pf entry on loader.conf 2013-02-01 14:02:14 -02:00
Renato Botelho
25c088de57 Hide usbus# from interfaces list. Fixes #2306 2013-02-01 13:57:59 -02:00
Jim P
69efe7c67f Merge pull request #365 from phil-davis/master
Allow clear package lock when 1st install fails
2013-02-01 07:08:32 -08:00
Renato Botelho
53bc1f3868 Removed unused block of code 2013-02-01 11:22:07 -02: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
b686e5d0ce Load if_stf module if has not been done 2013-01-31 20:26:07 +00:00
Renato Botelho
d187805383 Add missing parameter to interface_track6_configure() call 2013-01-31 14:31:48 -02:00
Renato Botelho
3d92cd885b Fix a typo 2013-01-31 13:12:52 -02:00
Ermal
ef1c048b0f Do delayed handling of track6 interfaces a bit earlier. More thoughts need to be done on the track6 configuration 2013-01-31 14:06:39 +00:00
Ermal
ceba035a48 Correct name as reported by phil-davis@github 2013-01-31 14:06:39 +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
c4fc2eae5b Destroy the stf interface to avoid issues with ipv6 interface assignment. Also delete any previous address on track6 interfaces before assigning a new one. 2013-01-31 12:01:53 +00:00
Ermal
12aea7f16d Do not do any operation if its not necessary 2013-01-31 11:16:16 +00:00