Commit Graph

214 Commits

Author SHA1 Message Date
Scott Ullrich
5949124cc3 Adding 802.1X Authentication support 2010-02-12 18:15:06 -05:00
Ermal Luçi
2dddf4be0d Check what to do on the interface when hitting apply options button. 2010-02-09 19:27:32 +00:00
Ermal Luçi
1b773d2064 Ticket #329. Use correnct interface API and pass correct arguments to functions. 2010-02-01 23:11:05 +00:00
Scott Ullrich
286a2b2efe Include ipsec.inc 2010-02-01 11:45:01 -05:00
Scott Ullrich
3211dcb6ed include captiveportal.inc 2010-01-16 18:12:00 -05:00
Ermal Luçi
08fae4381b Ticket #297. Verify WPA PSK key length. 2010-01-15 13:13:10 +00:00
Ermal Luçi
77622bb216 Reload all when changing interface configuration. 2010-01-14 19:03:51 +00:00
Chris Buechler
aa10c02f0b fix text 2010-01-14 13:03:05 -05:00
Chris Buechler
3f83bd4e1f field is not required 2010-01-06 23:09:08 -05:00
Chris Buechler
6768e67b47 fix up text 2010-01-05 22:01:10 -05:00
Seth Mos
9ff9a1c7d4 Style fixes for the interfaces page, use switch instead of a large if,elseif 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.
2009-12-24 13:45:04 +01:00
Scott Ullrich
5c310990c7 Remove debugging alert 2009-12-23 17:25:15 -05:00
Scott Ullrich
15a13dab10 Unbreak adding gateway #238 2009-12-23 17:24:30 -05:00
sullrich
1ee5d4b3a0 Call enable_rrd_graphing() on save Resolves #154 + previous commit 2009-11-27 16:53:59 -05:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Scott Ullrich
88157f66b9 Take into account hostap type interfaces 2009-10-25 17:04:33 -04:00
Scott Ullrich
1039405943 Unbreak wireless on 8.x 2009-10-25 16:37:57 -04:00
Scott Ullrich
a469927d16 Handle PPP interfaces 2009-10-19 23:00:53 -04:00
Scott Ullrich
b4d3639286 Reload filter after applying (what if user changed the interface name, etc) 2009-10-19 22:19:57 -04:00
Ermal Luçi
abcb2bed92 * Convert carp/vips code to behave the same as other interfaces.
* 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@
2009-10-01 15:19:42 +00:00
Ermal Luçi
d6a891da5a Avoid errors that appear if this is set uncorrectly. 2009-09-29 08:41:13 +00:00
Ermal Luçi
f94cf5f869 Test if dhcpd is enabled not if configs are preset. Reported-by: http://forum.pfsense.org/index.php/topic,19271.0.html 2009-09-21 06:33:59 +00:00
Scott Ullrich
7ac5a4cb18 Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 19:14:40 -04:00
Ermal Luçi
0c9da7218a Resolves issue #70. 2009-09-10 16:55:00 +00:00
Ermal Luçi
e42634a622 Use the same style structure as on other guis. 2009-07-10 14:08:42 +00:00
Ermal Luçi
03e4c599a7 Fix Bug #24. Actually just make the name usable in the new gateway code. 2009-07-07 15:49:17 +00:00
Ermal Luçi
a368a026db * Reorganize the 'apply' button infrustructure in the GUI.
- 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
2009-06-30 17:15:22 +00:00
Ermal Luçi
a5d6f60bf4 * Fix the pppoe reset script.
* 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.
2009-06-18 16:59:43 +00:00
Ermal Luçi
0027de0a54 * Create two new functions lock($subsystem)/unlock() to have more reliable 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.
2009-05-08 18:42:37 +00:00
Chris Buechler
a2b22897fe clarify description 2009-04-09 23:25:31 -04:00
Ermal Luçi
049a688e5d Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!) 2009-03-16 17:50:44 +00:00
Bill Marquette
2e069686fb Move Scriptaculous/Prototype includes to head.inc and remove the code duplication 2009-03-13 01:04:26 -05:00
Chris Buechler
87f0be87d2 Revert "Merge IPv6 changes"
This reverts commit f193cf92b2.
2009-02-15 14:05:30 -05:00
Charlie
ad8622208c allow IPv4 gateways to be added via AJAX 2009-01-22 02:32:36 -08:00
Simon Cornelius P. Umacob
f193cf92b2 Merge IPv6 changes 2009-01-20 15:52:39 +08:00
Ermal Luçi
47985993ee Effect.toggle is not behaving correctly use show/hide as with others in this page to be consistent and fix periodic reset GUI not showing. 2009-01-05 17:19:35 +00:00
Ermal Luçi
b09a92b7d1 Restore back the functionality that when the Enabled checkbox is not checked all configurations disappear. 2009-01-05 17:14:23 +00:00
Scott Ullrich
a815685ebd Restart VPN -> IPSEC after interface changes. This fixes the bug where
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)
2008-12-25 03:49:57 +00:00
Scott Ullrich
8861d9750a Minor style changes. 2008-12-02 21:21:43 +00:00
Scott Ullrich
b158201f0c Add One moment please when adding gateway. 2008-12-02 21:18:45 +00:00
Scott Ullrich
2e04d98aaa Reformat wireless input boxes 2008-11-25 06:34:21 +00:00
Scott Ullrich
744ea19041 * Move conf_mount_ro() after cron_configure()
* Add back dsh's (C), he did write the pppoe reset stuff, plus a bit more
2008-11-25 06:29:53 +00:00
Scott Ullrich
2e420191a8 Cleanup text formatting 2008-11-25 06:24:26 +00:00
Scott Ullrich
8e43486bd0 Cleanup breaks 2008-11-25 06:21:58 +00:00
Scott Ullrich
a614b1ac08 Clear notebox after clicking add a new one 2008-11-25 06:16:49 +00:00
Scott Ullrich
d86962996a Auto fill interface descr-GW as the name 2008-11-25 06:06:23 +00:00
Scott Ullrich
b2d9ec0d61 * Tweak cellspacing and cellpadding
* Center Cancel / Save
2008-11-25 06:00:48 +00:00
Scott Ullrich
d738dfa0a2 Launch item in new target 2008-11-25 05:38:10 +00:00
Scott Ullrich
347858c997 Add a notebox and flash a small notice after the gateway is populated
in the dropdownbox stating where you can manage the gateways.
2008-11-25 05:37:39 +00:00
Scott Ullrich
bfb94edd85 Move status wheel box higher up 2008-11-25 05:29:48 +00:00