summaryrefslogtreecommitdiffstats
path: root/etc/inc/functions.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove csrf-magic include from functions.inc -- it was causing problems with ↵Erik Fonnesbeck2010-11-101-1/+0
| | | | console PHP scripts.
* Testing csrf-magicScott Ullrich2010-11-091-0/+1
|
* No need for priv.incsullrich2009-11-281-3/+0
|
* Decouple filter.inc from functions.inc. There is no need to process filter ↵Scott Ullrich2009-11-211-2/+2
| | | | functions most of the time. Include filter.inc where it is needed
* Include certs.incScott Ullrich2009-11-211-0/+1
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-6/+1
| | | | Simplify get_memory(). Tested on mips/i386
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-0/+3
|
* Ipsec.inc is in functions.incScott Ullrich2009-08-251-1/+1
|
* Added support for automatically managing firewall rules with NAT rules.unknown2009-08-141-0/+1
|
* Remove openvpn.inc from functions.inc since its just a subsystem that does ↵Ermal Luçi2009-07-081-1/+0
| | | | not need to be present on all of the includes.
* Revert "Rename cvssync to gitsync"Scott Ullrich2009-06-181-2/+1
| | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525.
* Rename cvssync to gitsyncScott Ullrich2009-06-181-1/+2
|
* Remove certs.inc from functions.inc it is needed only by two pages ↵Ermal Luçi2009-06-181-1/+0
| | | | usermanager and certmanager.
* Remove crypt.inc from functions.inc. It is included by config.inc which is ↵Ermal Luçi2009-06-181-1/+0
| | | | included by auth.inc which is included by auth.inc. Easy no?! :)
* Change order slightly.Ermal Luçi2009-06-181-1/+1
|
* * Move functions that output html to guiconfig.incErmal Luci2009-06-181-3/+0
| | | | | | | | | * 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 NOTE: There is some more work to be done for pkg-utils.inc to be removed from backend as a dependency.
* Change the order of the includes its the way it should be.Ermal Luçi2009-04-291-1/+1
|
* * Move other functions around to where it makes sense.Ermal Luçi2009-04-261-5/+5
| | | | | * 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
* add rrd.inc for inclusionSeth Mos2008-12-191-0/+1
|
* Add support for export and import of encrypted configuration files. A setMatthew Grooms2008-08-281-0/+1
| | | | | of command line utilities for encypting and decrypting the files format is available from the tools/config-crypto directory.
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-0/+1
| | | | | | | | | | | | | | | | | | | | | 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 - Create internal certificate authority Certificate Manager: - List certificates - Import existing certificate - Create internal certificate using an internal CA - Generate certificate signing request for external CAs - Process certificate signing response from external CAs Certificate revocation is not currently implemented. The user system will also be extended to allow for user specific certificate management in a follow-up commit.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-1/+2
| | | | | | | | 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 5) Cleaning up the related WebUI pages
* Move Inline CSS and JS functions to guiconfig.inc.Scott Ullrich2008-07-231-30/+1
|
* Check if cuntions exists bvefore defining them to preven errors with some ↵Ermal Luçi2008-07-231-22/+26
| | | | scripts mostly from console.
* Say hello to outputJavaScriptFileInline() and outputCSSFileInline whichScott Ullrich2008-07-221-0/+25
| | | | | | | 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 of the webConfigurator to use these functions.
* Include cmd_chainScott Ullrich2008-07-141-1/+2
|
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-1/+2
| | | | | | | | | | | | | | 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 have also been improved. The key size for variable length algorithms can now be selected and the phase1 ID options have been extended to allow for more flexible configuration. Several NAT-T related issues have also been resolved. Please note, IPsec remote access functionality has been temporarily disabled. An improved implementation will be included in a follow up commit.
* Bring in relayd to perform server load balancingBill Marquette2008-06-161-0/+1
| | | | | | | | 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 to move.
* Only show menu subitems that the user has access to.Scott Ullrich2007-12-021-0/+1
|
* Use correct pfSenseHeader() function.Scott Ullrich2007-12-021-2/+26
|
* Remove trailing space / crScott Ullrich2007-05-271-1/+1
|
* Backport usermanager code from HEAD so I can get it in the snaps andBill Marquette2007-04-131-1/+2
| | | | | start testing it properly There's still some CSS/HTML fixes needed but the code seems to work
* Our compatibility code raelly needs to go into functions.inc so it can get ↵Scott Ullrich2006-09-081-0/+14
| | | | installed before other php files are sourced.
* Missed requireScott Ullrich2006-08-111-1/+1
|
* Rever commit. m0n0wall also uses require_once()Scott Ullrich2006-08-111-9/+9
|
* Change require_once to require.Scott Ullrich2006-08-111-10/+10
| | | | This is how m0n0wall works, not sure at what point I made this bad decision. Sorry!
* We're in 2006 now, totoScott Ullrich2006-04-081-1/+1
|
* Remove trailing newlineScott Ullrich2006-01-181-1/+1
|
* Alpha sort includesBill Marquette2005-09-251-4/+6
| | | | | require util.inc require pfsense-utils.inc
* add vslb to function includesBill Marquette2005-08-071-1/+2
|
* remove trailing psaceScott Ullrich2005-06-181-1/+1
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Add Copyright to each file that we have touched so far and re attribute the ↵Scott Ullrich2004-11-191-7/+8
| | | | | | | | | | | 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 <mk@neon1.net>. All rights reserved.
* Do not run shaper.inc since we no longer support dummynet traffic shaping.Scott Ullrich2004-11-101-1/+1
|
* Initial revisionScott Ullrich2004-11-071-0/+41
OpenPOWER on IntegriCloud