summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add function headerScott Ullrich2011-05-251-0/+8
|
* Adding a new hook system for firewall nat edit and firewall rules edit page.Scott Ullrich2011-05-251-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 Ullrich2011-05-251-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 ↵Ermal2011-05-201-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: ↵Ermal2011-05-201-1/+1
| | | | http://forum.pfsense.org/index.php/topic,36939.0.html
* Resolves #1529. Check if the file exists before opening it.Ermal2011-05-141-1/+3
|
* Fix small typoEvgeny2011-05-141-1/+1
|
* MAC prefix to vendor resolution at Status->Interfaces, Status->DHCP leases, ↵Evgeny2011-05-141-0/+24
| | | | Diagnostics->ARP table
* Add an option under advanced->misc to specify a proxy for retreiving pfsense ↵Ermal2011-04-181-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-p2011-02-131-1/+1
| | | | response body, just a 404 code.)
* Make update check a little more robust. Timeout after a few seconds, and if ↵jim-p2011-02-131-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 Fonnesbeck2011-02-131-14/+24
| | | | deeply nested sections and fields.
* Generalize pppoe server enabled check and use it elsewhere in the GUI that ↵jim-p2011-02-101-0/+16
| | | | needed fixed. Still needs changes in filter.inc - Ticket #1243
* Fix a date compare bug, resolves #1273jim-p2011-02-101-3/+3
|
* Scroll the textarea to bottom on each updateScott Ullrich2011-01-061-1/+3
|
* Take into account< 10 tooScott Ullrich2011-01-061-2/+2
|
* When installing packages on console (downloading) only show every 10% ↵Scott Ullrich2011-01-061-1/+16
| | | | meaning 10% 20% 30% instead of 1% 2% 3% 4% 5%, etc
* nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
|
* Prevent division by zero if the file size is zero.Erik Fonnesbeck2010-12-161-2/+5
|
* Actually we expect an array to be returned.Ermal2010-12-101-1/+1
|
* Hello xmlrpc to another function!Ermal2010-12-101-1/+15
|
* Tighten checks a bit also when check_firmware_version is called return the ↵Ermal2010-12-071-4/+9
| | | | config version too.
* Use send_event since touch()'ing files does not work.Ermal2010-12-061-3/+1
|
* Do not call filter_configure here the caller does. Also remove old code of ↵Ermal2010-12-061-24/+1
| | | | the times when check_reload_status used files as trigers.
* Use pfSense_sync()Scott Ullrich2010-11-301-1/+1
|
* Remove extraneous ')'. So much for php -lErmal2010-11-301-1/+1
|
* Rework this loader.conf changing code a bit. Might help with ticket #560jim-p2010-11-291-15/+12
|
* Use php_uname where possible.Ermal2010-11-261-3/+3
|
* Nuke trailing c/rScott Ullrich2010-11-241-1/+1
|
* Ticket #1023. Correct carp status even on the status page.Ermal2010-11-231-3/+2
|
* Ticket #1023. Correct the widget code bringing it full speed with latest ↵Ermal2010-11-231-5/+2
| | | | carp code.
* Upon restoring a config, replacing whole sections, or editing config.xml in ↵Erik Fonnesbeck2010-11-211-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 ↵Ermal2010-11-181-17/+7
| | | | call the right functions. Optimizations and code cleanup along the way.
* Clear up some code.Ermal2010-11-171-3/+1
|
* Boost timeout for file downloads to 60 secondsScott Ullrich2010-11-171-1/+1
|
* Separate this into the original case with the floating rule cases above it ↵Erik Fonnesbeck2010-11-111-1/+3
| | | | to fix some scenarios where the order was still wrong.
* Move this function to allow removing it from easyrule.Erik Fonnesbeck2010-11-101-0/+26
|
* Use php calls rather than forking to shell.Ermal2010-11-101-12/+3
|
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
|
* Add function to convert pfsense slice name to product name.jim-p2010-10-071-0/+5
|
* Add additional acceptable version strings.jim-p2010-09-231-2/+4
|
* Use foreach and check for type to avoid errors.Ermal2010-09-081-10/+9
|
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-3/+3
|
* Remove not existing function reference. Pointy-hat: myselfErmal2010-08-191-2/+0
|
* Setup polling per interface rather only at bootup. This is a proper fix and ↵Ermal2010-08-191-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() ↵Ermal2010-08-171-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.Ermal2010-08-161-11/+5
|
* Refine the setting/checking of these variables a little.jim-p2010-08-041-3/+3
|
* Disable SSL peer verification in cURL. Also, explicitly set FOLLOWLOCATION ↵jim-p2010-07-261-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 #705jim-p2010-06-291-2/+2
|
OpenPOWER on IntegriCloud