summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
Commit message (Expand)AuthorAgeFilesLines
* Only process after_filter_configure_run if it is an arrayScott Ullrich2009-08-221-2/+3
* oops fix if statementScott Ullrich2009-08-201-1/+1
* Fix Warning: Invalid argument supplied for foreach() in /etc/inc/filter.inc o...Scott Ullrich2009-08-201-2/+4
* Fix NAT reflection for UDP. Was using the incorrect socket type, when udp was...jim-p2009-08-151-3/+6
* Actually do the test right.Ermal Luçi2009-08-121-1/+1
* Catch up with the new System->Misc option added for schedules.Ermal Luçi2009-08-121-1/+2
* Just return without the complete rule otherwise some misconfiguration may hap...Ermal Luçi2009-08-121-1/+1
* Remove unneeded double quoutes from expression.Ermal Luçi2009-08-111-1/+1
* Add a compat function after renaming tdr_install_cron to filter_tdr_install_c...Ermal Luçi2009-08-111-0/+6
* Unlock a little faster otherwise a deadlock will occur.Ermal Luçi2009-08-111-2/+2
* Use the global variable for referencing tmp path and do not use hardcoded value.Ermal Luçi2009-08-111-14/+18
* Fix routes on the same interface and the return value of guess_interface_from...Ermal Luçi2009-07-271-1/+1
* Eliminate the usage of global variables on the aliases. Remove some debugging...Ermal Luçi2009-07-241-7/+10
* Remove one global definition, unused. Fix style and use is_alias instead of d...Ermal Luçi2009-07-241-5/+3
* * If editing an alias do not display itself on the autocompletion listErmal Luçi2009-07-231-7/+13
* Merge alias_expand_value and filter_generate_aliases this makes the more sen...Ermal Luçi2009-07-231-0/+18
* * Cleanup the mess that is reflection. Basically refactor the reflection code...Ermal Luçi2009-07-231-145/+120
* Create a function to generate aliases and nested aliases. This will translate...Ermal Luçi2009-07-221-36/+30
* Correct sysctl locationScott Ullrich2009-07-131-4/+4
* Oops, we do not need to reboot to set nmbflowsScott Ullrich2009-07-121-10/+4
* Grab # cpus correctly and correct the grep for flowtable_sizeScott Ullrich2009-07-121-4/+4
* Size flowtables according to Kip's recommendations and write out loader.conf ...Scott Ullrich2009-07-121-1/+13
* Enable flowtable supportScott Ullrich2009-07-121-7/+24
* Add enable/disable option for flow table supportScott Ullrich2009-07-121-2/+4
* Adding get_freebsd_version(). Use get_freebsd_version() to check if we shoul...Scott Ullrich2009-07-111-2/+4
* Oops, pasted wrong sysctlScott Ullrich2009-07-111-2/+2
* For now set the number of flows to the same as allowable states.Scott Ullrich2009-07-111-1/+4
* Append several functions the filter_ prefix to know they are part of filter.i...Ermal Luçi2009-07-081-18/+16
* Rename generate_ipsec_filter_rules to filter_generate_ipsec_rules; Rename gen...Ermal Luçi2009-07-081-9/+9
* Remove pkg-utils.inc dependency on filter.inc this brings speed improvements ...Ermal Luçi2009-07-081-66/+1
* Present hook points for packages to present their rules.Ermal Luçi2009-07-061-6/+27
* Restor previous NEGATE behaviour for 'any' destination behaviourErmal Luçi2009-06-181-2/+2
* Clarify log error message for pf wedged situationsScott Ullrich2009-06-121-2/+2
* Oops, use exec()Scott Ullrich2009-06-111-1/+1
* Reload rules after unwedgingScott Ullrich2009-06-111-0/+1
* When PF is busy, do a pfctl -d and pfctl -e. I just ran into a situation whereScott Ullrich2009-06-111-1/+8
* Fix captive portal multinterface rule gfeneration.Ermal Luçi2009-05-301-5/+19
* Move all address handling of rules to the filter_generate_address. Remove che...Ermal Luçi2009-05-291-30/+15
* Fix still the address extraction.Ermal Luçi2009-05-291-1/+1
* Fix the issue reported on http://forum.pfsense.org/index.php/topic,16559.0.ht...Ermal Luçi2009-05-281-1/+6
* Move Sync of config from filter.inc filter_reload to write_config and all the...Ermal Luçi2009-05-221-181/+0
* Fix typo and check.Ermal Luçi2009-05-141-1/+1
* Fix the issue that the filter reload status stops at 'Syncing CARP data to {$...Ermal Luçi2009-05-131-0/+7
* Fix fallout of tables from the refactoring of address generation. This is a b...Ermal Luçi2009-05-121-27/+7
* Fix alias table generation. (There is probably a better way to do this... Ide...jim-p2009-05-121-2/+2
* Merge after_filter_configure_run commands with the system:afterfilterchangesh...Ermal Luçi2009-05-121-12/+13
* Use the php copy function instead of forking just for copying a file.Ermal Luçi2009-05-121-1/+1
* * Create two new functions lock($subsystem)/unlock() to have more reliable lo...Ermal Luçi2009-05-081-1/+8
* Spit verbose messages on schedules only if in debug mode.Ermal Luçi2009-05-071-4/+12
* Remove from filter load the captive portal module loading and move it to the ...Ermal Luçi2009-05-071-11/+1
OpenPOWER on IntegriCloud