Project

General

Profile

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

# Date Author Comment
1626b5ad 03/03/2015 11:07 AM Phil Davis

Make the Power Mode selection boxes line up

by putting the text and selection boxes into a 2-column table so that it can be rendered with the boxes lined up vertically.

db949a19 03/03/2015 11:07 AM Phil Davis

Standardise power mode selection boxes

I noticed that this looked a little odd, the boxes for AC and Battery Power Mode are 1 after the other on the same line, then the 3rd box for unknown power mode is on a new line.
Maybe make them all on their own line, like this?

1ac99c4e 02/12/2015 04:24 PM Jim Pingle

Set srctrack separate from this test or the value won't save unless the sticky box status also changed.

76d450e2 01/29/2015 09:06 AM Chris Buechler

fix input validation, = is OK here

6317d31d 01/01/2015 12:13 PM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

d961e7e3 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

0c4cd13f 10/11/2014 02:54 AM Chris Buechler

fix up text on sys_adv_misc

3d77cc35 10/05/2014 10:35 PM Steven Selph

Add powerd normal mode flag (-n)

a99547e4 09/24/2014 09:53 AM Ermal LUÇI

Provide a toggle for apinger debug messages to be logged to syslog. To help with roubleshooting issues

71172088 04/25/2014 04:13 PM Jim Pingle

Move the IPsec settings from System > Advanced, Misc tab to "Advanced Settings" tab under VPN > IPsec.

ffb76388 04/12/2014 11:03 AM Phil Davis

Tidy up package signature text

Thought I would tidy this up while coming across it. IMHO "Package settings" reads better than "Packages settings"... and I reworded the explanatory text a bit also.

d6fa5566 04/10/2014 08:50 PM Renato Botelho

Add curly brackets here to improve readability

43f661f7 04/10/2014 08:49 PM Renato Botelho

unset doesn't like @ to silent it, just check if it's set before unset

6e767d17 04/08/2014 03:47 PM Renato Botelho

Restore old logic and add a @ at unset to silent when it is not set as suggested by Ermal

df0b05a3 04/08/2014 12:12 PM Renato Botelho

Merge pull request #1068 from FCI/patch-1

1d0cacfe 04/07/2014 05:38 PM Ermal LUÇI

Check if the ipsec section exists before doing operations on it.

2a230e80 04/05/2014 06:57 PM Nick Daniels

Update system_advanced_misc.php

5a9dd268 04/05/2014 06:49 PM Nick Daniels

Added check line 175: Needed to fix error in GUI

Added check to see if $config['ipsec']["ipsec_{$lkey}"] is set before executing unnecessary unset, was causing issues when trying to enable/disable ("Do NOT check packages signature")

1458017a 04/04/2014 11:44 AM Renato Botelho

Fix variable name, it's not necessary to check since it is always set at ipsec.inc

f0c522d3 04/03/2014 01:46 PM Colin Fleming

Tidy up "system_advanced_misc.php" XHTML

Tidy up HTML Boolean operator
Remove redundant closing slash and chevron

de22e9ca 03/21/2014 08:38 PM ayvis

syntax error

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

c6efc8fd 02/25/2014 10:10 AM Ermal LUÇI

Push log changes for IPSec and fix generation of strongswan.conf and ipsec.secrets to be properly considered

51623673 02/10/2014 06:32 PM Jim Pingle

Fixup pkg_nochecksig option

e5b5e29c 02/07/2014 12:41 PM Renato Botelho

Add support for signed PBI, help ticket #3365:

- Add an option to allow user to accept unsigned packages
- The only missing part is public key, that needs to be added to
/var/db/pbi/keys/pfSense.ssl

cc263020 12/19/2013 02:52 PM Ermal LUÇI

Provide a setting to disable the auto added LAN SPDs in the DB

7997ed44 11/15/2013 09:21 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Rename some privileges:
page-diag-system-activity => page-diagnostics-system-activity
page-interfacess-groups => page-interfaces-groups
page-interfacess-lagg => page-interfaces-lagg
page-interfacess-qinq => page-interfaces-qinq...

243680e5 09/03/2013 04:00 PM Chris Buechler

Disable state killing on gateway failure by default for new configs.
Clarify the text describing the option while here.

991549b4 07/22/2013 03:05 PM Renato Botelho

Fixes #3100. Fix spell and spaces issues

7ddfa922 06/18/2013 06:00 PM Jim Pingle

Add an option to force IPsec to reload on failover, which is needed in some cases for IPsec to fail from one interface to another. Ticket #2896

779c00dd 04/03/2013 04:51 PM Colin Fleming

Tidy up "system_advanced_misc.php" XHTML

Tidy up HTML boolean operators

efc0e29a 03/12/2013 05:59 PM Jim Pingle

Move tmp/var init to just after mount of /cf so that the sizing works properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.

a1f735b3 03/12/2013 02:37 PM Renato Botelho

Do not route do default gw when rule gw is down

- Add a new advanced misc option to change the behaviour
- When it is set and rule has its own gateway, that is down, just
disable the rule instead of routing it to default gw

Fixes #2858

4f537e93 03/12/2013 02:04 PM Renato Botelho

Fix indent and whitespaces

e92e83d4 03/12/2013 02:16 AM Jim Pingle

Add the ability for full installs to optionally use RAM disks for /tmp and /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD.
I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across reboots as is done on NanoBSD (RRD, DHCP leases, pkg/pbi info).

481e09b3 03/07/2013 09:23 PM Colin Fleming

Tidy up System:Advanced:Misc XHTML

Close BR tags
Close INPUT tags
Update CDATA secions in script tags
Update HTML boolean operators

a358eec2 02/09/2013 01:09 AM N0YB

System: Advanced: Miscellaneous: PowerD

Add the on battery mode option settings.

9f223740 07/07/2012 02:32 AM Jim Pingle

Fix typo

f60156f6 07/06/2012 06:38 PM Jim Pingle

Add an option to System > Advanced, misc tab to enable loading thermal modules (amdtemp, coretemp)

43669934 06/13/2012 02:29 AM Phil Davis

Fix some Crypto Acceleration text typos

7530177c 06/12/2012 07:10 PM Jim Pingle

Generalize the Crypto hardware option and add GUI support for AES-NI.

53c210dd 04/11/2012 01:12 AM Cristian Feldman

Added mode selection options for PowerD.

37129ab8 02/15/2012 02:57 AM Pierre POMES

Ticket #2157. Add missing call to relayd_configure()

6fbe0168 02/02/2012 04:20 PM Jim Pingle

If the sticky option is changed, restart relayd. Fixes #2157

45736415 11/15/2011 09:30 PM Jim Pingle

Add a gui field to set the source tracking timeout for sticky connections.

f65555eb 10/19/2011 06:39 PM Jim Pingle

More typos/text fixes.

300e2c0b 09/27/2011 10:38 PM Vinicius Coque

convert javascript code to jQuery on system* files

ae0023be 09/09/2011 03:16 PM Jim Pingle

Don't try to unset this variable if it isn't set to begin with. Fixes #1865

8ca95ed8 08/30/2011 05:32 PM Jim Pingle

Move the option to exclude localhost as a DNS server under System > General so it is grouped with other system DNS options in a more logical location.

ace9a954 08/25/2011 01:54 AM Chris Buechler

fix text

b4eec6e6 08/22/2011 12:37 PM Jim Pingle

Fix field name label.

2a5d416d 08/18/2011 02:28 AM Chris Buechler

fix text

6c86a39f 08/12/2011 11:47 AM Ermal LUÇI

Allow disabling having localhost in resolv.conf. There are some special setups that might need this.

d1d0a1ad 07/18/2011 05:33 PM Vinicius Coque

makes correct use of printf and gettext

removes variables names and replace it with '%s'

e8c8891d 06/28/2011 03:20 PM Jim Pingle

Fix typo

3781d809 06/02/2011 08:14 AM Ermal LUÇI

Correct input object name from wrong copy/pasto. Reported-by: http://forum.pfsense.org/index.php/topic,37369.0.html

f4645d7f 06/01/2011 02:03 PM Ermal LUÇI

Add tunable, by default disabled, to enable the default gateway switching feature when the default one 'disappears'.

42c07003 04/18/2011 06:25 PM Ermal LUÇI

Add an option under advanced->misc to specify a proxy for retreiving pfsense package info or downloading packages.

127eb8e0 04/11/2011 08:58 PM Jim Pingle

Add a toggle under System > Advanced on the misc tab to enable/disable debug mode for racoon.

b0cf10bf 11/30/2010 04:47 PM Ermal LUÇI

Ticket #911. Provide an option under system->advanced->misc to disable killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway!

7e1cf139 10/06/2010 07:44 PM Jim Pingle

Replace hardcoded pfSense with product_name.

7b2fdac4 09/22/2010 02:07 PM Jim Pingle

Properly check and set "Prefer older IPsec SAs" setting in the config and its associated sysctl. Move setting the sysctl to its own function to avoid code duplication.

ea53e38f 08/12/2010 12:44 PM Renato Botelho

gettext fixes

f7ec62f8 08/05/2010 03:53 AM Chris Buechler

Fix text, and default to 1400

6441fa9a 08/03/2010 05:35 PM Ermal LUÇI

Resolves #787. Present an option to enable a scrub rule for <vpns> target to limit the mss to specified value.

1ca3ccd4 07/27/2010 01:16 PM Jim Pingle

Fix test for checking the prefer old IPsec SA box.

d0a00ec9 04/29/2010 05:56 PM Vinicius Coque

Removing tab character

f0d1af93 04/29/2010 05:53 PM Carlos Eduardo Ramos

Fix gettext issues

4d473c89 04/29/2010 05:18 PM Vinicius Coque

Fixing gettext() on multiline strings

79eaddf4 04/27/2010 08:26 PM Renato Botelho

Fix : for translations

267c28ab 04/27/2010 01:07 PM Vinicius Coque

Adding gettext() to save button

e51ed1e9 04/27/2010 12:52 PM Vinicius Coque

Reviewing gettext()

1eacdc8a 04/26/2010 07:10 PM Carlos Eduardo Ramos

Implement gettext()

7a927e67 11/22/2009 12:28 AM Scott Ullrich

Require filter.inc and shaper.inc

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

f204df7d 08/12/2009 12:02 PM Ermal Luçi
  • Fix setting unsetting of a few option under System-> Misc
  • Present a new option to control clearing of states when Schedules expire. Seems sometimes this is a desirable behaviour!
487b16ec 07/10/2009 01:03 AM Scott Ullrich

Adding Notifications tab

09f18f59 07/04/2009 11:49 PM Jim Pingle

Add configurable option to enable glxsb.

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
6d74f28b 04/15/2009 05:13 PM Jim Pingle

Cosmetic fix - two words were split with hyphenation that didn't look right in the WebGUI.

60359eaa 04/05/2009 08:03 PM Scott Ullrich

Add Use PowerD

c912fe28 04/05/2009 07:55 PM Scott Ullrich

Add missing spacing before PowerD section

d66a8cae 04/05/2009 07:47 PM Scott Ullrich

Add power savings header

8e9fa41d 04/05/2009 07:38 PM Scott Ullrich

Adding PowerD knob to system -> advanced -> misc. This will be useful
for folks wishing for their firewall to use less power overall. Blurb
from the powerd man page from freebsd:

The powerd utility monitors the system state and sets various power con-...
501d5f98 11/06/2008 10:53 PM Ermal Luçi

Remove unused code.

432bd199 10/23/2008 10:41 PM Ermal Luçi

Remove ocurrences of m0n0 for shaper type in the code.

2ff19bfd 09/09/2008 06:54 PM Matthew Grooms

Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.

ab3c8553 09/09/2008 05:50 AM Matthew Grooms

Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.

df81417f 09/04/2008 03:40 PM Matthew Grooms

Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page.
This reduces the top level menu options by one. There should be no
functional changes.