summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup the status queues so it does not does stupid things.Ermal Luçi2008-10-011-8/+0
| | | | Apparnetly this needs to be converted to 'ajax' calls as the traffic graph but for now live with this.
* Introduce a 'None' option for the gateways select box.Ermal Luçi2008-09-301-2/+4
| | | | | | | Apart fixing aestetic when there is no gateway configured for the interface it allows you to setup gateways and not select them on the interface configuration i.e. on Lan or similar type configured ones. Reported-by: sullrich@
* pkg_edit add <wrap>off</wrap> for textareaMark Crane2008-09-291-2/+3
|
* Remove stray 1Scott Ullrich2008-09-281-1/+1
|
* * Remove debugging codeScott Ullrich2008-09-281-2/+5
| | | | * Hide syntax highlighting option for now
* Do not encode, AJAX function handles.Scott Ullrich2008-09-281-2/+3
|
* Automatically remote /tmp/config.cache if it exists after file save.Scott Ullrich2008-09-281-1/+4
|
* Fix enable/disable checkboxSeth Mos2008-09-201-1/+1
|
* Workaround agressive cache of firefox by adding some options in the header. ↵Ermal Luçi2008-09-201-1/+5
| | | | this is the same issue as the traffic graph one.
* Add text, from lagg(4) man page, that explains what the various protocols ↵Ermal Luçi2008-09-202-3/+43
| | | | do. Add even a note to explain that only un-assigned interfaces can be part of a lagg(4) interface with suggestion from http://forum.pfsense.org/index.php/topic,11614.0.html.
* Add a note that interfaces part of a lagg(4) will not be shown(allowed to be ↵Ermal Luçi2008-09-201-0/+1
| | | | assigned.
* Do not allow lagg(4) members to be assigned.Ermal Luçi2008-09-201-2/+6
|
* Oops, typo.Ermal Luçi2008-09-181-1/+1
|
* Catch up with traffic graph changes.Ermal Luçi2008-09-181-2/+1
|
* Add missing quota to the titles so pages actually display.Ermal Luçi2008-09-167-7/+7
|
* Use get_configured_interface_with_descr() for OpenVPN gui pages. SuggestedMatthew Grooms2008-09-162-23/+19
| | | | by Ermal.
* 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
|
OpenPOWER on IntegriCloud