Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bogus call. | Ermal Luçi | 2010-03-08 | 1 | -1/+0 |
| | |||||
* | Do not spread checking for value accross code. Do it in the function that is ↵ | Ermal Luçi | 2010-03-08 | 1 | -3/+3 |
| | | | | supposed to do it. | ||||
* | Fix rowhelper size usage. | Ermal Luçi | 2010-03-08 | 2 | -7/+24 |
| | |||||
* | Fixes for 11g Turbo and 11a Turbo modes. | Erik Fonnesbeck | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | AES is recommended due to Toshihiro Ohigashi and Masakatu Morii attacks | Scott Ullrich | 2010-03-07 | 1 | -1/+1 |
| | |||||
* | Move description into listtopic area | Scott Ullrich | 2010-03-07 | 1 | -4/+1 |
| | |||||
* | Adding support for using IP ranges aliases. If you input an IP Range such as ↵ | jim-p | 2010-03-07 | 1 | -13/+20 |
| | | | | 192.168.0.1-192.168.0.254, it will instead turn that into a number of CIDR networks which will completely fill the range. | ||||
* | Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when ↵ | Erik Fonnesbeck | 2010-03-07 | 1 | -0/+22 |
| | | | | those modes aren't available. | ||||
* | Revert "Add temporary note that changing the wireless standard may require a ↵ | Erik Fonnesbeck | 2010-03-07 | 1 | -2/+1 |
| | | | | | | reboot. To be reverted when the extra work is in place to get it to change when multiple wireless clones exist." This reverts commit b383e88b59366143d69c2b50aa8e000d4a6c83e5. | ||||
* | Add support for 802.11n in get_wireless_modes and the channels list. | Erik Fonnesbeck | 2010-03-06 | 1 | -0/+2 |
| | |||||
* | Do not allow changing the name of the auth server. Resolves #399. | Ermal Luçi | 2010-03-05 | 1 | -0/+5 |
| | |||||
* | Fix RIP code to be compliant with 2.0. | Ermal Luçi | 2010-03-05 | 1 | -10/+9 |
| | |||||
* | Catch up with php5 changes on array. | Ermal Luçi | 2010-03-05 | 1 | -2/+6 |
| | |||||
* | Fixing the condition for the enable checkbox broke saving on wan and lan. ↵ | Erik Fonnesbeck | 2010-03-04 | 1 | -0/+2 |
| | | | | Add a hidden enable field for wan and lan to fix any code that expects it to be there. | ||||
* | Remove specific ppp fields if the interface is not a ppp anymore this ↵ | Ermal Luçi | 2010-03-04 | 1 | -0/+3 |
| | | | | unbreaks the GUI in certain cases. | ||||
* | Remove the authentication fallback it does not have any meaning now. | Ermal Luçi | 2010-03-04 | 1 | -15/+0 |
| | |||||
* | Add a config diff option to the backup history, so you can view changes ↵ | jim-p | 2010-03-03 | 1 | -1/+52 |
| | | | | between revisions. | ||||
* | Fix distance setting for ath and add it to the wireless settings that are ↵ | Erik Fonnesbeck | 2010-03-03 | 1 | -9/+9 |
| | | | | synced and listed as shared. | ||||
* | Ticket #393. Require once. | Ermal Luçi | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Remove mentioning of the well gone ftp helper. | Ermal Luçi | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Ticket #314. Commit somewhat variant of patch provided on ticket to allow ↵ | Ermal Luçi | 2010-03-03 | 1 | -0/+6 |
| | | | | checking allow dns override. | ||||
* | Resolves #392. Remove unused igmpproxy_import and its .gif reference. | Ermal Luçi | 2010-03-03 | 1 | -5/+0 |
| | |||||
* | Remove the gateway even from the interface if it is used by it. Resolves #304. | Ermal Luçi | 2010-03-03 | 1 | -0/+2 |
| | |||||
* | Do not allow negative numbers in session timeout. Ticket #378. | Ermal Luçi | 2010-03-03 | 1 | -1/+1 |
| | |||||
* | Overhaul the user login system to use the Servers tab as its base. | Ermal Luçi | 2010-03-03 | 5 | -332/+180 |
| | | | | Fix quite a few problems down the way. | ||||
* | Remove the windows LF on this file to be usable on vi. | Ermal Luçi | 2010-03-03 | 1 | -363/+363 |
| | |||||
* | Add temporary note that changing the wireless standard may require a reboot. ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -1/+2 |
| | | | | To be reverted when the extra work is in place to get it to change when multiple wireless clones exist. | ||||
* | Add more descriptive mode names to the error messages. | Erik Fonnesbeck | 2010-03-02 | 4 | -11/+7 |
| | |||||
* | When more than a single wireless clone exists, verify that it is possible to ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -0/+29 |
| | | | | change the mode. | ||||
* | Don't need to bring the interface down twice -- let apply be the one to take ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -1/+0 |
| | | | | care of it, since that appears to be the intention. | ||||
* | Only create the clone here if it does not exist, to prevent inadvertently ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -1/+2 |
| | | | | destroying the clone before apply has been clicked. | ||||
* | Fix conditions for disable. | Erik Fonnesbeck | 2010-03-02 | 1 | -2/+2 |
| | |||||
* | Use wireless_regex instead, because is_interface_wireless appears to be ↵ | Erik Fonnesbeck | 2010-03-02 | 1 | -1/+1 |
| | | | | intended for assigned interfaces only. | ||||
* | Fix text and add more descriptive names to the modes. | Erik Fonnesbeck | 2010-03-02 | 1 | -2/+9 |
| | |||||
* | Allow openvpn server to authenticate only based on username/password ↵ | Ermal Luçi | 2010-03-02 | 1 | -1/+12 |
| | | | | credentials. | ||||
* | Do not allow same names on different auth servers. While here correct radius ↵ | Ermal Luçi | 2010-03-02 | 1 | -4/+9 |
| | | | | default ports. | ||||
* | Merge branch 'master' of ↵ | Erik Fonnesbeck | 2010-03-02 | 12 | -114/+503 |
|\ | | | | | | | | | | | http://gitweb.pfsense.org/pfsense/efonne-wireless_clones Approved-By: sullrich/cmb | ||||
| * | Merge commit 'mainline/master' | Erik Fonnesbeck | 2010-03-01 | 28 | -113/+310 |
| |\ | |||||
| * | | On double click go to the wireless clone edit page. Also remove an unused ↵ | Erik Fonnesbeck | 2010-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | variable. | ||||
| * | | Change clone_inuse to function in the same style as the other *_inuse ↵ | Erik Fonnesbeck | 2010-02-24 | 2 | -9/+9 |
| | | | | | | | | | | | | functions in the interfaces_*.php files. | ||||
| * | | Revert "Don't skip disabled interfaces when checking which are assigned." ↵ | Erik Fonnesbeck | 2010-02-24 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | and fix an error propagated from this. (misread a parameter name when looking up the function) This reverts commit ce075a0fd4aa7eb0788f20233bf60706e4c77edf. | ||||
| * | | Change method of displaying wireless clone interfaces on the assignment page. | Erik Fonnesbeck | 2010-02-23 | 2 | -1/+14 |
| | | | |||||
| * | | Allow changing the parent interface of an unassigned wireless clone. | Erik Fonnesbeck | 2010-02-23 | 1 | -3/+4 |
| | | | |||||
| * | | Move most of the code for dealing with wireless clone interface names to ↵ | Erik Fonnesbeck | 2010-02-23 | 1 | -5/+1 |
| | | | | | | | | | | | | separate functions. | ||||
| * | | Add note about limits on the number of wireless clones. | Erik Fonnesbeck | 2010-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Add more detail to the description on the Interfaces: Wireless page. | Erik Fonnesbeck | 2010-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | Move shared wireless configuration settings to their own heading. | Erik Fonnesbeck | 2010-02-22 | 1 | -50/+64 |
| | | | |||||
| * | | Sync configuration of shared settings between wireless clones. | Erik Fonnesbeck | 2010-02-22 | 2 | -1/+7 |
| | | | |||||
| * | | Don't skip disabled interfaces when checking which are assigned. | Erik Fonnesbeck | 2010-02-22 | 2 | -2/+2 |
| | | | |||||
| * | | Don't allow changing the parent interface until this code supports deleting ↵ | Erik Fonnesbeck | 2010-02-19 | 1 | -1/+2 |
| | | | | | | | | | | | | the old clone. |