summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove comments which may begin with a ';' so URL Table entries like ↵Warren Baker2012-08-131-1/+1
| | | | SpamHaus' drop list can be used
* Minor fix to percentage output on pkg installPhil Davis2012-08-031-3/+5
| | | | A variable not changed in a cut-paste. When on console, update_progress_bar should also only be called for 1-9 then every 10% progress, to reduce serial output volume.
* Tidy up percentage logging to consolePhil Davis2012-08-021-2/+8
| | | | | When on the console, the code only intended to update the percentage downloaded every 10%. Due to string-and-int type differences, the test was not working, all percentages were being logged. This is fixed. Also, add a newline after 100% - then whatever outputs next gets a clean start on a new line of output. Tidies up the console output during a post-firmware-upgrade package install.
* To not clobber the console add \r when outputing status information on consoleErmal2012-08-011-20/+20
|
* Add the new 100.64/10 nat 444 CGN/LSN shared transition space netblock here. ↵smos2012-07-271-0/+1
| | | | Also add it as a private network in the private network block
* 99./8 is not private IP spaceChris Buechler2012-07-261-1/+0
|
* Be more verbose during upgrade to see why nanobsd isn't carrying over the ↵jim-p2012-07-081-0/+2
| | | | setting as expected.
* Move locale files from /usr/share to /usr/local/shareVinicius Coque2012-07-061-1/+1
|
* Add an option to System > Advanced, misc tab to enable loading thermal ↵jim-p2012-07-061-0/+17
| | | | modules (amdtemp, coretemp)
* Fixup serial console settings that get applied to nanobsd. Fixes #2484jim-p2012-07-061-1/+3
|
* Change ereg_replace() to preg_replace() functionccesario2012-06-301-1/+1
|
* Change ereg() to preg_match() functionccesario2012-06-301-1/+1
|
* Brazilian Portuguese (pt_BR) translations addedVinicius Coque2012-06-171-0/+1
|
* Add radvd to Status:Services #2485bcyrill2012-06-151-0/+51
|
* Generalize the Crypto hardware option and add GUI support for AES-NI.jim-p2012-06-121-5/+11
|
* Get rid of carpdev, it will never beErmal2012-06-071-1/+0
|
* Add statistic functions for the ZTE modemssmos2012-06-021-6/+53
|
* Add a knob to tune the maximum number of tables that can be defined, the pf ↵jim-p2012-05-291-0/+5
| | | | | | | | default of 1000 is too low for systems with >500 aliases. Conflicts: etc/inc/filter.inc
* Be a bit smarter about the stats interface for the huawei cards. Some of the ↵smos2012-05-231-1/+1
| | | | | | K series have the stats on 0.2, the E series on 0.3 Some of the older E series only have 0.2 too. The new K3770 I got today is too new.
* Add more functions and expand the 3G status interfaces screen.smos2012-05-231-4/+68
| | | | List the SIM state, service, speeds and mode
* Add the 3G mode display, really needs a function that translates these into ↵smos2012-05-231-2/+3
| | | | | | | sane display numbers for strength and mode. The mode is actually a combination of LED color 4 = blue(idle), 5 = cyan(connected), and submode 7 = HSDPA I need to find some proper documentation, really.
* Read in the correct interface filesmos2012-05-211-1/+1
|
* Add 3G statistics for Huawei modems, split the Cellular stats out to per ↵smos2012-05-211-0/+11
| | | | interface instead of global.
* - also rename $section arg to $section_name in some functions to clarifyDarren Embry2012-05-171-15/+30
| | | | | - also robustify parsing for <tagname> and bulletproof the handling of certain errors
* quiet change: fix indentation of xml2array functionDarren Embry2012-04-131-125/+125
| | | | i.e., tabs instead of 4 spaces
* Prevent duplicate 6rd or 6to4 interfaces, these conflict and both use the ↵smos2012-04-081-0/+30
| | | | | | | stf0 adapter. Only 1 can be active. Move piece of code into function, we need it more places, tighten rules for proto 41 traffic. Attempt to micro optimize the select box for large amounts of choices. Chrome likes this approach better.
* Automatically configure DHCPv6 servers for interfaces set to track6 another WAN.smos2012-04-031-1/+23
| | | | If the prefix length permits it we setup DHPP-PD for the LAN clients so it can be daisy chained.
* Add interface tracking support. With this it is now possible for dynamic ↵smos2012-03-311-0/+43
| | | | | | IPv6 interfaces to setup the corresponding lan interface for RA. DHCP6 with prefix delegation to follow later for automatic daisychaining.
* An empty file is created so that the table is availblke for rules refrencing ↵Ermal2012-03-121-6/+1
| | | | it so mark it as successful.
* Prevent ruleset breaking from grep putting garbage on urltable files and as ↵Ermal2012-03-121-2/+5
| | | | a result creating unparsable files breaking rulesets
* Show lagg protocol and member interfaces on Status > Interfaces. Implements ↵jim-p2012-02-281-0/+6
| | | | #2242
* Adding multi-language support to WebGUIVinicius Coque2012-02-271-0/+15
|
* No need for extra function and touching of file, just set the value and use ↵Warren Baker2012-02-231-23/+0
| | | | grep from XML to determine to beep or not
* Option to disable startup/shutdown soundsYehuda Katz2012-02-221-0/+23
|
* Unbreak a number of explode() replacements which required preg_split()smos2012-01-201-1/+1
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-6/+7
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Show the interface Link Local addresses on the status_interfaces.phpsmos2012-01-151-0/+1
|
* reduce fetch connection timeout from one minute to 5 seconds Marcello Coutinho2011-11-051-3/+3
| | | this value changes only initial connection timeout, not download timeout.
* Setup serial bits after upgrade on NanoBSD, too.jim-p2011-10-311-6/+11
|
* Allow the serial speed adjustment to work for nanobsd as well.jim-p2011-10-311-1/+4
|
* Add field to the GUI to select the serial console speed (May work as-is, ↵jim-p2011-10-311-4/+12
| | | | needs more testing/feedback)
* Use the new daemon for status->queues until a proper chart javascript ↵Ermal2011-10-011-30/+0
| | | | library is availble
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-24/+24
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php
OpenPOWER on IntegriCloud