Project

General

Profile

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

# Date Author Comment
ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

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

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

Welcome 2015

f244dca8 12/23/2014 03:56 AM Phil Davis

Reboot not required for password protect console menu

On my systems I can toggle and save "Password protect the console menu" back and forth and the console switches back and forth from the menu to a login prompt in real time. IMHO a reboot is no longer needed. Remove this note might save some people unnecessary reboot time.

a94b1edc 12/03/2014 03:35 AM Chris Buechler

Merge pull request #1348 from phil-davis/patch-4

823cabba 11/28/2014 06:47 AM Chris Buechler

Validate as integers, not just numeric, to prevent possible breakage.

0274d41a 11/25/2014 04:29 PM Phil Davis

Option for browser tab text order

Easy thing to do - add an option for the user to select if they want the host name or page name text to display first in the browser tab.
Forum: https://forum.pfsense.org/index.php?topic=84528.0

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

34bb3ffc 07/18/2014 01:29 PM Renato Botelho

Merge pull request #1237 from N0YB/XHTML_Compliance_System_Menu

7f394d3e 07/01/2014 04:35 PM Renato Botelho

Stop calling auto_login() here since it's already called inside setup_serial_port()

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

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

1657cfd2 06/21/2014 09:23 PM N0YB

oops, that wasn't supposed to be removed.

60a5f9de 06/21/2014 09:16 PM N0YB

Use count($array) where applicable, instead of a $rowIndex increment.

08f30320 06/18/2014 11:21 AM Renato Botelho

Change the option for webconfig login autocomplete from opt-in to opt-out, also bump config version and write a function to keep the current status on upgrades

2464e353 06/16/2014 10:14 PM N0YB

XHTML Compliance - System Menu

Enforce select option

b4e9a4da 06/16/2014 07:14 AM N0YB

XHTML Compliance - System Menu

Advanced - Admin Access Tab
Advanced - Firewall / NAT Tab
Cert Manager - Certificate Revocation Tab
User Manager - Users Tab
User Manager - Groups Tab

9c54ed89 04/28/2014 08:15 PM Warren Baker

Reconfigure Unbound for Rebind admin checks

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

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

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)

0ea03ffd 08/05/2013 09:07 AM N0YB

Update system_advanced_admin.php

fix typo s/Communcations/Communications/

dce51b01 07/18/2013 01:35 PM Jim Pingle

Disable the BEAST protection by default because the GUI will break if you use this and have a Hifn card installed. Others may break similarly. Change it into a checkbox option, off by default, and automatically disable it if a conflicting card has been detected.

3c119b78 03/07/2013 08:41 PM Colin Fleming

Tidy up System:Advanced:Admin XHTML

Added proper CDATA sections to scripts
Updated HTML boolean operators
Close BR tagas
Close INPUT tags

970ca1b7 02/28/2012 10:33 PM Yehuda Katz

Moved beep option to notifications page

0b84b200 02/23/2012 07:23 PM Erik Fonnesbeck

Change case of "NOTE" for consistency with other pages and fix a misspelling.

4b0e8c91 02/23/2012 08:35 AM Warren Baker

No need for extra function and touching of file, just set the value and use grep from XML to determine to beep or not

5e4d70a0 02/23/2012 04:17 AM Yehuda Katz

Option to disable startup/shutdown sounds

60879d14 01/13/2012 04:26 PM Jim Pingle

Fix ssh key note to refer to DSA not just RSA since both work.

9d99eb95 10/31/2011 07:02 PM Jim Pingle

Allow the serial speed adjustment to work for nanobsd as well.

c1becc31 10/31/2011 03:35 PM Jim Pingle

Add field to the GUI to select the serial console speed (May work as-is, needs more testing/feedback)

ac005767 08/21/2011 11:36 AM Seth Mos

Fix the redirect URL for IPv6 addresses Ticket #1583

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

makes correct use of printf and gettext

removes variables names and replace it with '%s'

48f55356 06/28/2011 09:03 AM Warren Baker

Consistency of NOTE vs Note as through the rest of the webGUI.

c41602e1 06/17/2011 05:53 PM Jim Pingle

Add a GUI field to adjust the max number of processes for lighttpd.

1031c9ea 05/12/2011 02:45 PM Jim Pingle

Make autocomplete on the login form optional.

78544d4a 03/31/2011 10:06 AM Chris Buechler

clarify text

bb3c6562 03/02/2011 08:08 AM Seth Mos

Add the toggle to disable successful login messages, show actual help text for redirect item

ff998f10 01/19/2011 02:36 AM Chris Buechler

fix DNS rebinding descr

5a05633a 01/14/2011 07:58 PM Jim Pingle

Fix serial port note text.

e8f4a58f 12/29/2010 11:33 PM Chris Buechler

make rebrand friendly

ac503653 11/14/2010 12:38 AM Scott Ullrich

Open link in new tab/window

612fa572 11/10/2010 05:25 PM Scott Ullrich

Note that this textbox controls HTTP_REFERER hostname checks as well

4fe9c2dc 11/10/2010 04:56 PM Scott Ullrich
  • Adding function get_configured_ip_addresses() which returns all interfaces and their configured IP address
  • Add checkbox to System -> Advanced -> Admin for HTTP_REFERER checks
  • Add and enforce HTTP_REFERER check if checkbox is not checked.

This will prevent HTML pages from crafting HTML GETs against the web interface and will prevent firewall admins from being "tricked" into clicking on links that may be harmful to their firewall.

f2a86ca9 10/19/2010 06:19 PM Jim Pingle

Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.

fbd5fc52 09/22/2010 03:27 PM Ermal LUÇI

Bring gitsync to the new check_reload_status behaviour.

0ae6daf8 09/07/2010 07:36 PM Ermal LUÇI

Use the new events mechanisms to dispatch events.

b4e6524c 09/01/2010 07:26 PM Jim Pingle

CA/CERT Move

1b94e73b 08/30/2010 10:05 PM Scott Ullrich

Restart dnsmasq on change in case of dns rebinding changes -

ee650539 08/30/2010 10:04 PM Scott Ullrich

Revert "Restart dnsmasq on change in case of dns rebinding changes"

This reverts commit a94e3f2016bec3f72aae2fd3e1575515ff93f5f6.

a94e3f20 08/30/2010 10:02 PM Scott Ullrich

Restart dnsmasq on change in case of dns rebinding changes

e73b001e 08/12/2010 03:55 PM Renato Botelho

Merge remote branch 'mainline/master'

Conflicts:
usr/local/www/diag_smart.php
usr/local/www/firewall_rules_edit.php
usr/local/www/interfaces.php
usr/local/www/load_balancer_pool_edit.php
usr/local/www/pkg_mgr_settings.php

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

gettext fixes

3a3fb8ea 08/11/2010 10:15 PM Erik Fonnesbeck

Fix printf/sprintf mixups.

42c7b553 08/10/2010 02:09 PM Carlos Eduardo Ramos

Fixing gettext calls on system_advanced_admin.php

36f83f68 07/12/2010 09:00 PM Chris Buechler

fix disable HTTP redirect

86b21903 07/06/2010 09:03 PM Jim Pingle

Add a text box where someone can enter in alternate hostnames for the system to bypass the DNS rebind checks.

4a820558 07/06/2010 08:39 PM Jim Pingle

Delete an accidentally duplicated line.

14eab6fb 07/06/2010 08:32 PM Jim Pingle

Add a checkbox to disable DNS rebinding checks if needed.

09ba7f74 06/29/2010 07:40 PM Jim Pingle

Fix this test, properly test if a variable is set. Fixes #691

b11bd589 06/29/2010 07:11 PM Jim Pingle

Forward back to system_advanced_admin.php and not system.php

56c91631 06/23/2010 06:35 PM Ermal LUÇI

Pass correct argument to killbyname and correctly check for sshdkeyonly toggle. Ticket #691

1fea6741 06/18/2010 02:36 PM Jim Pingle

Use killbyname() instead of mwexec/killall directly.

22a11a58 06/13/2010 12:07 AM Larry Gilbert

Fix some errors in spelling, punctuation, grammar, etc.

f37caa93 05/24/2010 04:57 PM Ermal LUÇI

Add to the System->Advanced an option to disable the redirect from port 80 when on https.

f49a012c 04/30/2010 01:02 PM Renato Botelho

gettext fixes

f6c2ad64 04/29/2010 08:22 PM Carlos Eduardo Ramos

Fix gettext issues

c395a830 04/29/2010 06:42 PM Carlos Eduardo Ramos

Fix gettext issues

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

Fix gettext issues

bca12a76 04/27/2010 12:30 PM Vinicius Coque

Reviewing gettext()

ca72c3f5 04/27/2010 11:30 AM Carlos Eduardo Ramos

Implement gettext()

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

Implement gettext()

a46e450c 03/08/2010 04:53 PM Ermal Luçi

Do not spread checking for value accross code. Do it in the function that is supposed to do it.

c26bda2e 01/30/2010 01:20 AM Chris Buechler

clarify text

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

487b16ec 07/10/2009 01:03 AM Scott Ullrich

Adding Notifications tab

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....
38332c11 11/25/2008 01:43 AM Scott Ullrich

Rename to console options

306f082a 10/25/2008 07:33 AM Scott Ullrich

Make white space consistent between save button and bottom of table

4d18eb07 10/22/2008 04:56 PM Ermal Luçi

More fixes on checkboxes.

561d5162 10/22/2008 04:06 PM Ermal Luçi

Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.html

e09a935c 10/15/2008 04:31 PM Ermal Luçi

Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html

f51f3989 10/14/2008 06:34 PM Ermal Luçi

Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.

e647cc2e 09/10/2008 06:48 PM Matthew Grooms

Increase the page redirect time after switching between http and https. It
can take longer on slower embedded systems.

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.

fb1266d3 09/09/2008 04:08 AM Matthew Grooms

Moves the protocol and certificate options out of the general config page
to the Advanced admin access tab. The thought is that they should be next
to each other. The certificate management has also been modified to use
the centralized certificate manager. I took the liberty of removing the...

5bc3bf28 09/07/2008 03:45 AM Bill Marquette

uncomment the commented out functionality that actually restarts sshd
when it's enabled

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.