summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* Move most of the code for dealing with wireless clone interface names to ↵Erik Fonnesbeck2010-02-231-5/+1
| | | | separate functions.
* Move shared wireless configuration settings to their own heading.Erik Fonnesbeck2010-02-221-50/+64
|
* Sync configuration of shared settings between wireless clones.Erik Fonnesbeck2010-02-221-0/+4
|
* Adding 802.1X Authentication supportScott Ullrich2010-02-121-1/+28
|
* Check what to do on the interface when hitting apply options button.Ermal Luçi2010-02-091-1/+4
|
* Ticket #329. Use correnct interface API and pass correct arguments to functions.Ermal Luçi2010-02-011-2/+1
|
* Include ipsec.incScott Ullrich2010-02-011-0/+1
|
* include captiveportal.incScott Ullrich2010-01-161-0/+1
|
* Ticket #297. Verify WPA PSK key length.Ermal Luçi2010-01-151-0/+6
|
* Reload all when changing interface configuration.Ermal Luçi2010-01-141-1/+2
|
* fix textChris Buechler2010-01-141-1/+1
|
* field is not requiredChris Buechler2010-01-061-1/+1
|
* fix up textChris Buechler2010-01-051-2/+2
|
* Style fixes for the interfaces page, use switch instead of a large if,elseif ↵Seth Mos2009-12-241-104/+178
| | | | | | | | procedure. Fix the monitor IP route adding and removing to skip non IP addresses and dynamic entries Add a Gateway item on the gateway_item stack so that it properly shows up in th configuration. Static configurations will need to manually add one.
* Remove debugging alertScott Ullrich2009-12-231-1/+0
|
* Unbreak adding gateway #238Scott Ullrich2009-12-231-0/+1
|
* Call enable_rrd_graphing() on save Resolves #154 + previous commitsullrich2009-11-271-3/+6
|
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Take into account hostap type interfacesScott Ullrich2009-10-251-0/+1
|
* Unbreak wireless on 8.xScott Ullrich2009-10-251-1/+2
|
* Handle PPP interfacesScott Ullrich2009-10-191-0/+8
|
* Reload filter after applying (what if user changed the interface name, etc)Scott Ullrich2009-10-191-1/+3
|
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-011-1/+1
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* Avoid errors that appear if this is set uncorrectly.Ermal Luçi2009-09-291-1/+4
|
* Test if dhcpd is enabled not if configs are preset. Reported-by: ↵Ermal Luçi2009-09-211-1/+1
| | | | http://forum.pfsense.org/index.php/topic,19271.0.html
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Resolves issue #70.Ermal Luçi2009-09-101-0/+3
|
* Use the same style structure as on other guis.Ermal Luçi2009-07-101-0/+7
|
* Fix Bug #24. Actually just make the name usable in the new gateway code.Ermal Luçi2009-07-071-1/+1
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-7/+6
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* * Fix the pppoe reset script.Ermal Luçi2009-06-181-7/+4
| | | | | | | * Do not reload recursevly services while configuring interfaces * Clean up the resync_all and reload_interfaces to not call services recursievly * Fix interfaces.php to not try to save the config after you click the apply button. * Put interfaces_loopback_configure on interfaces_configure its an interface after all.
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* clarify descriptionChris Buechler2009-04-091-1/+1
|
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-161-21/+1
| | | | now.(yay!)
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Revert "Merge IPv6 changes"Chris Buechler2009-02-151-120/+26
| | | | This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0.
* allow IPv4 gateways to be added via AJAXCharlie2009-01-221-1/+3
|
* Merge IPv6 changesSimon Cornelius P. Umacob2009-01-201-26/+120
|
* Effect.toggle is not behaving correctly use show/hide as with others in this ↵Ermal Luçi2009-01-051-1/+8
| | | | page to be consistent and fix periodic reset GUI not showing.
* Restore back the functionality that when the Enabled checkbox is not checked ↵Ermal Luçi2009-01-051-2/+7
| | | | all configurations disappear.
* Restart VPN -> IPSEC after interface changes. This fixes the bug whereScott Ullrich2008-12-251-0/+2
| | | | | | the VPN tunnel goes offline after making interface changes that I just encountered after I had made no changes (was saving the interface to restart RRD processes and IPSEC went down in the process)
* Minor style changes.Scott Ullrich2008-12-021-74/+72
|
* Add One moment please when adding gateway.Scott Ullrich2008-12-021-1/+1
|
* Reformat wireless input boxesScott Ullrich2008-11-251-25/+60
|
* * Move conf_mount_ro() after cron_configure()Scott Ullrich2008-11-251-8/+8
| | | | * Add back dsh's (C), he did write the pppoe reset stuff, plus a bit more
* Cleanup text formattingScott Ullrich2008-11-251-10/+9
|
* Cleanup breaksScott Ullrich2008-11-251-7/+7
|
* Clear notebox after clicking add a new oneScott Ullrich2008-11-251-1/+2
|
* Auto fill interface descr-GW as the nameScott Ullrich2008-11-251-1/+1
|
* * Tweak cellspacing and cellpaddingScott Ullrich2008-11-251-8/+10
| | | | * Center Cancel / Save
OpenPOWER on IntegriCloud