summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Nuke old utility to take interface statisticsErmal Luçi2008-09-161-0/+0
|
* Fix the Traffic Graph for Firefox case, which caches agressively and makes ↵Ermal Luçi2008-09-162-1/+11
| | | | the XMLHttpRequest calls return the same result and the output is just a red line at the end of the graph since the difference between the old and new traffic is always 0.
* * Fix 'descr'setting and displaying.Ermal Luçi2008-09-161-18/+19
| | | | * Some white space cleanup.
* Fix a few minor problems with the IPsec configuration interface. Make sureMatthew Grooms2008-09-162-12/+7
| | | | | | we don't copy the ikeid when duplicating a phase1 entry. Simplify the code that deletes all associated phase2 entries when a phase1 is deleted. I was and still am learning the finer points of php.
* Make it possible for pakages to insert additional tabbed pages into anMatthew Grooms2008-09-164-16/+20
| | | | | | | | 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.
* Fix empty wep arraySeth Mos2008-09-151-1/+1
|
* Correctly handle 802.11x setting.Ermal Luçi2008-09-151-2/+2
|
* Some style and consistency fixes, no functional change.Ermal Luçi2008-09-121-9/+11
|
* Fix the Status->Traffic Graph graphic.Ermal Luçi2008-09-122-31/+13
|
* Bring the ppp frontend to functionality.Ermal Luçi2008-09-112-22/+83
| | | | Add a more options like max connection attempt, support for static ip setups, username and password configs.
* 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);
* Remove (not parsed) from description. It IS parsed and checked for XSSScott Ullrich2008-09-101-1/+1
| | | | problems now that we can assign owners of interfaces.
* Backout last change, we need to think about this some more.Scott Ullrich2008-09-101-2/+2
|
* Learn how to spell "Acknowledge"Scott Ullrich2008-09-101-1/+1
| | | | Pointed-out-by: billm
* We already escape characters. Do not worry about notifying user thatScott Ullrich2008-09-101-2/+0
| | | | | the description field is invalid as it will be escaped again during firewall_rules.php
* Require_once instead of require.Scott Ullrich2008-09-101-4/+4
|
* Increase the page redirect time after switching between http and https. ItMatthew Grooms2008-09-101-2/+2
| | | | can take longer on slower embedded systems.
* Whitespace and minor bug fixes for package manager pages.Matthew Grooms2008-09-102-188/+209
|
* Show correct interface.Ermal Luçi2008-09-101-1/+1
|
* Catch up with backend modification and synchronize some fields in the GUI ↵Ermal Luçi2008-09-102-31/+18
| | | | itself.
* Catch up with function renaming.Ermal Luçi2008-09-101-6/+6
|
* * Correctly show dhcp tabs for the serviceErmal Luçi2008-09-101-16/+14
| | | | * Do not display tabs for the interface not elligible for running a dhcp service.
* Array checks too.Ermal Luçi2008-09-091-1/+2
|
* Add missing quote char.Ermal Luçi2008-09-091-1/+1
|
* Array checks too.Ermal Luçi2008-09-092-3/+6
|
* Add some check if we are working with arrays and fix the check for not ↵Ermal Luçi2008-09-091-32/+38
| | | | allowing dhcpd to be configured on nonstatic ip interfaces.
* * Introduce an apply button before the changes get effect.Ermal Luçi2008-09-091-37/+34
| | | | * Actually fix the form submit action to work correctly.
* Modify the OpenVPN server configuration to allow the DH parameter lengthMatthew Grooms2008-09-091-4/+27
| | | | to be specified. Upgraded 1.2.x configurations will default to 1024 bits.
* Move the 'advanced users only' notice into the tab body so the tab headersMatthew Grooms2008-09-095-76/+56
| | | | are not displaced by this message.
* Whitespace and minor bug fixes for system general setup page.Matthew Grooms2008-09-091-133/+183
|
* Rename interfaces_wan_configure to interface_configure now that it is used ↵Ermal Luçi2008-09-095-5/+6
| | | | for all assigned interface configuration.
* Merge interfaces_wlan.inc into interfaces.php there is no need for the to be ↵Ermal Luçi2008-09-091-20/+464
| | | | different files so when one is edited the other can be broken.
* NOTE: Part of the interfaces history is located on interfaces_lan.php and ↵Ermal Luçi2008-09-091-1/+1
| | | | interfaces_opt.php.
* Catch up with file rename.Ermal Luçi2008-09-091-1/+1
|
* Catch up with file rename.Ermal Luçi2008-09-093-7/+7
|
* Oops, this is a test and not an assignment.Ermal Luçi2008-09-091-1/+1
|
* Oops, this is a test and not an assignment.Ermal Luçi2008-09-091-1/+1
|
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-096-963/+1013
| | | | | | The edges were square instead of rounded like most pfSense pages. Also make sure tabs and cancel buttons are present in the add privilege and add certificate pages.
* Cleanup the tab format of the system ca/certificate pages. The edges wereMatthew Grooms2008-09-092-617/+623
| | | | | square instead of rounded like most pfSense pages. While here, fix a bug that made the submit button disappear when it shouldn't.
* Cleanup the tab format of the system advanced pages. The edges were squareMatthew Grooms2008-09-095-642/+643
| | | | instead of rounded like most pfSense pages.
* Whitespace and html cleanup of the configuration history page.Matthew Grooms2008-09-091-59/+65
|
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-093-135/+146
| | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed.
* Add "Services" to the page titleBill Marquette2008-09-099-9/+9
|
* * Rename to interfaces.phpScott Ullrich2008-09-081-2/+2
| | | | * Fix tab style issues
* Rename to interfaces.phpScott Ullrich2008-09-081-1/+1
| | | | Repocopy following up to this commit.
* Add my name to the copyrights, i think i changed enough of this file!Ermal Luçi2008-09-072-0/+2
|
* Delete interfaces_lan.php we have a unified interface config.Ermal Luçi2008-09-071-235/+0
|
* Try to reconfigure interfaces if assigned when edited. For gif and gre this ↵Ermal Luçi2008-09-072-0/+9
| | | | does not make sense.
* Merge lan configuration to the interfaces_wan.php page wich does the ↵Ermal Luçi2008-09-076-36/+37
| | | | | | configuration of all other assigned interfaces.
* Use different names for pppoe and pptp fields so that problems reported byErmal Luçi2008-09-072-32/+48
| | | | | | | http://forum.pfsense.org/index.php/topic,11220.0.html is fixed. Reflect the changes even on config conversion part. Add even some code in preparation of merging even lan on the same page.
OpenPOWER on IntegriCloud