summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Expand)AuthorAgeFilesLines
* Cancel button after input errorPhil Davis2015-07-131-1/+6
* Encoding in interfaces.phpjim-p2015-06-161-4/+4
* Fixing PD size selection for HughesNetJonathan2015-06-151-1/+1
* Code spacingPhil Davis2015-06-151-59/+61
* Correct descriptions on Key Rotation and Master Key Regeneration for wireless.jim-p2015-05-211-2/+2
* Remove the "insert my MAC" feature from interfaces.php. It hasn't worked in a...Chris Buechler2015-05-141-9/+0
* Code style interfaces.phpPhil Davis2015-05-131-449/+681
* Check for overlapping subnets when saving interface addressesPhil Davis2015-04-101-4/+16
* Use is_numericint() instead of empty() to check if value has been entered bec...k-paulius2015-03-221-4/+4
* Make sure 'DHCPv6 Prefix Delegation size' is provided if 'Send IPv6 prefix hi...k-paulius2015-03-221-0/+3
* Add option for wireless standard "auto", to omit "mode" entirely from ifconfi...Chris Buechler2015-03-181-0/+5
* txpower was disabled for good reason it would appear, it triggers syntax erro...Chris Buechler2015-03-131-1/+3
* Apply WME input validation to all modes, not just hostap. Ticket #4516Chris Buechler2015-03-131-5/+5
* Default to 11ng if an option hasn't been configured. Previously we let the br...Chris Buechler2015-03-131-1/+7
* Default to WPA2, AES for new wireless interface configs. Ticket #4516Chris Buechler2015-03-131-2/+2
* touch up interfaces.php textChris Buechler2015-03-131-2/+2
* Require WPA PSK where WPA-PSK is enabled. Clean up some other text. Ticket #4516Chris Buechler2015-03-121-2/+7
* clean up input errors textChris Buechler2015-03-121-2/+2
* Fix up text, remove "only for Atheros" since the option is only shown if a co...Chris Buechler2015-03-121-1/+1
* "Auto" channel with hostap doesn't work correctly at the moment, force choosi...Chris Buechler2015-03-121-0/+4
* add more wireless validation. Ticket #4516Chris Buechler2015-03-121-1/+4
* Add more validation for wireless config settings. Ticket #4516Chris Buechler2015-03-121-0/+22
* Add more input validation for wireless parameters. Ticket #4516Chris Buechler2015-03-121-0/+36
* Touch up wifi textChris Buechler2015-03-121-3/+3
* Fix password box cursor positionPhil Davis2015-03-101-12/+12
* Allow reassignment from PPP types to DHCP. From testing, it appears to work O...jim-p2015-03-091-4/+0
* Add missing 'break' statement that broke switching from a PPP type to 'none'.jim-p2015-03-091-0/+2
* Fix track6 prefix id range in error message, reported on Pull Request #1517Renato Botelho2015-02-261-1/+2
* Fix broken links to dhcp6c.conf man page.k-paulius2015-02-221-6/+6
* fix textChris Buechler2015-02-021-2/+2
* Also include /127 for IPv6, it works fine. Ticket #3657Chris Buechler2015-01-071-5/+3
* Allow for configuring /31 masks on interfaces.php. The rest of the code was u...Chris Buechler2015-01-071-10/+6
* fix up textChris Buechler2015-01-071-2/+2
* Fix track6 prefix id range check, reported by jimpRenato Botelho2015-01-021-1/+1
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
* Welcome 2015Renato Botelho2014-12-311-1/+1
* Disable dhcp server when interface is disabled. Ticket #4119Renato Botelho2014-12-171-1/+5
* Fix #3790:Renato Botelho2014-12-111-15/+38
* Try to not make useless entries in the config file for very rare used configu...Ermal LUÇI2014-12-021-34/+62
* validate MTU and MSS as integers, and don't allow MSS larger than pf will acc...Chris Buechler2014-11-281-4/+7
* convert_real_interface_to_friendly_interface_name() goes and checks the paren...Ermal LUÇI2014-11-261-1/+1
* Ticket #2786 there is an issue with convert_real_interface_to_friendly_interf...Ermal LUÇI2014-11-251-1/+1
* Don't unset these items for PPP configurations as they're not configured here...Chris Buechler2014-11-221-2/+2
* Fixes #3727 Do not unset configuration values from ppp config if not needed.Ermal LUÇI2014-11-201-12/+22
* 6RD Rapid Deployment is akin to ATM Machine, PIN Number, ... read: it's redun...Chris Buechler2014-11-141-1/+1
* Don't allow interface descriptions that are strictly numbers as thatChris Buechler2014-11-121-0/+3
* fix variable typoChris Buechler2014-11-121-1/+1
* fix textChris Buechler2014-11-121-1/+1
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
* Fixes #3727 Do not unset ondemand for ppp type interfaces since it is control...Ermal2014-10-151-1/+2
OpenPOWER on IntegriCloud