summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Micro speedup improvements on the parser.Ermal Luçi2009-08-131-11/+9
* | | | Check even if the file exists or not. Only checking filesize its not enough f...Ermal Luçi2009-08-131-2/+2
* | | | Change the parser to xmlreader instead of the current parser. This brings spe...Ermal Luçi2009-08-121-96/+38
* | | | Fix some logic on enabling or disabling ipfw filtering on interfaces.Ermal Luçi2009-08-121-2/+5
* | | | Readd rule since it makes the policy easier to read.Ermal Luçi2009-08-121-0/+1
* | | | 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
* | | | Reduce some unneeded overhead in CP generated ipfw rules.Ermal Luçi2009-08-111-30/+4
* | | | Remove unneeded double quoutes from expression.Ermal Luçi2009-08-111-1/+1
* | | | Mark some other function with COMPAT comment to easily find them when needed.Ermal Luçi2009-08-111-4/+3
* | | | 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
* | | | Allow logging everything to syslog (allows syslog of snort, amongst other thi...Chris Buechler2009-08-091-0/+6
* | | | Allow tcpdump by default on enc. There is no measurable performance impact, a...Chris Buechler2009-08-081-2/+2
* | | | Circumvent weirdness of php when unsetting an array members during a loop.Ermal Luçi2009-07-311-2/+6
* | | | Add ';' which should make the error page link work again.Ermal Luçi2009-07-311-1/+1
* | | | Fix a probably php undetermined behaviour of code in php.Ermal Luçi2009-07-301-1/+4
* | | | Tell syslogd to not compress information to the following line is repeated N ...Ermal Luçi2009-07-291-3/+3
* | | | Add better checks to the lighty port setting to prevent some issues with php5...Ermal Luçi2009-07-281-1/+1
* | | | It is printf and not print. Thanks-To: merlin from forums for spotting it.Ermal Luçi2009-07-281-1/+1
* | | | Fix routes on the same interface and the return value of guess_interface_from...Ermal Luçi2009-07-272-2/+2
* | | | Turn off fastcgi for installations with less than 65 megabytes of ramScott Ullrich2009-07-261-1/+5
* | | | PHP 5 array change handling. Better check before blindly taking the reference.Ermal Luçi2009-07-261-0/+4
* | | | Make the propper check about arrays that php5 requires.Ermal Luçi2009-07-241-0/+4
* | | | 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-232-33/+18
* | | | * Cleanup the mess that is reflection. Basically refactor the reflection code...Ermal Luçi2009-07-232-188/+138
| |/ / |/| |
* | | Create a function to generate aliases and nested aliases. This will translate...Ermal Luçi2009-07-221-36/+30
|/ /
* | needs to be a global nowScott Ullrich2009-07-151-0/+1
* | needs to be a global nowScott Ullrich2009-07-151-0/+1
* | Do not allow muting of serial + full installScott Ullrich2009-07-151-0/+2
* | Do not allow muting of a serial console. The kernel gets very cranky and di...Scott Ullrich2009-07-151-4/+11
* | Be smarter at it and reduce some overhead.Ermal Luçi2009-07-151-19/+6
* | Correct file names.Ermal Luçi2009-07-151-2/+2
* | Remove files before recreating them. Add filter rules early content to the fi...Ermal Luçi2009-07-151-1/+12
* | Do not send a HUP to racoon as that causes issue with initialSeth Mos2009-07-141-3/+0
* | Switch over the dns list from arguments to dnswatch to a file which holds the...Seth Mos2009-07-141-4/+3
* | Correct sysctl locationScott Ullrich2009-07-131-4/+4
* | Normalize the LEDs before alerting, in case the others are in the middle of s...jim-p2009-07-131-0/+1
* | Switch notice LED alert to LED 1, and make it a little more eye-catching. Als...jim-p2009-07-131-6/+5
* | Make the dnswatch_list array unique before processing itSeth Mos2009-07-131-0/+1
* | Silence dnscache message into a debug checkSeth Mos2009-07-131-2/+4
* | Silence route delete, this will also match on local network connectedSeth Mos2009-07-131-1/+1
* | 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
OpenPOWER on IntegriCloud