summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move call up to where it belongs.Ermal Luçi2010-03-081-2/+2
|
* 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-084-19/+13
| | | | supposed to do it.
* Catch up with php5.Ermal Luçi2010-03-081-0/+4
|
* Fix rowhelper size usage.Ermal Luçi2010-03-082-7/+24
|
* Make sure the channel list for a mode does not get cleared if it already exists.Erik Fonnesbeck2010-03-081-4/+8
|
* Silence errors.Ermal Luçi2010-03-081-2/+2
|
* Fixes for 11g Turbo and 11a Turbo modes.Erik Fonnesbeck2010-03-072-6/+5
|
* Add space between classScott Ullrich2010-03-071-2/+3
|
* Disable ampdu for now on mwl when running in 11n mode to prevent massive ↵Erik Fonnesbeck2010-03-071-0/+5
| | | | packet loss under certain conditions.
* 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-072-13/+141
| | | | 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.
* Ensure string is cleared out if neededScott Ullrich2010-03-071-0/+2
|
* Only include wpa_passphrase= line if a string has been entered. Ticket #404Scott Ullrich2010-03-071-1/+3
|
* Add 802.11n-only option. Hide options specific to 802.11g or 802.11n when ↵Erik Fonnesbeck2010-03-072-0/+29
| | | | 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.
* The mode must be specified in a separate command before ifconfig will allow ↵Erik Fonnesbeck2010-03-061-0/+4
| | | | the mode and channel to be changed.
* Add support for 802.11n in get_wireless_modes and the channels list.Erik Fonnesbeck2010-03-062-0/+9
|
* Ensure prefix directory exists before downloading and installing additional fileScott Ullrich2010-03-061-22/+24
|
* Till the flock issue is fixed open the races doors, place your bets please!Ermal Luçi2010-03-051-3/+3
|
* Do not allow changing the name of the auth server. Resolves #399.Ermal Luçi2010-03-051-0/+5
|
* Default to http.Ermal Luçi2010-03-051-1/+4
|
* Propperly initialize variables so they function is as expected.Ermal Luçi2010-03-054-3/+10
|
* Fixed variable definition.Ermal Luçi2010-03-051-2/+2
|
* Make sure we have initialized vars.Ermal Luçi2010-03-051-0/+3
|
* Catch up with php changes.Ermal Luçi2010-03-051-12/+12
|
* Fix RIP code to be compliant with 2.0.Ermal Luçi2010-03-051-10/+9
|
* Do not try to load radius extension through PEAR because it will fail.Ermal Luçi2010-03-051-1/+1
|
* Catch up with php5 changes on array.Ermal Luçi2010-03-051-2/+6
|
* 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.
* Ticket #402. Check for external address of "any" on port forwards, since ↵Erik Fonnesbeck2010-03-041-0/+2
| | | | alias_expand only returns null in that case, and the port forward code would then use the IP address as the fallback.
* Do not show pppoe/pptp/l2tp interfaces for assignment.Ermal Luçi2010-03-051-0/+3
|
* 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.
* Ticket #400. Commit partial patch from this ticket.Ermal Luçi2010-03-041-6/+6
|
* Remove the authentication fallback it does not have any meaning now.Ermal Luçi2010-03-042-16/+0
|
* Remove test code.Ermal Luçi2010-03-041-4/+0
|
* Fix double include.Ermal Luçi2010-03-041-1/+4
|
* Ignore chmod errors for files that do not exist.Ermal Luçi2010-03-041-5/+5
|
* 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-032-11/+12
| | | | synced and listed as shared.
* Ticket #393. Require once.Ermal Luçi2010-03-031-1/+1
|
* Ticket #396. Try to fix issues with missing include files or filesystem ↵Ermal Luçi2010-03-031-10/+9
| | | | being in ro mode during operations.
* 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
|
* Ticket #340. Remove obsolete file on upgrade.Ermal Luçi2010-03-031-0/+1
|
* Ticket #259. Retrun only the first pid from the list that might be found. ↵Ermal Luçi2010-03-031-1/+4
| | | | This should fix not killed dhclient processes.
* 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
|
OpenPOWER on IntegriCloud