Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix another wrong code. | Ermal Luçi | 2009-08-21 | 1 | -2/+3 |
| | | | | | | | Initialize $config_parsed before even expecting things to work. Set $config_parsed value inside lock protected code to avoid races inside function. NOTE: That this still is racy, since the value of $config_parsed before being checked at the end of config.inc, but i will leave the task to the propper/sponsored person to fix! | ||||
* | Update the Altq capable list with the 7.2 list | Seth Mos | 2009-08-21 | 1 | -6/+7 |
| | |||||
* | Unbreak parse_config plugins and fix autoconfigbackup | Scott Ullrich | 2009-08-21 | 1 | -6/+10 |
| | |||||
* | oops fix if statement | Scott Ullrich | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Fix Warning: Invalid argument supplied for foreach() in /etc/inc/filter.inc âµ | Scott Ullrich | 2009-08-20 | 1 | -2/+4 |
| | | | | on line 415 | ||||
* | Remove extra plugin info | Scott Ullrich | 2009-08-20 | 1 | -4/+0 |
| | |||||
* | Add rowhelper field which allows defining custom dhcp option numbers. âµ | Scott Ullrich | 2009-08-20 | 1 | -4/+32 |
| | | | | Sponsored-by: BSD Perimeter Commercial Support | ||||
* | Fix bogons update in GUI without duplicating logic | Chris Buechler | 2009-08-20 | 1 | -6/+5 |
| | |||||
* | Move sleep to correct location | Scott Ullrich | 2009-08-20 | 1 | -4/+3 |
| | |||||
* | Do not sleep if /var/run/donotsleep_bogons exists. For some reason the âµ | Scott Ullrich | 2009-08-20 | 1 | -1/+3 |
| | | | | first argument is not being passed when ran from webConfigurator | ||||
* | Only echo out when we are sleeping | Scott Ullrich | 2009-08-20 | 1 | -2/+1 |
| | |||||
* | Do not sleep if an argument is passed | Scott Ullrich | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Fix NAT reflection for UDP. Was using the incorrect socket type, when udp âµ | jim-p | 2009-08-15 | 1 | -3/+6 |
| | | | | was reflected, inetd was still listening on TCP. | ||||
* | Add my copyright. | Ermal Luçi | 2009-08-14 | 1 | -0/+1 |
| | |||||
* | Forgotten increase of the limit. | Ermal Luçi | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | * Convert captive portal rules to use tables. This reduces the number of âµ | Ermal Luçi | 2009-08-14 | 1 | -96/+88 |
| | | | | | | | | | | rules ALOT. * Make the peruserbw setting use tables also by taking advantage of the tablearg option. * Convert statistics to use the new improvements of ipfw tables merged previously. * Make the limit of users allowed around 25000 instead of 9999 of before. NOTE: The only thing remaining for full optimization on ipfw(4) side is converting passthrumac and layer2 secure rules to tables aswell. | ||||
* | Use ipfw tables for allowed ips. This reduces the number of rules needed for âµ | Ermal Luçi | 2009-08-13 | 1 | -53/+41 |
| | | | | them and speedups things when this list is big. This simplifies even deleteing an allowed ip from services->captiveportal->allowedips since we just need to remove them from the table. | ||||
* | Micro speedup improvements on the parser. | Ermal Luçi | 2009-08-13 | 1 | -11/+9 |
| | |||||
* | Check even if the file exists or not. Only checking filesize its not enough âµ | Ermal Luçi | 2009-08-13 | 1 | -2/+2 |
| | | | | for all cases. | ||||
* | Ensure nanobsd save tmp files under /root | Renato Botelho | 2009-08-12 | 1 | -3/+1 |
| | |||||
* | Really restart DHCPD server after changes | Scott Ullrich | 2009-08-12 | 1 | -3/+9 |
| | |||||
* | Add xmlreader module to the list of modules used on pfSense. | Ermal Luçi | 2009-08-12 | 1 | -0/+1 |
| | |||||
* | Change the parser to xmlreader instead of the current parser. This brings âµ | Ermal Luçi | 2009-08-12 | 1 | -96/+38 |
| | | | | speed improvements and reduces some of the errors of the previous parser. | ||||
* | Fix some logic on enabling or disabling ipfw filtering on interfaces. | Ermal Luçi | 2009-08-12 | 1 | -2/+5 |
| | |||||
* | Readd rule since it makes the policy easier to read. | Ermal Luçi | 2009-08-12 | 1 | -0/+1 |
| | |||||
* | Actually do the test right. | Ermal Luçi | 2009-08-12 | 1 | -1/+1 |
| | |||||
* | Catch up with the new System->Misc option added for schedules. | Ermal Luçi | 2009-08-12 | 1 | -1/+2 |
| | |||||
* | Just return without the complete rule otherwise some misconfiguration may âµ | Ermal Luçi | 2009-08-12 | 1 | -1/+1 |
| | | | | | | happen when a schedule expires. Reported-by: mileswu | ||||
* | Reduce some unneeded overhead in CP generated ipfw rules. | Ermal Luçi | 2009-08-11 | 1 | -30/+4 |
| | |||||
* | Remove unneeded double quoutes from expression. | Ermal Luçi | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Mark some other function with COMPAT comment to easily find them when needed. | Ermal Luçi | 2009-08-11 | 1 | -4/+3 |
| | |||||
* | Add a compat function after renaming tdr_install_cron to âµ | Ermal Luçi | 2009-08-11 | 1 | -0/+6 |
| | | | | filter_tdr_install_cron with a warning for the renaming. | ||||
* | Unlock a little faster otherwise a deadlock will occur. | Ermal Luçi | 2009-08-11 | 1 | -2/+2 |
| | | | | | Reported-by: mileswu Patch-extracted-from: https://rcs.pfsense.org/projects/pfsense/repos/mainline/merge_requests/30 | ||||
* | Use the global variable for referencing tmp path and do not use hardcoded value. | Ermal Luçi | 2009-08-11 | 1 | -14/+18 |
| | |||||
* | Allow logging everything to syslog (allows syslog of snort, amongst other âµ | Chris Buechler | 2009-08-09 | 1 | -0/+6 |
| | | | | things) | ||||
* | Allow tcpdump by default on enc. There is no measurable performance impact, âµ | Chris Buechler | 2009-08-08 | 1 | -2/+2 |
| | | | | and it's annoying to flip the sysctls to allow when needed. | ||||
* | Do not create /root/var/tmp | Scott Ullrich | 2009-08-06 | 1 | -3/+1 |
| | |||||
* | Only symlink pkg dir | Scott Ullrich | 2009-08-06 | 1 | -2/+1 |
| | |||||
* | Reverse link arguments and rm dir | Scott Ullrich | 2009-08-06 | 1 | -2/+3 |
| | |||||
* | Create symlink after disks are mounted | Scott Ullrich | 2009-08-06 | 1 | -8/+6 |
| | |||||
* | Create symlink after disks are mounted | Scott Ullrich | 2009-08-06 | 2 | -6/+7 |
| | |||||
* | Allow packages to be persistent across reboots. Resolved #44 | sullrich | 2009-08-05 | 1 | -1/+9 |
| | |||||
* | Use php to detect product name on shell scripts | Renato Botelho | 2009-08-03 | 4 | -4/+4 |
| | |||||
* | Circumvent weirdness of php when unsetting an array members during a loop. | Ermal Luçi | 2009-07-31 | 1 | -2/+6 |
| | |||||
* | Add ';' which should make the error page link work again. | Ermal Luçi | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | Fix a probably php undetermined behaviour of code in php. | Ermal Luçi | 2009-07-30 | 1 | -1/+4 |
| | |||||
* | Tell syslogd to not compress information to the following line is repeated N âµ | Ermal Luçi | 2009-07-29 | 1 | -3/+3 |
| | | | | times. This unbreaks sshlockout_pf. | ||||
* | Add better checks to the lighty port setting to prevent some issues with âµ | Ermal Luçi | 2009-07-28 | 1 | -1/+1 |
| | | | | php5 arrays and wrongly set values. | ||||
* | It is printf and not print. Thanks-To: merlin from forums for spotting it. | Ermal Luçi | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Fix routes on the same interface and the return value of âµ | Ermal Luçi | 2009-07-27 | 2 | -2/+2 |
| | | | | guess_interface_from_ip to not include \n. Reported on http://forum.pfsense.org/index.php/topic,18001.0.html. |