summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* use xmlrpcbaseurl here too, not product_websiteChris Buechler2014-03-131-7/+11
|
* we actually use xmlrpcbaseurl here, not product_websiteChris Buechler2014-03-131-3/+3
|
* Fix #3469Renato Botelho2014-02-191-1/+1
| | | | | | | | Before downloading file to process urltable, there is a random wait time between 5 and 60 seconds. Because of this, the difference between file mtime and current time can be less than $freq * 86400 and it'll be skipped. Add 90 seconds (60 of max random wait + 30 just to be sure) to avoid skipping a file that should be updated
* Add a knob to let the user select which console (video or serial) is ↵jim-p2014-02-141-1/+9
| | | | preferred in cases where there are multiple consoles present. Also provide a way to force this preference.
* Add a mechanism by which the serial port can be forced on always regardless ↵jim-p2014-02-141-3/+3
| | | | of the config setting. (useful for nano+vga setups)
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-10/+10
| | | | | | | | | | exec() calls by php functions like symlink, copy, unlink, mkdir Conflicts: etc/inc/filter_log.inc etc/inc/interfaces.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc
* Add path for sysctl, also use -n param instead of awkRenato Botelho2014-02-041-1/+1
|
* Simplify logicRenato Botelho2014-02-041-4/+4
|
* Use hw.physmem when calculating pfsense_default_state_sizePhil Davis2013-09-021-2/+2
| | | | hw.physmem is the actual amount of memory that FreeBSD/pfSense can get its hands on, so use this for the calculation. Backport to 2.1
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-3/+3
|
* Remove useless codeRenato Botelho2013-07-051-3/+0
|
* Fix indent and whitespaceRenato Botelho2013-05-151-12/+12
|
* Fix comment to reflect what function current returnsRenato Botelho2013-05-151-1/+1
|
* Revert "Add Turkish to the list of available languages, fixes #2986"Renato Botelho2013-05-091-1/+0
| | | | | | Will be done again for 2.2 This reverts commit 705950edbc09270fccbec0c5d8dd99b004704c6e.
* Add Turkish to the list of available languages, fixes #2986Renato Botelho2013-05-081-0/+1
|
* Fix isvm check to match on productWarren Baker2013-04-261-5/+6
|
* Merge pull request #466 from stilez/masterrbgarga2013-04-111-2/+8
|\ | | | | Fix issue in version_compare that can cause versions to be wrongly marked incompatible
| * Fix issue in version_compare that can cause versions to be wrongly marked ↵Stilez2013-03-061-2/+8
| | | | | | | | incompatible
| * version_compare_dates(): typo $$aStilez2013-03-061-1/+1
| |
* | Tidy up "pfsense-utils.inc" XHTMLColin Fleming2013-04-031-5/+14
| | | | | | | | | | Add type to SCRIPT tag Add CDATA section to SCRIPT tags
* | Use is_module_loaded() to test these to avoid code duplication.jim-p2013-03-291-4/+2
| |
* | The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add ↵Ermal2013-03-201-5/+1
| | | | | | | | support for variable length v4 prefix for 6rd
* | Fix the Cellular strength indicator, rssi was always reporting 8 because we ↵smos2013-03-191-4/+4
| | | | | | | | | | | | didn't use the variable. The dBm values array was reversed, corrected
* | Fix doubled $jim-p2013-03-061-1/+1
|/
* Teach is_ipaddr_configured to check ipv6 for single IPs. While I'm here, ↵Renato Botelho2013-02-211-5/+9
| | | | reduce code duplication
* CARP IPs were being checked twice in some cases. Fixes #2823Renato Botelho2013-02-181-10/+10
|
* Also do checks for ipv6 on is_ipaddr_configuredErmal2013-02-141-4/+13
|
* Two interfaces, carp, ip aliases might be on the same subnet as their ↵Ermal2013-02-131-10/+11
| | | | parent. What needs to be checked is the ip itself
* Check interfaces and VIP IP address overlapRenato Botelho2013-02-111-11/+31
| | | | | | | | - Check if interface IP overlaps other interfaces or localip from mpd based services - Check if VIPs IP overlaps interfaces or other VIPs address It fixes #1723
* Avoid duplicate hw.usb_no_pf entry on loader.confRenato Botelho2013-02-011-1/+2
|
* Hide usbus# from interfaces list. Fixes #2306Renato Botelho2013-02-011-0/+3
|
* Create link_interface_to_track6 to make code more readble and easily ↵Ermal2013-01-311-1/+1
| | | | trackble. Also improve the generation of rules to avoid creating problems during filter reload and some optimizations with it
* is_ipaddr_configured() now returns VIPSRenato Botelho2013-01-301-0/+14
|
* Fix indentRenato Botelho2013-01-301-1/+1
|
* Fix whitespaces and indentRenato Botelho2013-01-301-171/+171
|
* Catch up with code change. Pointy-hat: myselfErmal2013-01-271-1/+1
|
* Correctly generate dhcpleases file to avoid issues with dhcpleases. Also ↵Ermal2013-01-261-33/+14
| | | | while here correct code and make some optiomizations and corrections
* Revert part of 0ff214f27d that was committed accidentallyRenato Botelho2013-01-171-12/+0
|
* Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem ↵Renato Botelho2013-01-171-0/+12
| | | | pointed out on ticket #2641
* Merge git pull request 313 from bcyrill with some modificationsErmal2013-01-161-1/+1
|
* Add some backend support for writing out a config so that the dhcp6 server ↵smos2013-01-061-0/+31
| | | | | | can listen on the required MPD pppoe server interfaces. Also nuke the failover entries, these don't exist for IPv6, this is handled by 2 servers and differing priorities
* Remove unused functionErmal2013-01-041-20/+0
|
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-031-1/+6
| | | | requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions
* Minimise rewriting of /etc/gettytabPhil Davis2013-01-031-4/+38
| | | | See forum http://forum.pfsense.org/index.php/topic,57325.0.html Avoid possible problems with having a partial /etc/gettytab file by not rewriting it at every boot.
* Fix in/out packet count reportingPhil Davis2012-11-221-2/+2
| | | | There were a couple of wrong var names in the code, causing out packet counts to be reported wrong. Should fix forum post http://forum.pfsense.org/index.php/topic,55933.0.html
* Send just line return rather than newlineErmal2012-11-121-2/+2
|
* No need for these other lines on nanobsd, and it can interfere with booting ↵jim-p2012-09-051-8/+1
| | | | on some devices.
* Add another test here for Nano+VGA to preserve the console selection.jim-p2012-09-041-2/+8
|
* Fix bug reported in http://forum.pfsense.org/index.php/topic,53000.0.htmlbcyrill2012-08-271-34/+37
|
* Tidy console package install progress percentagephildd2012-08-271-6/+10
| | | This makes the file download percentage progress come out at the end of the line. New values are updated by using backspaces to rub out the previous value.
OpenPOWER on IntegriCloud