summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Review license / copyright on all files (1st round)Renato Botelho2016-07-14236-5637/+12147
|
* Retire deactivated widgetsRenato Botelho2016-07-142-98/+1
|
* chmod 0644 php web pagesRenato Botelho2016-07-141-0/+0
|
* Retire copyright-master.txtRenato Botelho2016-07-142-53/+1
|
* chmod 0644 php web pagesRenato Botelho2016-07-1416-0/+0
|
* Retire /usr/local/bin/slowdownpipe.shRenato Botelho2016-07-142-9/+1
|
* Ignore cp result for cases when files are the same. Ticket #6557Renato Botelho2016-07-141-1/+3
|
* Merge pull request #3057 from wokis/masterChris Buechler2016-07-144-11/+53
|\
| * Added and modified functions to send correct Radius attributes to the Radius ↵Kacper2016-07-134-11/+53
| | | | | | | | authenticator.
* | Merge pull request #3052 from phil-davis/patch-3Renato Botelho2016-07-131-51/+97
|\ \
| * | Fix #6050 DHCP - provide Network Booting display/hide advanced buttonPhil Davis2016-07-091-51/+97
| | | | | | | | | This one moves the "Network Booting" above the "Additional BOOTP/DHCP Options". That allows "Network Booting" to be a Display/Hide Advanced group of buttons just like TFTP, LDAP etc. (without a special section header) and for "Additional BOOTP/DHCP Options" to come last on the page.
* | | Merge pull request #3020 from shieldwed/Allow_comma_in_DHCP_option_stringRenato Botelho2016-07-131-4/+8
|\ \ \ | |_|/ |/| |
| * | simplify DHCP_Config_Option_Split, no loop needed for returning option arrayDaniel Wilhelm2016-06-261-6/+2
| | |
| * | Allow passing comma in string quoted DHCP client optionsDaniel Wilhelm2016-06-231-4/+12
| | |
* | | Merge pull request #2847 from jazzl0ver/patch-1Chris Buechler2016-07-121-3/+15
|\ \ \
| * | | notify by email and in syslog when a channel goes up or downjazzl0ver2016-04-061-3/+15
| | | |
* | | | Merge pull request #2966 from scipiojr/masterChris Buechler2016-07-121-2/+10
|\ \ \ \
| * | | | Update openvpn.incscipiojr2016-05-191-2/+2
| | | | |
| * | | | Update openvpn.incscipiojr2016-05-161-1/+8
| | | | |
| * | | | Update openvpn.incscipiojr2016-05-161-2/+3
| | | | |
* | | | | Merge pull request #3007 from stilez/patch-34Chris Buechler2016-07-121-6/+3
|\ \ \ \ \
| * | | | | simplify subnet_size()stilez2016-06-171-6/+3
| | | | | | | | | | | | | | | | | | is_ipaddr() returns the type of IP if valid. Use this to simplify the function
* | | | | | style sortable tablesJared Dillard2016-07-122-0/+16
| | | | | |
* | | | | | clean up captive poral widgetJared Dillard2016-07-121-49/+31
| | | | | |
* | | | | | change order of css files in head elementJared Dillard2016-07-121-1/+1
| | | | | |
* | | | | | Merge pull request #2905 from Chrisc-c-c/LAGG-MTUChris Buechler2016-07-121-0/+38
|\ \ \ \ \ \
| * | | | | | Fix issue with QinQ on LAGG interfaces where MTU doesn't apply to parent ↵Chris Rowe2016-04-241-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly
* | | | | | | write_config before openvpn_resync here as well. Ticket #6139Chris Buechler2016-07-111-1/+1
| | | | | | |
* | | | | | | Add upgrade code to clean up the old GRE/GIF flags that are no longer used. ↵jim-p2016-07-112-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket #6586 and Ticket #6587
* | | | | | | Align GIF link options with those currently supported by the base OS. Ticket ↵jim-p2016-07-112-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #6587
* | | | | | | Remove GRE link flag options from GUI/backend. Keep link1 as it was also ↵jim-p2016-07-112-31/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | used to add an explicit static route, though the GUI previous GUI option name wasn't related to that at all. Updated GUI description to match reality. Ticket #6586
* | | | | | | write_config before calling openvpn_resync. Ticket #6319Chris Buechler2016-07-101-1/+1
| | | | | | |
* | | | | | | Merge pull request #3032 from NewEraCracker/patch-pppoe-rulesChris Buechler2016-07-101-3/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix firewall rules for PPPoE serverNewEraCracker2016-06-301-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) PPPoE Clients are located within 'Remote Address Range' (sa) and not Server Address (ip), see lines 1194 and 1195. 2) Interfaces for floating rules were not being correctly added due to a bug on interface detection caused by PPPoE differences. This commit fixes those two issues.
* | | | | | | | Properly follow style guidelines.Nash Kaminski2016-07-101-1/+1
| | | | | | | |
* | | | | | | | Include ignored DHCP server(s) config option even when advanced DHCP config ↵Nash Kaminski2016-07-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is enabled
* | | | | | | | Remove input_errors2Ajax calls, was never implemented. Ticket #3027Chris Buechler2016-07-1010-78/+0
| | | | | | | |
* | | | | | | | fix typo. noticed-by: phil.davisChris Buechler2016-07-091-1/+1
| | | | | | | |
* | | | | | | | Remove workaround for Ticket #4754 in 2.4 since 32 bit is dead.Chris Buechler2016-07-091-3/+0
| | | | | | | |
* | | | | | | | Add config option for AdvDefaultLifetime, clean up descriptions on other. ↵Chris Buechler2016-07-092-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket #6533
* | | | | | | | Add configuration for Min and MaxRtrAdvInterval. Ticket #6533Chris Buechler2016-07-092-9/+72
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix #6590 NTPd Leapfile UploadPhil Davis2016-07-091-0/+1
| | | | | | |
* | | | | | | Merge pull request #3037 from NOYB/Check_IP_ServicesChris Buechler2016-07-089-3/+465
|\ \ \ \ \ \ \
| * | | | | | | Check IP ServicesNOYB2016-07-029-3/+465
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configurable check IP services. Used by Dynamic DNS services to check IP addresses. Configure as many check IP services as desired. The first (highest in the list) that is enabled will be used as the default. A future possibility could be to add an option to the Dynamic DNS entires to use a specific check IP service. Addresses bug #6493 by allowing additional check IP service to be added and selected as the default.
* | | | | | | Exclude non-qualified hostnames from hosts file. Ticket #6064Chris Buechler2016-07-081-12/+12
| | | | | | |
* | | | | | | Omit non-qualified hostnames from unbound's local-data. Ticket #6064Chris Buechler2016-07-081-3/+0
| | | | | | |
* | | | | | | Call filter_configure in rc.linkup. Ticket #6297Chris Buechler2016-07-081-0/+1
| | | | | | |
* | | | | | | Verify a valid IPv6 subnet is going to be used before including in radvd's ↵Chris Buechler2016-07-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | config. Ticket #6581
* | | | | | | Merge pull request #3049 from doktornotor/patch-2Chris Buechler2016-07-081-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Missing closing quotedoktornotor2016-07-081-1/+1
| | | | | | | |
OpenPOWER on IntegriCloud