summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix add gateway validation on interface configuration. It should fix #2791Renato Botelho2013-02-041-4/+4
|
* Merge pull request #374 from bcyrill/patch-10Ermal Luçi2013-02-041-1/+1
|\ | | | | Update usr/local/www/interfaces.php
| * Update usr/local/www/interfaces.phpbcyrill2013-02-041-1/+1
|/ | | Variables that equal FALSE are considered to be empty e.g. "0".
* Make more strict checks during is_ip* functions. Helps ↵Ermal2013-02-042-2/+4
| | | | http://forum.pfsense.org/index.php/topic,58399.0.html and http://forum.pfsense.org/index.php/topic,58273.0.html
* Fix get_interface_subnetv6() for VIPsRenato Botelho2013-02-041-10/+10
|
* Merge pull request #370 from bcyrill/cp_patch2rbgarga2013-02-042-27/+25
|\ | | | | Fix problems with overlapping 'allowed IP subnets' / pipes in CP
| * Fix problems with overlapping 'allowed IP subnets' in CPbcyrill2013-02-022-27/+25
| |
* | Merge pull request #371 from bcyrill/patch-18rbgarga2013-02-044-3/+10
|\ \ | | | | | | Fix filterdns termination
| * | Reconfigure allowed hostnames when deleting entriesbcyrill2013-02-021-0/+1
| | |
| * | Kill filterdns when not being usedbcyrill2013-02-023-3/+9
| |/
* | Merge pull request #372 from miken32/reverseacctrbgarga2013-02-042-7/+29
|\ \ | | | | | | Allow RADIUS accounting to be reversed
| * \ Merge remote-tracking branch 'upstream/master' into reverseacctMichael Newton2013-02-021-1/+2
| |\ \ | | |/
| * | check for optional reversing of statisticsMichael Newton2013-02-011-5/+18
| | |
| * | checkbox to allow reversing of RADIUS accounting byte countsMichael Newton2013-02-011-2/+11
| | |
* | | Merge pull request #373 from phil-davis/masterChris Buechler2013-02-041-0/+4
|\ \ \ | | | | | | | | Make not LAN address etc rules work
| * | | Make not LAN address etc rules workPhil Davis2013-02-041-0/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | 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.)
* | | Add a means to force a fsck (on rare occasions the fs is not marked dirty, ↵jim-p2013-02-021-0/+9
| | | | | | | | | | | | but still needs fsck run to fix errors)
* | | Add a manual way for someone to set TRIM if they really want it. touch ↵jim-p2013-02-021-0/+24
| | | | | | | | | | | | | | | | | | /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.
* | | Merge pull request #369 from bcyrill/dyndns_rfcJim P2013-02-021-50/+68
|\ \ \ | | | | | | | | Gray-out disabled RFC2136 entries
| * | | Gray-out disabled RFC2136 entriesbcyrill2013-02-021-4/+17
| | | |
| * | | Whitespacesbcyrill2013-02-021-50/+55
| | |/ | |/|
* | | Merge pull request #368 from bcyrill/dyndns_disableJim P2013-02-021-80/+103
|\ \ \ | |/ / |/| | Gray-out disabled DynDNS entries
| * | Gray-out disabled DynDNS entriesbcyrill2013-02-021-9/+27
| | |
| * | Whitespacesbcyrill2013-02-021-78/+83
|/ /
* | Merge pull request #367 from bcyrill/patch-8Jim P2013-02-011-1/+2
|\ \ | |/ |/| Add hw.usb.no_pf="1" to loader.conf on nanobsd
| * Add hw.usb.no_pf="1" to loader.conf on nanobsdbcyrill2013-02-011-1/+2
|/
* Merge pull request #366 from bcyrill/patch-5Jim P2013-02-011-3/+3
|\ | | | | Correct IP family mix-up.
| * Update usr/local/www/system_gateways_edit.phpbcyrill2013-02-011-3/+3
|/ | | Correct IP family mix-up.
* Avoid killing apinger's rrdtool processes on kill_traffic_collector(). It ↵Renato Botelho2013-02-011-2/+6
| | | | helps a problem reported on comment of ticket #1399
* Avoid duplicate hw.usb_no_pf entry on loader.confRenato Botelho2013-02-011-1/+2
|
* Hide usbus# from interfaces list. Fixes #2306Renato Botelho2013-02-011-0/+3
|
* Merge pull request #365 from phil-davis/masterJim P2013-02-011-7/+11
|\ | | | | Allow clear package lock when 1st install fails
| * Display only needed Reinstall and Clear Package Lock buttonsPhil Davis2013-02-011-7/+11
| | | | | | Make the code a bit smarter, so the user only sees whichever of the reinstall and clear package lock buttons that are actually relevant.
| * Allow clear package lock when 1st install failsPhil Davis2013-02-011-1/+1
| | | | | | | | 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.
* | Removed unused block of codeRenato Botelho2013-02-011-17/+1
|/
* Use the better -Fs modifies to pf to kill the states by interface. Also kill ↵Ermal2013-01-317-9/+8
| | | | both sides on an interface when -k needs to be used
* Load if_stf module if has not been doneErmal2013-01-311-0/+4
|
* Add missing parameter to interface_track6_configure() callRenato Botelho2013-01-311-1/+1
|
* Fix a typoRenato Botelho2013-01-311-1/+1
|
* Do delayed handling of track6 interfaces a bit earlier. More thoughts need ↵Ermal2013-01-311-9/+56
| | | | to be done on the track6 configuration
* Correct name as reported by phil-davis@githubErmal2013-01-311-1/+1
|
* Merge pull request #364 from mdima/masterErmal Luçi2013-01-311-15/+22
|\ | | | | Fix for links and PPS
| * Fixes links and PPSMichele Di Maria2013-01-311-15/+22
| | | | | | | | | | | | This change fixes: - Interface value in the links to the "Firewall: Traffic Shaper" page; - Read the proper PPS value from the qstats XML file. 
* | Destroy the stf interface to avoid issues with ipv6 interface assignment. ↵Ermal2013-01-311-24/+51
| | | | | | | | Also delete any previous address on track6 interfaces before assigning a new one.
* | Do not do any operation if its not necessaryErmal2013-01-311-5/+8
| |
* | Create link_interface_to_track6 to make code more readble and easily ↵Ermal2013-01-315-143/+129
| | | | | | | | trackble. Also improve the generation of rules to avoid creating problems during filter reload and some optimizations with it
* | Actually destroy in this caseErmal2013-01-311-1/+1
| |
* | Do the right thing hereErmal2013-01-311-2/+5
| |
* | Merge pull request #363 from phil-davis/masterChris Buechler2013-01-301-2/+2
|\ \ | | | | | | Syntax error in vpn_pppoe.php
| * | Syntax error in vpn_pppoe.phpPhil Davis2013-01-311-2/+2
|/ /
OpenPOWER on IntegriCloud