Project

General

Profile

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

# Date Author Comment
2545af04 11/10/2010 07:28 AM Erik Fonnesbeck

Remove csrf-magic include from functions.inc -- it was causing problems with console PHP scripts.

9b2bc1af 11/09/2010 04:23 PM Scott Ullrich

Testing csrf-magic

7db2e2e8 11/29/2009 02:19 AM Scott Ullrich

No need for priv.inc

5f2d078e 11/22/2009 12:10 AM Scott Ullrich

Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed

f7e3f9ac 11/21/2009 10:48 PM Scott Ullrich

Include certs.inc

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

66058d00 08/26/2009 12:06 AM Scott Ullrich

Ipsec.inc is in functions.inc

b9e28d57 08/14/2009 08:53 PM unknown

Added support for automatically managing firewall rules with NAT rules.

d84bd468 07/08/2009 04:49 PM Ermal Luçi

Remove openvpn.inc from functions.inc since its just a subsystem that does not need to be present on all of the includes.

5e7d127a 06/19/2009 12:17 AM Scott Ullrich

Revert "Rename cvssync to gitsync"

This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.

62b035ce 06/19/2009 12:16 AM Scott Ullrich

Rename cvssync to gitsync

14f5ae08 06/18/2009 07:59 PM Ermal Luçi

Remove certs.inc from functions.inc it is needed only by two pages usermanager and certmanager.

16416481 06/18/2009 07:55 PM Ermal Luçi

Remove crypt.inc from functions.inc. It is included by config.inc which is included by auth.inc which is included by auth.inc. Easy no?! :)

c8950940 06/18/2009 07:46 PM Ermal Luçi

Change order slightly.

6dc88d53 06/18/2009 12:40 PM Ermal Luçi
  • Move functions that output html to guiconfig.inc
  • Remove some recursive dependency on some includes
  • Remove ^M or \r from files
  • Remove some entries from functions.inc to avoid including them twice
  • Remove some unneccessary includes from some files
    ...
ae3c9a62 04/29/2009 03:44 PM Ermal Luçi

Change the order of the includes its the way it should be.

6dc3a5c2 04/26/2009 01:47 PM Ermal Luçi
  • Move other functions around to where it makes sense.
  • Reduce somewhat require_once() overhead by removing the includes from gwlb.inc they are not needed.
    Some more analysis is needed on the include path
77e858f0 12/19/2008 10:10 PM Seth Mos

add rrd.inc for inclusion

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