summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible for pakages to insert additional tabbed pages into anMatthew Grooms2008-09-161-15/+16
| | | | | | | | existing tab group. This requires that each page in the tab group call add_package_tabs() with the tab group name before display_top_tabs() so pages can be inserted. While far from optimal, this system is really a stop-gap measure until a more intelligent menu/tab system can be implemented. Discussed with Scott on IRC.
* Add ability to hook into tabs on various screens. Each tab area willScott Ullrich2008-09-111-1/+18
| | | | | | | | | | need to hook into this sytem similar to: $tab_array = array(); $tab_array[] = array("Port Forward", true, "firewall_nat.php"); $tab_array[] = array("1:1", false, "firewall_nat_1to1.php"); $tab_array[] = array("Outbound", false, "firewall_nat_out.php"); $tab_array[] = add_package_tab_hooks("firewallnat") display_top_tabs($tab_array);
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-071-1/+1
| | | | | | configuration of all other assigned interfaces.
* Remove empty trailing line at end of file.Scott Ullrich2008-08-281-1/+1
|
* Bring in relay options for inbound load balancerBill Marquette2008-08-281-0/+28
| | | | | More work pending, this seems to generate proper configs needs much more testing though
* Stop clobbering $if on local pages.Scott Ullrich2008-08-281-4/+4
|
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-1/+8
| | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* Move format_bytes() to util.inc to match m0n0wallScott Ullrich2008-08-231-12/+0
|
* `cat /var/folders/X7/X7bVv+-6HAyNkkcSCwAA5k+++TI/-Tmp-//cvsCjq0EX`Scott Ullrich2008-08-091-10/+4
|
* add MSN to well-known-portsMartin Fuchs2008-08-081-0/+1
|
* Bring in new server load balancing code, this introduces:Bill Marquette2008-08-051-1/+76
| | | | | | * The ability to create your own monitors (tcp, http, https, send/expect) * A new way of displaying 'standard tables' - MainTable class * monitor_type array type
* Add an interface to manage external authentication servers. The two typesMatthew Grooms2008-08-051-1/+43
| | | | supported currently are LDAP and Radius.
* 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
* Add inline print style css output code and switch nifty to it.Scott Ullrich2008-07-271-0/+14
|
* Add carriage returnsScott Ullrich2008-07-271-5/+4
|
* Move Inline CSS and JS functions to guiconfig.inc.Scott Ullrich2008-07-231-1/+30
|
* Introduce a new and improved version of IPsec mobile client support. TheMatthew Grooms2008-07-131-1/+1
| | | | | | | mobile client tab is now used to configure user authentication (Xauth) and client configuration (mode-cfg) options. User authentication is currently limited to system password file entries. This will be extended to support external RADIUS and LDAP account DBs in a follow up comiit.
* Overhaul IPsec related code. Shared functions have been consolidated intoMatthew Grooms2008-07-111-19/+0
| | | | | | | | | | | | | | 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.
* Remove unused code.Ermal Luçi2008-06-211-23/+0
|
* Continue interface improvementsErmal Luçi2008-06-211-2/+3
|
* Begin adding OpenVPN users feature.Scott Ullrich2008-04-261-0/+10
|
* fix up reverse logic in return_clog() so it doesn't default to reverseBill Marquette2008-04-071-4/+3
| | | | | | | make the slbd status pages override the reverse logic in return_clog() so these pages aren't now broken. This change actually fixes the ipsec diag logs page being reverse (and not honoring the log reverse/forward setting on the logs setting page)
* Allow clogging capabilities to be turned off.Scott Ullrich2008-03-111-3/+8
|
* Return false if $net is not defined.Scott Ullrich2008-02-091-1/+2
|
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* moved widget tab function to guiconfig.incScott Dale2007-12-301-0/+36
|
* Do not show hostname in page title.Scott Ullrich2007-12-101-1/+1
|
* Unbreak title in package areas.Scott Ullrich2007-11-161-1/+4
|
* Move common functions to guiconfig.inc since head.inc requires them.Scott Ullrich2007-11-161-3/+13
|
* remove whitespace at endChris Buechler2007-11-051-1/+1
|
* comment out debugging code, was slightly breaking IPsec logs page and ↵Chris Buechler2007-11-051-0/+4
| | | | possibly others.
* Ticket #1462: Make the save button only appear if you change an assignmentBill Marquette2007-10-171-3/+3
|
* add MMS (TCP/UDP) to protocol definitionsMartin Fuchs2007-09-151-1/+3
|
* added STUN,RTP,SIP to protocol-definitionsMartin Fuchs2007-07-291-0/+3
|
* Add ASN1DN identities support to IPSEC. Subbmitted-by: Nic Bernstein ↵Scott Ullrich2007-06-301-0/+1
| | | | <nic_AT_onlight.com>
* Add system tunables area which allows the user to fine control sysctl's.Scott Ullrich2007-05-261-0/+1
|
* Remove syslog from port definitions Ticket #1314Scott Ullrich2007-05-101-1/+0
|
* Add more protocols.Scott Ullrich2007-05-071-0/+3
| | | | Submitted-by: Martin Fuchs
* Add more well known ports to the protocols drop down. Patch-submitted-by: ↵Scott Ullrich2007-04-231-1/+22
| | | | Martin Fuchs
* Backport usermanager code from HEAD so I can get it in the snaps andBill Marquette2007-04-131-1/+21
| | | | | start testing it properly There's still some CSS/HTML fixes needed but the code seems to work
* Firewall Schedule GUI! ... and there was much rejoicing.Scott Dale2007-03-231-0/+11
|
* We do not need to enforce reboots.Scott Ullrich2007-02-261-4/+0
|
* Added Alias popup description for firewall rules.Scott Dale2007-02-121-1/+1
|
* * Fix status -> slbdScott Ullrich2006-10-071-42/+14
| | | | | * Simplify dump_clog() and return_clog() to where a preschooler can read * Fix main diagnostics logs after the above fallout
* Restore nuked $i variablesScott Ullrich2006-10-071-0/+4
|
* We cannot tail the initial clog file in return_clog because we are not ↵Scott Ullrich2006-09-271-2/+12
| | | | guaranteed to have that amount of "matching" lines. Instead, build up a grepline that contains all of the grep and grep -v statement. This now allows the tail to chop off the last X lines correctly.
* We cannot tail the initial clog file in dump_clog because we are not ↵Scott Ullrich2006-09-271-25/+24
| | | | guaranteed to have that amount of "matching" lines. Instead, build up a grepline that contains all of the grep and grep -v statement. This now allows the tail to chop off the last X lines correctly.
* Don't try to filter records that have strange date / time stamps.Scott Ullrich2006-09-161-2/+0
|
* * Allow setting of OPTional interface IP address correctlyScott Ullrich2006-08-051-1/+5
| | | | | | * Print "Interface IP Address" in firewall rules summary when selected Ticket #1052
* Remove date check. This is breaking the system logs in certain cases and I ↵Scott Ullrich2006-08-011-1/+1
| | | | am tired of fighting this battle. The logs *WILL* remain broken on the last entries in some cases. I know of this fact and I do't plan on changing it as it breaks something else ever time that a fix is attempted.
OpenPOWER on IntegriCloud