summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3077 from dhoffend/ticket-6505-fixRenato Botelho2016-08-011-1/+1
|\
| * dpinger: fixed check for pidfile length #6505Daniel Hoffend2016-07-241-1/+1
| |
* | Remove '-x' flag from dhcpwithoutra launch of dhcp6cPhil Davis2016-08-011-1/+1
| | | | | | This is the equivalent fix for the RELENG_2_3 branch to pull request #3078
* | Merge pull request #3062 from phil-davis/patch-1Renato Botelho2016-08-011-11/+11
|\ \
| * | Formatting tidy of interfaces.incPhil Davis2016-07-201-11/+11
| | | | | | | | | After #3055
* | | Some small improvements to OpenVPN server handling when using CARP VIPs in ↵jim-p2016-08-013-6/+28
| | | | | | | | | | | | Gateway Groups. Might help with issue #6607
* | | Increase filtering tail limit for logging, fixes #6652jim-p2016-07-281-1/+2
| | |
* | | Whitespace fixesjim-p2016-07-281-6/+6
| |/ |/|
* | openvpn_add_dhcpopts already sets redirect-gateway, don't add it a second ↵Chris Buechler2016-07-201-4/+0
|/ | | | time. Ticket #6633
* Set HTTP_PROXY to empty as recommended at https://httpoxy.org/#fix-nowRenato Botelho2016-07-181-0/+2
|
* Allow section header to be omitted by specifying "NOTITLE" as the section title.Stephen Beaver2016-07-181-1/+1
|
* Fixed #6437Stephen Beaver2016-07-181-0/+2
|
* Allow AES-GCM for P1 where using IKEv2. Ticket #5990Chris Buechler2016-07-171-0/+3
|
* Merge pull request #3061 from thoughtpolice/cloudflarev6Chris Buechler2016-07-172-5/+13
|\
| * dyndns: add IPv6 support for CloudFlareAustin Seipp2016-07-172-5/+13
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | Merge pull request #3055 from marjohn56/masterChris Buechler2016-07-171-0/+36
|\ \ | |/ |/|
| * DHCP6 init before RAmarjohn562016-07-101-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some ISP BNG's require that a dhcp6c init is sent before RA. The additions to interfaces.php adds a new option flag 'dhcp6withoutra', this flag is set or unset in the WAN DHCP6 section 'Do not wait for a RA'. The interfaces.inc file handles this flag and either launches dhcp6c on interface_dhcpv6_configure or if the flag is not set will rtsold will launch dhcp6c on receipt of RA. An extra addition is the new function kill_dhcp6client_process($wanif). This is added to try and create a more robust termination of and dhcp6c clients that may be running.
* | Move to Apache License 2.0Renato Botelho2016-07-15137-5617/+1233
| |
* | Make a function to resync all OpenVPN CSCs and use it when saving an OpenVPN ↵jim-p2016-07-151-5/+10
| | | | | | | | server. Fixes #6139
* | Review license / copyright on all files (final round)Renato Botelho2016-07-1562-79/+79
| |
* | Set dhcp-cache-threshold to 0 to avoid a bug in dhcpd 4.3.x where it omits ↵Chris Buechler2016-07-151-0/+1
| | | | | | | | client-hostname where the cache threshold is reached. Ticket #6589
* | Bring back the "set iface route default" used in 2.2.6 and earlier versions, ↵Chris Buechler2016-07-151-2/+4
| | | | | | | | which works around the root problem in Ticket #6495
* | Review license / copyright on all files (1st round)Renato Botelho2016-07-14136-4024/+7266
| |
* | Retire deactivated widgetsRenato Botelho2016-07-141-0/+1
| |
* | Retire copyright-master.txtRenato Botelho2016-07-141-0/+1
| |
* | Retire /usr/local/bin/slowdownpipe.shRenato Botelho2016-07-141-0/+1
| |
* | Merge pull request #3057 from wokis/masterChris Buechler2016-07-143-10/+52
|\ \
| * | Added and modified functions to send correct Radius attributes to the Radius ↵Kacper2016-07-133-10/+52
| | | | | | | | | | | | authenticator.
* | | 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
* | | | | | 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
* | | | | | | 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-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #6587
* | | | | | | Remove GRE link flag options from GUI/backend. Keep link1 as it was also ↵jim-p2016-07-111-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | 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 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-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket #6533
OpenPOWER on IntegriCloud