Project

General

Profile

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

# Date Author Comment
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.