summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus call.Ermal Luçi2010-03-081-1/+0
|
* Do not spread checking for value accross code. Do it in the function that is ↵Ermal Luçi2010-03-081-3/+3
| | | | supposed to do it.
* Fix rowhelper size usage.Ermal Luçi2010-03-082-7/+24
|
* Fixes for 11g Turbo and 11a Turbo modes.Erik Fonnesbeck2010-03-071-1/+1
|
* AES is recommended due to Toshihiro Ohigashi and Masakatu Morii attacksScott Ullrich2010-03-071-1/+1
|
* Move description into listtopic areaScott Ullrich2010-03-071-4/+1
|
* Adding support for using IP ranges aliases. If you input an IP Range such as ↵jim-p2010-03-071-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 Fonnesbeck2010-03-071-0/+22
| | | | those modes aren't available.
* Revert "Add temporary note that changing the wireless standard may require a ↵Erik Fonnesbeck2010-03-071-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 Fonnesbeck2010-03-061-0/+2
|
* Do not allow changing the name of the auth server. Resolves #399.Ermal Luçi2010-03-051-0/+5
|
* Fixing the condition for the enable checkbox broke saving on wan and lan. ↵Erik Fonnesbeck2010-03-041-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çi2010-03-041-0/+3
| | | | unbreaks the GUI in certain cases.
* Remove the authentication fallback it does not have any meaning now.Ermal Luçi2010-03-041-15/+0
|
* Add a config diff option to the backup history, so you can view changes ↵jim-p2010-03-031-1/+52
| | | | between revisions.
* Fix distance setting for ath and add it to the wireless settings that are ↵Erik Fonnesbeck2010-03-031-9/+9
| | | | synced and listed as shared.
* Ticket #393. Require once.Ermal Luçi2010-03-031-1/+1
|
* Remove mentioning of the well gone ftp helper.Ermal Luçi2010-03-031-1/+1
|
* Ticket #314. Commit somewhat variant of patch provided on ticket to allow ↵Ermal Luçi2010-03-031-0/+6
| | | | checking allow dns override.
* Resolves #392. Remove unused igmpproxy_import and its .gif reference.Ermal Luçi2010-03-031-5/+0
|
* Remove the gateway even from the interface if it is used by it. Resolves #304.Ermal Luçi2010-03-031-0/+2
|
* Do not allow negative numbers in session timeout. Ticket #378.Ermal Luçi2010-03-031-1/+1
|
* Overhaul the user login system to use the Servers tab as its base.Ermal Luçi2010-03-035-332/+180
| | | | Fix quite a few problems down the way.
* Remove the windows LF on this file to be usable on vi.Ermal Luçi2010-03-031-363/+363
|
* Add temporary note that changing the wireless standard may require a reboot. ↵Erik Fonnesbeck2010-03-021-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 Fonnesbeck2010-03-024-11/+7
|
* When more than a single wireless clone exists, verify that it is possible to ↵Erik Fonnesbeck2010-03-021-0/+29
| | | | change the mode.
* Don't need to bring the interface down twice -- let apply be the one to take ↵Erik Fonnesbeck2010-03-021-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 Fonnesbeck2010-03-021-1/+2
| | | | destroying the clone before apply has been clicked.
* Fix conditions for disable.Erik Fonnesbeck2010-03-021-2/+2
|
* Use wireless_regex instead, because is_interface_wireless appears to be ↵Erik Fonnesbeck2010-03-021-1/+1
| | | | intended for assigned interfaces only.
* Fix text and add more descriptive names to the modes.Erik Fonnesbeck2010-03-021-2/+9
|
* Allow openvpn server to authenticate only based on username/password ↵Ermal Luçi2010-03-021-1/+12
| | | | credentials.
* Do not allow same names on different auth servers. While here correct radius ↵Ermal Luçi2010-03-021-4/+9
| | | | default ports.
* Merge branch 'master' of ↵Erik Fonnesbeck2010-03-0212-114/+503
|\ | | | | | | | | | | http://gitweb.pfsense.org/pfsense/efonne-wireless_clones Approved-By: sullrich/cmb
| * Merge commit 'mainline/master'Erik Fonnesbeck2010-03-0127-112/+309
| |\
| * | On double click go to the wireless clone edit page. Also remove an unused ↵Erik Fonnesbeck2010-02-271-2/+2
| | | | | | | | | | | | variable.
| * | Change clone_inuse to function in the same style as the other *_inuse ↵Erik Fonnesbeck2010-02-242-9/+9
| | | | | | | | | | | | functions in the interfaces_*.php files.
| * | Revert "Don't skip disabled interfaces when checking which are assigned." ↵Erik Fonnesbeck2010-02-242-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 Fonnesbeck2010-02-232-1/+14
| | |
| * | Allow changing the parent interface of an unassigned wireless clone.Erik Fonnesbeck2010-02-231-3/+4
| | |
| * | Move most of the code for dealing with wireless clone interface names to ↵Erik Fonnesbeck2010-02-231-5/+1
| | | | | | | | | | | | separate functions.
| * | Add note about limits on the number of wireless clones.Erik Fonnesbeck2010-02-231-1/+1
| | |
| * | Add more detail to the description on the Interfaces: Wireless page.Erik Fonnesbeck2010-02-231-1/+1
| | |
| * | 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-222-1/+7
| | |
| * | Don't skip disabled interfaces when checking which are assigned.Erik Fonnesbeck2010-02-222-2/+2
| | |
| * | Don't allow changing the parent interface until this code supports deleting ↵Erik Fonnesbeck2010-02-191-1/+2
| | | | | | | | | | | | the old clone.
| * | Merge commit 'mainline/master' into alt_methodErik Fonnesbeck2010-02-1711-64/+241
| |\ \
| * | | Add wireless tab to Interfaces: (assign) now that the configuration page is ↵Erik Fonnesbeck2010-02-159-63/+72
| | | | | | | | | | | | | | | | functional.
OpenPOWER on IntegriCloud