Commit Graph

13263 Commits

Author SHA1 Message Date
Scott Ullrich
abfd0c9bcd Ensure string is cleared out if needed 2010-03-07 14:45:45 -05:00
Scott Ullrich
7eadaa9c73 Only include wpa_passphrase= line if a string has been entered. Ticket #404 2010-03-07 14:45:05 -05:00
Erik Fonnesbeck
ed459692ed Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when those modes aren't available. 2010-03-07 02:07:53 -07:00
Erik Fonnesbeck
a8f582879e Revert "Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist."
This reverts commit b383e88b59.
2010-03-07 00:28:42 -07:00
Erik Fonnesbeck
23fdc06e2e The mode must be specified in a separate command before ifconfig will allow the mode and channel to be changed. 2010-03-06 23:57:42 -07:00
Erik Fonnesbeck
39c1349ce1 Add support for 802.11n in get_wireless_modes and the channels list. 2010-03-06 23:40:32 -07:00
Scott Ullrich
017d381c0a Ensure prefix directory exists before downloading and installing additional file 2010-03-06 18:10:53 -05:00
Ermal Luçi
6b605c976e Till the flock issue is fixed open the races doors, place your bets please! 2010-03-05 21:59:24 +00:00
Ermal Luçi
3de9447703 Do not allow changing the name of the auth server. Resolves #399. 2010-03-05 18:16:44 +00:00
Ermal Luçi
eb0f4fc69e Default to http. 2010-03-05 17:12:15 +00:00
Ermal Luçi
06f619150f Propperly initialize variables so they function is as expected. 2010-03-05 16:28:03 +00:00
Ermal Luçi
01ba0a7229 Fixed variable definition. 2010-03-05 16:19:39 +00:00
Ermal Luçi
3435dc3556 Make sure we have initialized vars. 2010-03-05 15:44:31 +00:00
Ermal Luçi
907b435ac8 Catch up with php changes. 2010-03-05 15:40:21 +00:00
Ermal Luçi
5db1136645 Fix RIP code to be compliant with 2.0. 2010-03-05 14:56:34 +00:00
Ermal Luçi
ba8ec11217 Do not try to load radius extension through PEAR because it will fail. 2010-03-05 14:56:15 +00:00
Ermal Luçi
7dbaa205cb Catch up with php5 changes on array. 2010-03-05 10:19:35 +00:00
Erik Fonnesbeck
9c2e9c1345 Fixing the condition for the enable checkbox broke saving on wan and lan. Add a hidden enable field for wan and lan to fix any code that expects it to be there. 2010-03-04 20:59:31 -07:00
Erik Fonnesbeck
2993dcc246 Ticket #402. Check for external address of "any" on port forwards, since alias_expand only returns null in that case, and the port forward code would then use the IP address as the fallback. 2010-03-04 19:40:50 -07:00
Ermal Luçi
27c0c7c6fb Do not show pppoe/pptp/l2tp interfaces for assignment. 2010-03-05 00:15:28 +00:00
Ermal Luçi
7f9a13001a Remove specific ppp fields if the interface is not a ppp anymore this unbreaks the GUI in certain cases. 2010-03-04 16:37:56 +00:00
Ermal Luçi
26586f7a09 Ticket #400. Commit partial patch from this ticket. 2010-03-04 16:11:34 +00:00
Ermal Luçi
864336aa75 Remove the authentication fallback it does not have any meaning now. 2010-03-04 15:55:27 +00:00
Ermal Luçi
bb2e8e8975 Remove test code. 2010-03-04 15:41:15 +00:00
Ermal Luçi
a1bed51b6b Fix double include. 2010-03-04 15:38:10 +00:00
Ermal Luçi
6f27412f5f Ignore chmod errors for files that do not exist. 2010-03-04 12:15:11 +00:00
jim-p
957e2f1f07 Add a config diff option to the backup history, so you can view changes between revisions. 2010-03-03 21:03:40 -05:00
Erik Fonnesbeck
e327021d98 Fix distance setting for ath and add it to the wireless settings that are synced and listed as shared. 2010-03-03 16:41:07 -07:00
Ermal Luçi
39163f72b7 Ticket #393. Require once. 2010-03-03 23:22:43 +00:00
Ermal Luçi
43ad432c34 Ticket #396. Try to fix issues with missing include files or filesystem being in ro mode during operations. 2010-03-03 23:18:11 +00:00
Ermal Luçi
dfc7ab8c69 Remove mentioning of the well gone ftp helper. 2010-03-03 21:58:52 +00:00
Ermal Luçi
f39fe79edf Ticket #314. Commit somewhat variant of patch provided on ticket to allow checking allow dns override. 2010-03-03 18:43:03 +00:00
Ermal Luçi
2702fbaf2a Resolves #392. Remove unused igmpproxy_import and its .gif reference. 2010-03-03 18:33:31 +00:00
Ermal Luçi
eda9b2b8fc Ticket #340. Remove obsolete file on upgrade. 2010-03-03 18:20:25 +00:00
Ermal Luçi
79d3a7cf2c Ticket #259. Retrun only the first pid from the list that might be found. This should fix not killed dhclient processes. 2010-03-03 18:16:22 +00:00
Ermal Luçi
9c6db17a5d Remove the gateway even from the interface if it is used by it. Resolves #304. 2010-03-03 18:00:54 +00:00
Ermal Luçi
8cd27a9820 Do not allow negative numbers in session timeout. Ticket #378. 2010-03-03 17:13:20 +00:00
Ermal Luçi
409105ecb6 Remove dead code. 2010-03-03 17:21:39 +00:00
Ermal Luçi
ddd42db3a9 Put safe_write_file to the include it belongs to. 2010-03-03 17:20:24 +00:00
Ermal Luçi
6280b10e83 Do not try to upgrade from m0n0 config to pfSense config on every invocation of config.inc but only during bootup, basically this gives a lot of speed up in GUI. 2010-03-03 17:17:41 +00:00
Ermal Luçi
6306b5ddc7 Overhaul the user login system to use the Servers tab as its base.
Fix quite a few problems down the way.
2010-03-03 16:17:35 +00:00
Ermal Luçi
f700f8da9d Unly try to reload carps after bootup is complete. 2010-03-03 16:17:35 +00:00
Erik Fonnesbeck
333addaf3e Add interfaces_wireless.php and interfaces_wireless_edit.php to priv.defs.inc 2010-03-03 02:52:42 -07:00
Ermal Luçi
f98bfed21e Remove the windows LF on this file to be usable on vi. 2010-03-03 09:33:54 +00:00
Erik Fonnesbeck
b383e88b59 Add temporary note that changing the wireless standard may require a reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist. 2010-03-02 23:36:45 -07:00
Erik Fonnesbeck
651fff4fff Add more descriptive mode names to the error messages. 2010-03-02 23:17:46 -07:00
Erik Fonnesbeck
597330aa21 When more than a single wireless clone exists, verify that it is possible to change the mode. 2010-03-02 22:35:36 -07:00
Erik Fonnesbeck
6ba138b0f5 Don't need to bring the interface down twice -- let apply be the one to take care of it, since that appears to be the intention. 2010-03-02 20:29:37 -07:00
Erik Fonnesbeck
3f23b74d60 Only create the clone here if it does not exist, to prevent inadvertently destroying the clone before apply has been clicked. 2010-03-02 20:26:31 -07:00
Erik Fonnesbeck
cccdc09f64 Fix conditions for disable. 2010-03-02 20:12:02 -07:00