Project

General

Profile

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

# Date Author Comment
8ff5ffcc 08/28/2008 02:53 AM Matthew Grooms

Add support for export and import of encrypted configuration files. A set
of command line utilities for encypting and decrypting the files format
is available from the tools/config-crypto directory.

64cc39d3 08/09/2008 12:06 AM Matthew Grooms

Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...

Certificate Authority Manager:
- List certificates authorities
- Import existing certificate authority...

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

06a9dc5a 07/23/2008 04:32 PM Scott Ullrich

Move Inline CSS and JS functions to guiconfig.inc.

32dab50e 07/23/2008 04:23 PM Ermal Luçi

Check if cuntions exists bvefore defining them to preven errors with some scripts mostly from console.

73881721 07/22/2008 05:55 AM Scott Ullrich

Say hello to outputJavaScriptFileInline() and outputCSSFileInline which
can take a css and or javascript file and pass it through the php
parser without forking and return the results inline. This is still
faster then a round trip back to Lighttpd. Soon I will be changing portions...

c320be0a 07/14/2008 03:07 AM Scott Ullrich

Include cmd_chain

a93e56c5 07/11/2008 01:55 AM Matthew Grooms

Overhaul IPsec related code. Shared functions have been consolidated into
a new file named /etc/ipsec.inc. Tunnel definitions have been split into
phase1 and phase2. This allows any number of phase2 definitions to be
created for a single phase1 definition. Several facets of configuration...

17623ab5 06/16/2008 02:58 AM Bill Marquette

Bring in relayd to perform server load balancing
Move gateway load balancing code into gwlb.inc - still uses slbd

TODO: vs and pool status screens are currently broken...and wouldn't work
with the gateway pools anyway, ultimately, the gateway pools need...

b8f82cd7 12/02/2007 05:34 AM Scott Ullrich

Only show menu subitems that the user has access to.

ab6738c7 12/02/2007 02:43 AM Scott Ullrich

Use correct pfSenseHeader() function.

cbe2ebe0 05/27/2007 12:25 AM Scott Ullrich

Remove trailing space / cr

fab7ff44 04/13/2007 03:26 AM Bill Marquette

Backport usermanager code from HEAD so I can get it in the snaps and
start testing it properly
There's still some CSS/HTML fixes needed but the code seems to work

50797647 09/08/2006 09:05 PM Scott Ullrich

Our compatibility code raelly needs to go into functions.inc so it can get installed before other php files are sourced.

a960d990 08/11/2006 01:53 AM Scott Ullrich

Missed require

175b9149 08/11/2006 01:50 AM Scott Ullrich

Rever commit. m0n0wall also uses require_once()

19b300e4 08/11/2006 01:24 AM Scott Ullrich

Change require_once to require.

This is how m0n0wall works, not sure at what point I made this bad decision. Sorry!

0e16b9ca 04/08/2006 02:04 AM Scott Ullrich

We're in 2006 now, toto

e263fe9a 01/18/2006 08:00 PM Scott Ullrich

Remove trailing newline

8a848748 09/25/2005 02:55 AM Bill Marquette

Alpha sort includes
require util.inc
require pfsense-utils.inc

13e89f76 08/07/2005 02:56 AM Bill Marquette

add vslb to function includes

923cf42e 06/18/2005 10:18 PM Scott Ullrich

remove trailing psace

307cd525 03/27/2005 10:43 PM Bill Marquette

Add $Id$ tag

cfc707f7 11/19/2004 11:12 PM Scott Ullrich

Add Copyright to each file that we have touched so far and re attribute the file to Manuel Kasper such as:

Copyright (C) 2004 Scott Ullrich
All rights reserved.
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <>....
f3e311ce 11/10/2004 06:36 PM Scott Ullrich

Do not run shaper.inc since we no longer support dummynet traffic shaping.

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

Initial revision