Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function header | Scott Ullrich | 2011-05-25 | 1 | -0/+8 |
| | |||||
* | Adding a new hook system for firewall nat edit and firewall rules edit page. | Scott Ullrich | 2011-05-25 | 1 | -0/+13 |
| | | | | | | | | | | | | | | Basically if the directory exists it will suck in the files to extend these pags. /usr/local/pkg/firewall_nat/input_validation /usr/local/pkg/firewall_nat/pre_write_config /usr/local/pkg/firewall_nat/htmlphpearly /usr/local/pkg/firewall_nat/htmlphplate /usr/local/pkg/firewall_rules/input_validation /usr/local/pkg/firewall_rules/pre_write_config /usr/local/pkg/firewall_rules/htmlphpearly /usr/local/pkg/firewall_rules/htmlphplate | ||||
* | * Add is_ipaddr_configured() so that people do not need to reinvent the ↵ | Scott Ullrich | 2011-05-25 | 1 | -1/+18 |
| | | | | | | wheel for this task * Check to make sure the administrator is not entering the IP address of the same host preventing a issue where the firewall will sync the voucher database to itself and cause the webConfigurator to crash. | ||||
* | Correct code to use correct refernces for proxy settings set in ↵ | Ermal | 2011-05-20 | 1 | -8/+8 |
| | | | | Advanced->misc. Reported-by: http://forum.pfsense.org/index.php/topic,36939.0.html | ||||
* | Correct curl setting for setting a proxy username and password. Reported-by: ↵ | Ermal | 2011-05-20 | 1 | -1/+1 |
| | | | | http://forum.pfsense.org/index.php/topic,36939.0.html | ||||
* | Resolves #1529. Check if the file exists before opening it. | Ermal | 2011-05-14 | 1 | -1/+3 |
| | |||||
* | Fix small typo | Evgeny | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, ↵ | Evgeny | 2011-05-14 | 1 | -0/+24 |
| | | | | Diagnostics->ARP table | ||||
* | Add an option under advanced->misc to specify a proxy for retreiving pfsense ↵ | Ermal | 2011-04-18 | 1 | -3/+26 |
| | | | | package info or downloading packages. | ||||
* | Suppress curl errors (if we get a 404 it tosses its own error if there is no ↵ | jim-p | 2011-02-13 | 1 | -1/+1 |
| | | | | response body, just a 404 code.) | ||||
* | Make update check a little more robust. Timeout after a few seconds, and if ↵ | jim-p | 2011-02-13 | 1 | -3/+3 |
| | | | | we get a non-200 http code, ignore the response. | ||||
* | In update_alias_names_upon_change function add capability to access more ↵ | Erik Fonnesbeck | 2011-02-13 | 1 | -14/+24 |
| | | | | deeply nested sections and fields. | ||||
* | Generalize pppoe server enabled check and use it elsewhere in the GUI that ↵ | jim-p | 2011-02-10 | 1 | -0/+16 |
| | | | | needed fixed. Still needs changes in filter.inc - Ticket #1243 | ||||
* | Fix a date compare bug, resolves #1273 | jim-p | 2011-02-10 | 1 | -3/+3 |
| | |||||
* | Scroll the textarea to bottom on each update | Scott Ullrich | 2011-01-06 | 1 | -1/+3 |
| | |||||
* | Take into account< 10 too | Scott Ullrich | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | When installing packages on console (downloading) only show every 10% ↵ | Scott Ullrich | 2011-01-06 | 1 | -1/+16 |
| | | | | meaning 10% 20% 30% instead of 1% 2% 3% 4% 5%, etc | ||||
* | nuke trailing carriage returns | Scott Ullrich | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Prevent division by zero if the file size is zero. | Erik Fonnesbeck | 2010-12-16 | 1 | -2/+5 |
| | |||||
* | Actually we expect an array to be returned. | Ermal | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Hello xmlrpc to another function! | Ermal | 2010-12-10 | 1 | -1/+15 |
| | |||||
* | Tighten checks a bit also when check_firmware_version is called return the ↵ | Ermal | 2010-12-07 | 1 | -4/+9 |
| | | | | config version too. | ||||
* | Use send_event since touch()'ing files does not work. | Ermal | 2010-12-06 | 1 | -3/+1 |
| | |||||
* | Do not call filter_configure here the caller does. Also remove old code of ↵ | Ermal | 2010-12-06 | 1 | -24/+1 |
| | | | | the times when check_reload_status used files as trigers. | ||||
* | Use pfSense_sync() | Scott Ullrich | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Remove extraneous ')'. So much for php -l | Ermal | 2010-11-30 | 1 | -1/+1 |
| | |||||
* | Rework this loader.conf changing code a bit. Might help with ticket #560 | jim-p | 2010-11-29 | 1 | -15/+12 |
| | |||||
* | Use php_uname where possible. | Ermal | 2010-11-26 | 1 | -3/+3 |
| | |||||
* | Nuke trailing c/r | Scott Ullrich | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | Ticket #1023. Correct carp status even on the status page. | Ermal | 2010-11-23 | 1 | -3/+2 |
| | |||||
* | Ticket #1023. Correct the widget code bringing it full speed with latest ↵ | Ermal | 2010-11-23 | 1 | -5/+2 |
| | | | | carp code. | ||||
* | Upon restoring a config, replacing whole sections, or editing config.xml in ↵ | Erik Fonnesbeck | 2010-11-21 | 1 | -0/+2 |
| | | | | edit.php, prevent possible accidental lockout from DNS rebind and HTTP referrer checks by disabling them until reboot or the next time they pass, whichever comes sooner. Ticket #1027 | ||||
* | Fix problem with syslog adding/removing for pacakges. Fix sync pacakges to ↵ | Ermal | 2010-11-18 | 1 | -17/+7 |
| | | | | call the right functions. Optimizations and code cleanup along the way. | ||||
* | Clear up some code. | Ermal | 2010-11-17 | 1 | -3/+1 |
| | |||||
* | Boost timeout for file downloads to 60 seconds | Scott Ullrich | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Separate this into the original case with the floating rule cases above it ↵ | Erik Fonnesbeck | 2010-11-11 | 1 | -1/+3 |
| | | | | to fix some scenarios where the order was still wrong. | ||||
* | Move this function to allow removing it from easyrule. | Erik Fonnesbeck | 2010-11-10 | 1 | -0/+26 |
| | |||||
* | Use php calls rather than forking to shell. | Ermal | 2010-11-10 | 1 | -12/+3 |
| | |||||
* | Remove trailing carriage return | Scott Ullrich | 2010-11-10 | 1 | -1/+1 |
| | |||||
* | Add function to convert pfsense slice name to product name. | jim-p | 2010-10-07 | 1 | -0/+5 |
| | |||||
* | Add additional acceptable version strings. | jim-p | 2010-09-23 | 1 | -2/+4 |
| | |||||
* | Use foreach and check for type to avoid errors. | Ermal | 2010-09-08 | 1 | -10/+9 |
| | |||||
* | Use the new events mechanisms to dispatch events. | Ermal | 2010-09-07 | 1 | -3/+3 |
| | |||||
* | Remove not existing function reference. Pointy-hat: myself | Ermal | 2010-08-19 | 1 | -2/+0 |
| | |||||
* | Setup polling per interface rather only at bootup. This is a proper fix and ↵ | Ermal | 2010-08-19 | 1 | -32/+6 |
| | | | | a optimization on large interface cases. Also setup_microcode and polling defaults before configuring interfaces. | ||||
* | Fixes #88. Actually fix all the mess that was caused by setup_microcode() ↵ | Ermal | 2010-08-17 | 1 | -65/+15 |
| | | | | which overwrote the whole decisions being made on boot from other code. Solve this by moving the setting of all interface capabilities to interface_configure() and just leaving microcode setup to setup_microcode. Also optimize and make more readble the polling setup if activated/deactivated. This also fixes the ticket issue because the settings are now kept after booting up and not overwritten by other code. | ||||
* | Add l2tp where missing. Also add l2tp and igb to altq capable interfaces. | Ermal | 2010-08-16 | 1 | -11/+5 |
| | |||||
* | Refine the setting/checking of these variables a little. | jim-p | 2010-08-04 | 1 | -3/+3 |
| | |||||
* | Disable SSL peer verification in cURL. Also, explicitly set FOLLOWLOCATION ↵ | jim-p | 2010-07-26 | 1 | -0/+3 |
| | | | | to make sure that we can redirect properly. Both of these are needed to fix snort rule downloads. | ||||
* | Use the real interface list in setup_microcode() Fixes #705 | jim-p | 2010-06-29 | 1 | -2/+2 |
| |