Project

General

Profile

Download (84.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c07cd2ce 12/26/2014 03:00 PM Renato Botelho

Update /etc/ttys from new partition when upgrading nanobsd, and in this case do not call reload_ttys(). It should fix #4140

da4f9b60 12/26/2014 02:57 PM Renato Botelho

Remove unused variable

359655af 11/28/2014 12:00 PM Ermal Luçi

Remove these booting settings since are useless

2d2e466c 11/25/2014 07:23 PM Ermal Luçi

Show Mtu on status interfaces.

dced0dd0 11/24/2014 11:22 AM Ermal Luçi

Be friendly to large interface systems

43517fcc 11/24/2014 11:19 AM Ermal Luçi

Fixes #1047, overhaul handling of flags for hardware offloading and make it work correctly for system_advanced page settings. Lagg is still a special case that needs a reboot.

4665dbdd 10/03/2014 03:15 PM Renato Botelho

Make proper check if IP address is configured on another interfaces and ignore current one. It fixes #3807

397e40d5 09/09/2014 08:50 PM Renato Botelho

find_dhclient_process() returns an int, not string

971de1f9 07/07/2014 11:06 PM Renato Botelho

Convert almost all /sbin/sysctl calls to php functions

d4b1e549 07/02/2014 08:24 PM Renato Botelho

Back to cons25 for now since we found some issues with xterm on serial console

7c8f3711 07/02/2014 04:07 PM Jim Pingle

More refinements to the unofficial package repository warning ( Issue #484 ) -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.

38c7d42e 07/01/2014 08:28 PM Renato Botelho

Set proper serial parameters on boot.config and loader.conf for nanobsd without vga

c5f9fb72 07/01/2014 05:11 PM Renato Botelho

Make proper checks to check if we should or not enable serial console

e6e3e0ee 07/01/2014 05:11 PM Renato Botelho

Fix typo on var name

edb4b657 07/01/2014 04:37 PM Renato Botelho

Fix #3647 and other improvements:

- Remove auto_login(), now gettytab is a constant file
- Add reload_ttys(), that will send a SIGHUP to init and make it reload
/etc/ttys
- Change serial speed on /etc/ttys when necessary
- Change console and serial auto_login on /etc/ttys when necessary...

4887afa1 06/26/2014 07:44 PM Renato Botelho

Set default serial speed to 115200 for 2.2, fixes #3715

02406801 05/16/2014 05:10 PM Jim Pingle

/etc/version_kernel and /etc/version_base no longer exist, use php_uname to get the info instead.

0ae4f3fa 04/30/2014 02:41 PM Manuel Silvoso

Changes to make it work behind a bluecoat proxy - added a user agent, and changed url scheme

fd2fe87d 04/30/2014 07:27 AM Ermal LUÇI

Oops specify mode of operation to fopen

e45bae34 04/30/2014 07:26 AM Ermal LUÇI

Make the alias url processing functions not memory hungry!

8422cdd5 04/30/2014 07:07 AM Ermal LUÇI

Rewrite update_alias_url_data to be with small memory footprint. Also return the status if an update is performed to callers and remove the write_config call embedded here since its not good to have this by default.

0ad94616 04/30/2014 06:50 AM Ermal LUÇI

Signal a reload if anything got updated

26d060bc 04/30/2014 06:46 AM Ermal LUÇI

Merge the patch suggested in Ticket #3629. It also Fixes #3629. The question is why this is using config lock? Also where is filter configure called here?

928dc66a 04/18/2014 03:24 PM Ermal LUÇI

Be smarter at using kenv

a02fa5ec 03/28/2014 09:34 PM Ermal LUÇI

Do not use the version_kernel ad version_base files since they are not relevant anyway

000a8d1d 03/25/2014 05:44 PM Renato Botelho

Change default charset on pages to utf-8

3fe73243 03/13/2014 08:58 PM Pi Ba

fix plugin method for packages to allow for multiple plugins in an 'item' array as 'plugin' is not allowed as array item by xmlparse.inc

1b92cc61 03/13/2014 07:43 AM Chris Buechler

use xmlrpcbaseurl here too, not product_website

f5e09d92 03/13/2014 07:18 AM Chris Buechler

we actually use xmlrpcbaseurl here, not product_website

331166a8 03/12/2014 02:48 PM Pi Ba

-renamed function to pkg_call_plugins
-added is_array()
-added function header text
-replaced fixed 'plugin_carp' by $plugin_type to allow for generic use

eaee3af6 03/11/2014 11:31 PM Pi Ba

rc.carpmaster/rc.carpbackup notification method for packages.

e09da6c2 02/19/2014 12:26 PM Renato Botelho

Fix #3469

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...

bf4e62ac 02/14/2014 04:03 PM Jim Pingle

Add a knob to let the user select which console (video or serial) is preferred in cases where there are multiple consoles present. Also provide a way to force this preference.

407fbf45 02/14/2014 02:58 PM Jim Pingle

Add a mechanism by which the serial port can be forced on always regardless of the config setting. (useful for nano+vga setups)

873c1701 02/04/2014 02:34 PM Renato Botelho

Add escapeshellarg() calls on exec parameters. While I'm here, replace some exec() calls by php functions like symlink, copy, unlink, mkdir

1d9b51c6 02/04/2014 02:34 PM Renato Botelho

Add path for sysctl, also use -n param instead of awk

306f8556 02/04/2014 02:34 PM Renato Botelho

Simplify logic

54597012 01/21/2014 06:49 PM Renato Botelho

Replace regex by explode as suggested by Ermal

770a7759 01/20/2014 12:53 PM Renato Botelho

Fix FreeBSD version detection for 10.x

0c21eb70 12/06/2013 07:16 PM Ermal LUÇI

Use _vip as identified for CARP vip IPs to allow easier upgrade code. This way only ipaliases on carp need to be upgraded.

b6877e06 12/05/2013 10:51 AM Ermal LUÇI

Handle more carp enahancements for FreeBSD 10. the interface vips will be names $if@$vhid since the interface name is the same as other ips.

7238e0cf 11/28/2013 06:36 PM Ermal LUÇI

Remove references to _vip interface and provide proper configuration for carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code

df0cb10b 08/29/2013 07:09 AM Phil Davis

Provide get_uptime_sec in a common include file

so it is available to anything that cares.

386758bb 08/28/2013 08:09 PM Phil Davis

Use hw.physmem when calculating pfsense_default_state_size

hw.physmem is the actual amount of memory that FreeBSD/pfSense can get its hands on, so use this for the calculation.

5aa68a55 07/28/2013 01:31 PM Renato Botelho

Fix #3113, fix multiple english spell errors s/seperet/separat/

dd042c51 07/08/2013 03:38 PM Renato Botelho

Implement URL Table aliases for ports instead of IP addresses

76590ffe 07/05/2013 11:47 AM Renato Botelho

Use download_file() and check ssl certificates

abc7b6a2 07/05/2013 11:47 AM Renato Botelho

Remove useless code

ffd7802a 07/05/2013 11:47 AM Renato Botelho

Create a function to download a file using curl

0a860dda 05/30/2013 07:40 AM Ermal Luçi

Merge pull request #628 from technical50/master

WebGUI Auto Codeset and Language Dynamics & pfSense.pot updates

aa57f965 05/27/2013 11:28 AM Renato Botelho

Last element is always empty, be sure we drop it

2d0c5e3e 05/27/2013 10:03 AM Renato Botelho

Make add_hostname_to_watch return ips it's adding to later use

c96e71d1 05/15/2013 03:53 PM Renato Botelho

Fix indent and whitespace

046b8ba6 05/15/2013 03:53 PM Renato Botelho

Fix comment to reflect what function current returns

f079b676 05/10/2013 07:32 AM N.Selim GUNER

Include Codeset and turkish language

include codeset and turkish language for next snapshots

41c64d75 05/09/2013 02:58 PM Renato Botelho

Revert "Add Turkish to the list of available languages, fixes #2986"

Will be done again for 2.2

This reverts commit 705950edbc09270fccbec0c5d8dd99b004704c6e.

705950ed 05/08/2013 11:44 AM Renato Botelho

Add Turkish to the list of available languages, fixes #2986

58897b8c 04/26/2013 08:35 AM Warren Baker

Fix isvm check to match on product

6bd86189 04/11/2013 11:02 AM rbgarga

Merge pull request #466 from stilez/master

Fix issue in version_compare that can cause versions to be wrongly marked incompatible

6e4e6286 04/03/2013 04:27 PM Colin Fleming

Tidy up "pfsense-utils.inc" XHTML

Add type to SCRIPT tag
Add CDATA section to SCRIPT tags

3d74b803 03/29/2013 03:58 PM Jim Pingle

Use is_module_loaded() to test these to avoid code duplication.

733c6f89 03/20/2013 08:41 PM Ermal LUÇI

The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add support for variable length v4 prefix for 6rd

145cc518 03/19/2013 12:47 PM Seth Mos

Fix the Cellular strength indicator, rssi was always reporting 8 because we didn't use the variable.
The dBm values array was reversed, corrected

f8c8d65c 03/06/2013 07:05 PM Stilez y

Fix issue in version_compare that can cause versions to be wrongly marked incompatible

1a8c81e7 03/06/2013 06:27 PM Stilez y

version_compare_dates(): typo $$a

ba6a4606 03/06/2013 05:58 PM Jim Pingle

Fix doubled $

2c98a935 02/21/2013 11:19 AM Renato Botelho

Teach is_ipaddr_configured to check ipv6 for single IPs. While I'm here, reduce code duplication

4021ec36 02/18/2013 09:10 PM Renato Botelho

CARP IPs were being checked twice in some cases. Fixes #2823

1e5da31d 02/14/2013 07:46 AM Ermal LUÇI

Also do checks for ipv6 on is_ipaddr_configured

a1e4e2a7 02/13/2013 10:40 PM Ermal LUÇI

Two interfaces, carp, ip aliases might be on the same subnet as their parent. What needs to be checked is the ip itself

e6c60013 02/11/2013 08:35 PM Renato Botelho

Check interfaces and VIP IP address overlap

- 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

48126e25 02/01/2013 04:02 PM Renato Botelho

Avoid duplicate hw.usb_no_pf entry on loader.conf

25c088de 02/01/2013 03:57 PM Renato Botelho

Hide usbus# from interfaces list. Fixes #2306

7a04cd20 01/31/2013 11:07 AM Ermal LUÇI

Create link_interface_to_track6 to make code more readble and easily trackble. Also improve the generation of rules to avoid creating problems during filter reload and some optimizations with it

a1613b62 01/30/2013 07:08 PM Renato Botelho

is_ipaddr_configured() now returns VIPS

2bbc5429 01/30/2013 07:08 PM Renato Botelho

Fix indent

5fa78adc 01/30/2013 07:08 PM Renato Botelho

Fix whitespaces and indent

ab873ccd 01/27/2013 03:52 PM Ermal LUÇI

Catch up with code change. Pointy-hat: myself

abdd01f5 01/26/2013 11:59 AM Ermal LUÇI

Correctly generate dhcpleases file to avoid issues with dhcpleases. Also while here correct code and make some optiomizations and corrections

5f921566 01/17/2013 04:15 PM Renato Botelho

Revert part of 0ff214f27d that was committed accidentally

0ff214f2 01/17/2013 11:31 AM Renato Botelho

Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem pointed out on ticket #2641

76a7d8e4 01/16/2013 01:29 PM Ermal LUÇI

Merge git pull request 313 from bcyrill with some modifications

e9ab2ddb 01/06/2013 09:20 AM Seth Mos

Add some backend support for writing out a config so that the dhcp6 server 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

91117d33 01/04/2013 08:34 AM Ermal LUÇI

Remove unused function

4111fcf5 01/03/2013 10:50 PM Ermal LUÇI

Always commit the session fast to allow other consumers to proceed to their 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

adc0f2fe 01/03/2013 07:02 AM Phil Davis

Minimise rewriting of /etc/gettytab

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.

4bdfa5dd 11/22/2012 12:46 PM Phil Davis

Fix in/out packet count reporting

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

a3da8f50 11/12/2012 09:53 AM Ermal LUÇI

Send just line return rather than newline

b16d666d 09/05/2012 06:52 PM Jim Pingle

No need for these other lines on nanobsd, and it can interfere with booting on some devices.

4c9e22b9 09/04/2012 08:38 PM Jim Pingle

Add another test here for Nano+VGA to preserve the console selection.

2ef16014 08/27/2012 02:25 PM Cyrill B

Fix bug reported in http://forum.pfsense.org/index.php/topic,53000.0.html

e961bd67 08/26/2012 07:36 PM phildd

Tidy console package install progress percentage

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.

8c4ac110 08/13/2012 04:54 PM Warren Baker

Remove comments which may begin with a ';' so URL Table entries like SpamHaus' drop list can be used

82acb8b3 08/03/2012 04:45 AM Phil Davis

Minor fix to percentage output on pkg install

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.

2a315bee 08/02/2012 08:01 AM Phil Davis

Tidy up percentage logging to console

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....

03b2cab6 08/01/2012 10:40 AM Ermal LUÇI

To not clobber the console add \r when outputing status information on console

37bc0466 07/27/2012 03:08 AM Chris Buechler

99./8 is not private IP space

8b1a7023 07/27/2012 02:43 AM Seth Mos

Add the new 100.64/10 nat 444 CGN/LSN shared transition space netblock here. Also add it as a private network in the private network block

baef6be8 07/08/2012 05:32 PM Jim Pingle

Be more verbose during upgrade to see why nanobsd isn't carrying over the setting as expected.

a94c4e1f 07/07/2012 12:18 AM Vinícius Coque

Move locale files from /usr/share to /usr/local/share