summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Improve wizard by adding more steps and cleaness.Ermal Luçi2010-03-113-259/+317
|
* Ticket #421. Do not allow blank alias names in firewall_aliases_edit.phpErik Fonnesbeck2010-03-111-0/+5
|
* Sort opt10+ and wlan10+ more like the way that would be expected.Erik Fonnesbeck2010-03-112-2/+2
|
* Fix sorting issues that were introduced in an old commit, resulting in the ↵Erik Fonnesbeck2010-03-1013-23/+11
| | | | incorrect item sometimes being shown when clicking edit buttons.
* Improve the wizard. Make it produce a correct openvpn server config.Ermal Luçi2010-03-113-21/+329
|
* Ticket #343. Move sorting of DHCP static mappings to after the item is set. ↵Erik Fonnesbeck2010-03-101-1/+1
| | | | Previous behavior caused the wrong entry to get overwritten.
* More fixes.Ermal Luçi2010-03-102-33/+20
|
* Mostly style fixes.Ermal Luçi2010-03-101-10/+14
|
* Make the wizard ressemble the style as on other pages. Use switch instead of ↵Ermal Luçi2010-03-101-22/+55
| | | | if else to make code more readble.
* Fix name of input.Ermal Luçi2010-03-101-3/+3
|
* Set the correct name for the protocol field.Ermal Luçi2010-03-101-1/+1
|
* More fixes.Ermal Luçi2010-03-101-2/+38
|
* Add openvpn server wizard.Ermal Luçi2010-03-102-0/+891
|
* Improve a lot the wizard.php page to be more userfriendly and add control ↵Ermal Luçi2010-03-101-19/+141
| | | | types for certificates.
* Ticket #413. Hanlde cases when no authentication is specified.Ermal Luçi2010-03-101-2/+4
|
* Only extract timezone info if we have a field type 'timezone_select'Ermal Luçi2010-03-101-11/+17
|
* Correctly set variable values during each iteration. Ticket #414. ↵Ermal Luçi2010-03-101-5/+10
| | | | Spotted-by: irc(Efonne)
* Ticket #386. Add all possible proxy arp to the external ip when it is ↵Ermal Luçi2010-03-091-2/+11
| | | | defined as network even on outbound NAT.
* If field type is interface show them with the descriptive name.Ermal Luçi2010-03-091-0/+3
|
* Ticket #386. Add all possible proxy arp to the external ip when it is ↵Ermal Luçi2010-03-091-1/+11
| | | | defined as network.
* Correctly configure the default route addition when interfaces are ↵Ermal Luçi2010-03-091-1/+4
| | | | configured for pppoe/pptp. Handle in system routing configure dynamic interfaces. Also when chaning or configuring the defaultgw reconfigure the underlying interface, this helps when this interfaces are dynamics one.
* Implement the protocol functionality on nat rules. This i based on a port ↵Ermal Luçi2010-03-091-2/+20
| | | | that provides this functionality but with a lot more reduced patchset.
* Fix a slight bug. This would have caused an empty description in some cases.jim-p2010-03-091-1/+1
|
* Add a function to get user groups based on authentication server. Use this ↵Ermal Luçi2010-03-091-3/+9
| | | | function to show the groups the user i member of on Diag Authentication.
* Correct assignment.Ermal Luçi2010-03-091-1/+1
|
* Make this work as it is supposed.Ermal Luçi2010-03-091-5/+3
|
* Add a diag page for authentication.Ermal Luçi2010-03-092-1/+127
|
* Handle empty OVPN client array correctly. Ticket #397pierrepomes2010-03-081-3/+7
|
* Check against proper value. Spotted-by: cmbErmal Luçi2010-03-081-1/+1
|
* Reinstall packages even on nanobsd.Ermal Luçi2010-03-081-2/+2
|
* Close before unmounting.Ermal Luçi2010-03-081-3/+3
|
* 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
|
* Fix RIP code to be compliant with 2.0.Ermal Luçi2010-03-051-10/+9
|
* 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.
* 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
|
OpenPOWER on IntegriCloud