Project

General

Profile

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

# Date Author Comment
e454bcd3 04/27/2010 01:08 PM Vinicius Coque

Rwviewing gettext()

7465d12c 04/27/2010 12:43 PM Carlos Eduardo Ramos

Implement gettext()

b324b619 04/06/2010 07:25 AM Marcus Brown

Add a few more examples to the list of domain examples.

10e41b74 04/06/2010 07:24 AM Marcus Brown

Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.

The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts
instead of doing a normal DNS query to the server listed in...

7321c93c 12/21/2009 08:29 AM Chris Buechler

fix for disabled theme selection

8b289232 12/17/2009 09:45 PM Chris Buechler

add ability to hide theme selection

5c1f3ed2 11/28/2009 07:13 PM Scott Ullrich

Remove GMT time zone items which are actually reversed and confusing. Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385

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

27b07eda 07/10/2009 12:44 PM Ermal Luçi

Make this ressemble other pages for style

985fc0fb 07/08/2009 04:11 PM Ermal Luçi

Append several functions the filter_ prefix to know they are part of filter.inc as any other function in this file.
Remove a call to system_routing_configure on filter_configure_sync since these should have been taken care from the respective subsystem.

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....
8ac4df97 03/14/2009 06:48 PM Scott Ullrich

Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me.

87f0be87 02/15/2009 07:05 PM Chris Buechler

Revert "Merge IPv6 changes"

This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.

f193cf92 01/20/2009 07:52 AM Simon Cornelius P. Umacob

Merge IPv6 changes

a077b479 01/05/2009 05:09 PM Ermal Luçi

Show interface/gateway selection on dns list configuration only if we are on multiwan. This avoids some confusion on why the lists are blank.

c98d28e1 11/11/2008 11:04 PM Seth Mos

Add input validation so users do not add gateways to local dns servers

5aaf13c4 11/11/2008 10:48 PM Seth Mos

Correct Typo

3537ac27 11/11/2008 10:43 PM Seth Mos

Correctly load dns gatewa setting from config.
FIXME, somehow entry 3 is always missing. Settings the gateway on 3 sets it on 1 in
the config.xml

7922db8a 11/11/2008 10:01 PM Seth Mos

Correct the broken multiwan check.
It now works properly with dynamic gateways too.
Things to do, add static routes, input validation that no gateways are assigned to dns servers on a directly connected subnet.

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

Make white space consistent between save button and bottom of table

e7d967d8 10/19/2008 02:59 AM Scott Ullrich

Reload the filter. Plugins might need to run.

77446beb 09/09/2008 06:49 PM Matthew Grooms

Whitespace and minor bug fixes for system general setup page.

69e5a8be 09/09/2008 11:08 AM Ermal Luçi

Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.

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

8202999e 08/30/2008 02:51 AM Scott Ullrich

Make page look more consistent by adding a listtopic CSS entry for System

659fa7f2 08/03/2008 05:54 PM Matthew Grooms

Cleanup authentication code. The basic auth method, the passwd, htpasswd
and pam backing functions have been removed. The basic auth method was
legacy code and the backing functions were redundant with no added value
that I could see. A simplified replacement backing function named...

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

1) Redefine page privileges to not use static urls
2) Accurate generation of privilege definitions from source
3) Merging the user and group privileges into a single set
4) Allow any privilege to be added to users or groups w/ inheritance...

1cc00e4d 01/27/2008 10:49 PM Bill Marquette

correctly output product name

e151909a 12/30/2007 09:07 PM Scott Dale

show dns values correctly

baa56890 12/17/2007 03:29 AM Scott Ullrich

Make DNS $pconfig variables more consistent

93e0800d 12/17/2007 03:24 AM Scott Ullrich

Save all 4 DNS servers correctly

36d0358b 12/16/2007 08:43 PM Scott Ullrich

Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support

Work sponsored-by: Centipede Networks

c4936582 12/12/2007 04:38 AM Scott Dale

Correctly show and save DNS entries

b875f306 12/09/2007 06:09 AM Scott Ullrich

Convert the dns server code into a for loop and add 2 more dns servers on. Now we can easily control how many dns servers we want to allow entry for. Also get rid of code duplication.

5d721fa0 12/09/2007 04:41 AM Scott Ullrich

Move route delete items to system.inc so they are performed on every change

b8cfc022 12/08/2007 11:41 PM Scott Ullrich

Show interfaces. Cleanup presentation.

961d69fc 12/08/2007 11:12 PM Scott Ullrich

Populate $ints with the interface list correctly

e180a6e3 12/08/2007 11:05 PM Scott Ullrich

When multiple gateways are present (muliwan) show a dropdown box next to each dns server allowing the operator to select which gateway the dns server should use to resolve addresses.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

709cc6e0 10/17/2007 12:25 AM Bill Marquette

global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427

87c20eb5 10/05/2007 09:44 PM Bill Marquette

Ticket #1456 - drop one level of verbosity in tcpdump. Some protocols
will still decode to multi-line message - not an easy fix. Doesn't
appear to break non-raw log display

Add VRRP as a protocol type in the decode

ec5a5d65 09/06/2007 03:13 AM Scott Dale

We Do not validate username field anymore on this page. Has been removed for user manage.

b5c78501 09/01/2007 08:47 PM Seth Mos

Fixing css layout

aa1ab1da 07/06/2007 06:30 PM Scott Ullrich

Restart filter logging process after timezone change so that the entries reflect the correct time and date.

d6862c98 02/14/2007 01:01 AM Scott Ullrich

Remove flush code, we do this by default now.

20b90e0a 10/02/2006 09:12 PM Scott Ullrich

Switch to OpenNTPD.

f0f7a3eb 04/02/2006 10:41 PM Scott Ullrich

Move theme selector to general screen
Ticket #895

991f7f37 03/11/2006 02:42 AM Scott Ullrich

Go back to 10 seconds now that check_reload_status is healthy again.

ca0a985f 03/11/2006 12:03 AM Scott Ullrich

Increase wait time to 20 seconds to give slower platforms a chance to catch up

70b5a4e1 01/05/2006 04:05 AM Scott Ullrich

Use check_reload_status to reload webGUI

e54d4de6 01/02/2006 11:46 PM Scott Ullrich

Remove #!/usr/local/bin/php

2715fc52 10/09/2005 04:18 AM Scott Ullrich

Save new password correctly

72183413 10/04/2005 12:10 AM Scott Ullrich
  • Sync root and admin passwords
  • Move sync logic into pfsense-utils:sync_webgui_passwords()
c1c2b58d 09/21/2005 10:09 PM Scott Ullrich

Move sync passwords earlier up

a9808a38 09/21/2005 10:08 PM Scott Ullrich

Sync accounts.

fadc0360 09/20/2005 10:04 PM Scott Ullrich

Note that we are redirecting in 10 seconds

39b78c46 09/20/2005 10:03 PM Scott Ullrich

Call ob_flush() too

6f30d56c 09/20/2005 10:03 PM Scott Ullrich
  • flush() output buffer
  • sleep for 2 seconds before web server change
a6b0fbf7 09/04/2005 02:48 PM Bill Marquette

(#457) Fix redirect on port/proto changes

96a4e962 08/21/2005 06:57 PM Scott Ullrich

Relocate sync_webgui_passwords();

3cfdba5f 08/21/2005 06:56 PM Scott Ullrich

Remove reboot dependency

838a5ce6 08/21/2005 06:55 PM Scott Ullrich

Call sync_webgui_passwords() after password change

62d489e7 08/21/2005 06:54 PM Scott Ullrich

Note password change occured in webgui

6485deb5 08/13/2005 10:44 PM Bill Marquette

Ticket #338: better fix, this works even when the user access pfsense
via a name or IP other than pfsense thinks it is

e2c41c39 08/13/2005 10:20 PM Scott Ullrich

SERVER_NAME -> SERVER_ADDR

e02f143c 08/13/2005 10:14 PM Scott Ullrich

Echo out meta refresh inside <html> tags

2f3f316c 08/13/2005 10:13 PM Scott Ullrich

Echo out meta refresh inside <html> tags

3a986da7 08/13/2005 07:48 PM Scott Ullrich

Echo out information before calling system_webgui_start()

cfa6fa1a 08/13/2005 07:41 PM Scott Ullrich

Switch operating mode cleaner and meta redirect at end of page

Ticket #338

94a82e34 07/03/2005 06:30 PM Bill Marquette

remove extra pgtitle

74f446e8 07/03/2005 04:55 PM Bill Marquette

Use $pgtitle
small code cleanups

af4aa061 07/02/2005 08:11 PM Scott Ullrich
  • Curve bottom of grey areas if needed
  • Curve tabs
  • Cleanup
4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

c668c964 04/26/2005 09:51 PM Scott Ullrich

$changecount++ so that the savings on the form can be saved. DOH!

This should address Ticket #16

0d8a219e 04/26/2005 08:20 PM Scott Ullrich

Unset $config['system']['dnsallowoverride'] before assigning.

This should address Ticket #16

63c2f169 04/04/2005 05:31 PM Colin Smith

Move popup alert to notes field. Could these be completely removed? The webGUI should automagically redirect them now.

d306d35b 04/04/2005 05:20 PM Scott Ullrich

use alert(''); for alerting that the webGUI will take effect on save

9eab73da 04/03/2005 03:34 PM Bill Marquette

Let the update_if_changed() force passing as reference instead of relying on our memory and testing abilities

61b655b9 03/31/2005 11:17 PM Colin Smith

Add missing ).

37d160c2 03/31/2005 02:49 AM Bill Marquette

Restart webgui if either port or protocol is change

62d01225 03/27/2005 10:10 PM Bill Marquette

update change desc if password changes (but don't log)

79f8694f 03/27/2005 08:58 PM Bill Marquette

better function name :)

4fbf63aa 03/27/2005 08:33 PM Bill Marquette

use new updatechanged() function for most var changes

417c6042 03/27/2005 07:32 PM Bill Marquette

Commit description work done so far

2ecd3a0d 03/22/2005 04:28 AM Colin Smith

Remove javascript alert when changing webGUI protocol (it's redirected transparently anyway).

ce62fee7 03/21/2005 04:35 AM Bill Marquette

same loving for port number changes

390c2739 03/21/2005 04:29 AM Bill Marquette

make webgui proto chagne transparent to user, just redirect to new port

8e8f7ff7 03/21/2005 04:18 AM Bill Marquette

Remove need to reboot after changing webgui protocol

841dd38a 01/06/2005 02:02 AM Scott Ullrich

Change m0n0wall -> pfSense

Noticed-by: Bryan

04ad7c7c 12/25/2004 04:13 AM Scott Ullrich

Sync root password with admin password

07bd3f83 12/05/2004 07:31 PM Scott Ullrich

Synchornize with m0n0wall 1.2b3. These files have not really been
modified too much so a straight copy works. 9 files remain to be
patched by hand.

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision