Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Header() calls by lowercase | Renato Botelho | 2014-06-13 | 1 | -2/+2 |
| | |||||
* | Tidy up "functions.inc" | Colin Fleming | 2014-04-04 | 1 | -5/+5 |
| | | | | | Escape single quotes for TABLE and HREF Updated closing TR tag | ||||
* | Tidy up "functions.inc" | Colin Fleming | 2014-04-01 | 1 | -1/+1 |
| | | | | Remove unnecessary semi-colon. | ||||
* | xhtml Compliance | ayvis | 2014-03-14 | 1 | -1/+1 |
| | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | Allow dom_title width parameter to be null | phildd | 2012-07-26 | 1 | -2/+2 |
| | | | | This prevents warning messages if called without the width parameter - reported in forum http://forum.pfsense.org/index.php/topic,51822.0.html The code already handles width being NULL or blank, it just needs to be explicitly defaulted when the parameter is not passed at all. | ||||
* | include check to avoid function_exist errors | marcelloc | 2012-07-12 | 1 | -48/+53 |
| | |||||
* | firewall_aliases.php include tabs(ip,port,url) , list aliases sorted, use ↵ | marcelloc | 2012-06-25 | 1 | -0/+11 |
| | | | | dom_title funcion to show titles. | ||||
* | fix jquery+domtt notices css on all themes | Marcello Coutinho | 2012-06-09 | 1 | -3/+3 |
| | |||||
* | convert menu alerts/notices to jquery + domtt | Marcello Coutinho | 2012-06-08 | 1 | -0/+51 |
| | |||||
* | Remove csrf-magic include from functions.inc -- it was causing problems with ↵ | Erik Fonnesbeck | 2010-11-10 | 1 | -1/+0 |
| | | | | console PHP scripts. | ||||
* | Testing csrf-magic | Scott Ullrich | 2010-11-09 | 1 | -0/+1 |
| | |||||
* | No need for priv.inc | sullrich | 2009-11-28 | 1 | -3/+0 |
| | |||||
* | Decouple filter.inc from functions.inc. There is no need to process filter ↵ | Scott Ullrich | 2009-11-21 | 1 | -2/+2 |
| | | | | functions most of the time. Include filter.inc where it is needed | ||||
* | Include certs.inc | Scott Ullrich | 2009-11-21 | 1 | -0/+1 |
| | |||||
* | Rework includes/require. This saves about 4 megabytes. | Scott Ullrich | 2009-11-21 | 1 | -6/+1 |
| | | | | Simplify get_memory(). Tested on mips/i386 | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions | Scott Ullrich | 2009-09-12 | 1 | -0/+3 |
| | |||||
* | Ipsec.inc is in functions.inc | Scott Ullrich | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Added support for automatically managing firewall rules with NAT rules. | unknown | 2009-08-14 | 1 | -0/+1 |
| | |||||
* | Remove openvpn.inc from functions.inc since its just a subsystem that does ↵ | Ermal Luçi | 2009-07-08 | 1 | -1/+0 |
| | | | | not need to be present on all of the includes. | ||||
* | Revert "Rename cvssync to gitsync" | Scott Ullrich | 2009-06-18 | 1 | -2/+1 |
| | | | | This reverts commit 62b035ce5f41c8342f0eea0b78e5878ff467e525. | ||||
* | Rename cvssync to gitsync | Scott Ullrich | 2009-06-18 | 1 | -1/+2 |
| | |||||
* | Remove certs.inc from functions.inc it is needed only by two pages ↵ | Ermal Luçi | 2009-06-18 | 1 | -1/+0 |
| | | | | usermanager and certmanager. | ||||
* | Remove crypt.inc from functions.inc. It is included by config.inc which is ↵ | Ermal Luçi | 2009-06-18 | 1 | -1/+0 |
| | | | | included by auth.inc which is included by auth.inc. Easy no?! :) | ||||
* | Change order slightly. | Ermal Luçi | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | * Move functions that output html to guiconfig.inc | Ermal Luci | 2009-06-18 | 1 | -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çi | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | * Move other functions around to where it makes sense. | Ermal Luçi | 2009-04-26 | 1 | -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 inclusion | Seth Mos | 2008-12-19 | 1 | -0/+1 |
| | |||||
* | Add support for export and import of encrypted configuration files. A set | Matthew Grooms | 2008-08-28 | 1 | -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 used | Matthew Grooms | 2008-08-09 | 1 | -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 Grooms | 2008-08-01 | 1 | -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 Ullrich | 2008-07-23 | 1 | -30/+1 |
| | |||||
* | Check if cuntions exists bvefore defining them to preven errors with some ↵ | Ermal Luçi | 2008-07-23 | 1 | -22/+26 |
| | | | | scripts mostly from console. | ||||
* | Say hello to outputJavaScriptFileInline() and outputCSSFileInline which | Scott Ullrich | 2008-07-22 | 1 | -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_chain | Scott Ullrich | 2008-07-14 | 1 | -1/+2 |
| | |||||
* | Overhaul IPsec related code. Shared functions have been consolidated into | Matthew Grooms | 2008-07-11 | 1 | -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 balancing | Bill Marquette | 2008-06-16 | 1 | -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 Ullrich | 2007-12-02 | 1 | -0/+1 |
| | |||||
* | Use correct pfSenseHeader() function. | Scott Ullrich | 2007-12-02 | 1 | -2/+26 |
| | |||||
* | Remove trailing space / cr | Scott Ullrich | 2007-05-27 | 1 | -1/+1 |
| | |||||
* | Backport usermanager code from HEAD so I can get it in the snaps and | Bill Marquette | 2007-04-13 | 1 | -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 Ullrich | 2006-09-08 | 1 | -0/+14 |
| | | | | installed before other php files are sourced. | ||||
* | Missed require | Scott Ullrich | 2006-08-11 | 1 | -1/+1 |
| | |||||
* | Rever commit. m0n0wall also uses require_once() | Scott Ullrich | 2006-08-11 | 1 | -9/+9 |
| | |||||
* | Change require_once to require. | Scott Ullrich | 2006-08-11 | 1 | -10/+10 |
| | | | | This is how m0n0wall works, not sure at what point I made this bad decision. Sorry! | ||||
* | We're in 2006 now, toto | Scott Ullrich | 2006-04-08 | 1 | -1/+1 |
| | |||||
* | Remove trailing newline | Scott Ullrich | 2006-01-18 | 1 | -1/+1 |
| | |||||
* | Alpha sort includes | Bill Marquette | 2005-09-25 | 1 | -4/+6 |
| | | | | | require util.inc require pfsense-utils.inc | ||||
* | add vslb to function includes | Bill Marquette | 2005-08-07 | 1 | -1/+2 |
| | |||||
* | remove trailing psace | Scott Ullrich | 2005-06-18 | 1 | -1/+1 |
| |