<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/services, branch reboot</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>dnsmasq: run as dedicated UID/GID</title>
<updated>2016-04-26T11:44:10+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-04-26T11:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3481d0d793b87ed4c0f0fa899497f49060e5511d'/>
<id>3481d0d793b87ed4c0f0fa899497f49060e5511d</id>
<content type='text'>
Running dnsmasq in a dedicated user/group allows matching its outgoing
traffic more easily using iptables' owner match.
Add UID/GID to the package metadata and append the user/group
parameters to the init script.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 49252
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running dnsmasq in a dedicated user/group allows matching its outgoing
traffic more easily using iptables' owner match.
Add UID/GID to the package metadata and append the user/group
parameters to the init script.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;

SVN-Revision: 49252
</pre>
</div>
</content>
</entry>
<entry>
<title>dnsmasq: Add enable parameter in the UCI DHCP host section</title>
<updated>2016-04-17T12:52:54+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-04-17T12:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3fabbb814d36ec9cbf484c1b0df82f5a06869aec'/>
<id>3fabbb814d36ec9cbf484c1b0df82f5a06869aec</id>
<content type='text'>
Parameter allows to enable/disable static leases; by default the value is 1
to keep backwards compatibility

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49187
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parameter allows to enable/disable static leases; by default the value is 1
to keep backwards compatibility

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49187
</pre>
</div>
</content>
</entry>
<entry>
<title>hostapd.sh: Add support for "anonymous_identity" config field</title>
<updated>2016-04-17T12:50:55+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-04-17T12:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=3830200d6ad8f0197ca4f8e0a99d3a043214de10'/>
<id>3830200d6ad8f0197ca4f8e0a99d3a043214de10</id>
<content type='text'>
The wpa_supplicant supports an "anonymous_identity" field, which some
EAP networks require.  From the documentation:

anonymous_identity: Anonymous identity string for EAP (to be used as the
    unencrypted identity with EAP types that support different tunnelled
    identity, e.g., EAP-TTLS).

This change modifies the hostapd.sh script to propagate this field
from the UCI config to the wpa_supplicant.conf file.

Signed-off-by: Kevin O'Connor &lt;kevin@koconnor.net&gt;
Reviewed-by: Manuel Munz &lt;freifunk@somakoma.de&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49181
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The wpa_supplicant supports an "anonymous_identity" field, which some
EAP networks require.  From the documentation:

anonymous_identity: Anonymous identity string for EAP (to be used as the
    unencrypted identity with EAP types that support different tunnelled
    identity, e.g., EAP-TTLS).

This change modifies the hostapd.sh script to propagate this field
from the UCI config to the wpa_supplicant.conf file.

Signed-off-by: Kevin O'Connor &lt;kevin@koconnor.net&gt;
Reviewed-by: Manuel Munz &lt;freifunk@somakoma.de&gt;
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49181
</pre>
</div>
</content>
</entry>
<entry>
<title>samba: fix some security problems</title>
<updated>2016-04-16T20:06:34+00:00</updated>
<author>
<name>Hauke Mehrtens</name>
<email>hauke@hauke-m.de</email>
</author>
<published>2016-04-16T20:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1414f1647d435a7eda48d9433a022286a46d9097'/>
<id>1414f1647d435a7eda48d9433a022286a46d9097</id>
<content type='text'>
This fixes the following security problems:
* CVE-2015-7560
* CVE-2015-5370
* CVE-2016-2110
* CVE-2016-2111
* CVE-2016-2112
* CVE-2016-2115
* CVE-2016-2118

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49175
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the following security problems:
* CVE-2015-7560
* CVE-2015-5370
* CVE-2016-2110
* CVE-2016-2111
* CVE-2016-2112
* CVE-2016-2115
* CVE-2016-2118

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;

SVN-Revision: 49175
</pre>
</div>
</content>
</entry>
<entry>
<title>openvpn: add support for X.509 name options</title>
<updated>2016-03-08T18:12:02+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-03-08T18:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=0ca70716324d88e5e8b956035ee71cc1b32bda8d'/>
<id>0ca70716324d88e5e8b956035ee71cc1b32bda8d</id>
<content type='text'>
x509-username-field was added in OpenVPN 2.2, and verify-x509-name was
added in 2.3. This fixes ticket #18807.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;

SVN-Revision: 48969
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
x509-username-field was added in OpenVPN 2.2, and verify-x509-name was
added in 2.3. This fixes ticket #18807.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;

SVN-Revision: 48969
</pre>
</div>
</content>
</entry>
<entry>
<title>dnsmasq: add host-specific lease time option for static hosts</title>
<updated>2016-02-26T09:13:03+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-02-26T09:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b5bfb3534b693f7781978b369d4f1bb2995bfcd4'/>
<id>b5bfb3534b693f7781978b369d4f1bb2995bfcd4</id>
<content type='text'>
Enable setting a host-specific lease time for static hosts.
The new option is called "leasetime" and the format is similar
as for the default lease time: e.g. 12h, 3d, infinite

Default lease time is used for all hosts for which there is
no host-specific definition.

The option is added to /etc/config/dhcp for the selected hosts:
  config host
        option name 'Nexus'
        option mac 'd8:50:66:55:59:7c'
        option ip '192.168.1.245'
        option leasetime '2h'

It gets appended to /var/etc/dnsmasq.conf like this:
  dhcp-host=d8:50:66:55:59:7c,192.168.1.245,Nexus,2h

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 48801
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable setting a host-specific lease time for static hosts.
The new option is called "leasetime" and the format is similar
as for the default lease time: e.g. 12h, 3d, infinite

Default lease time is used for all hosts for which there is
no host-specific definition.

The option is added to /etc/config/dhcp for the selected hosts:
  config host
        option name 'Nexus'
        option mac 'd8:50:66:55:59:7c'
        option ip '192.168.1.245'
        option leasetime '2h'

It gets appended to /var/etc/dnsmasq.conf like this:
  dhcp-host=d8:50:66:55:59:7c,192.168.1.245,Nexus,2h

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 48801
</pre>
</div>
</content>
</entry>
<entry>
<title>dnsmasq: add dhcp relay option</title>
<updated>2016-02-26T08:35:48+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-02-26T08:35:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=c503984876e223801e7882e8499718f860f574ea'/>
<id>c503984876e223801e7882e8499718f860f574ea</id>
<content type='text'>
Signed-off-by: dbugnar &lt;dnbugnar@ocedo.com&gt;

SVN-Revision: 48800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: dbugnar &lt;dnbugnar@ocedo.com&gt;

SVN-Revision: 48800
</pre>
</div>
</content>
</entry>
<entry>
<title>dnsmasq: export tftp root to the procd jail</title>
<updated>2016-02-25T09:24:31+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-02-25T09:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b4a1bd899290bc1279070c6ae643ee9e927ee9e2'/>
<id>b4a1bd899290bc1279070c6ae643ee9e927ee9e2</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48761
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48761
</pre>
</div>
</content>
</entry>
<entry>
<title>dnsmasq: only enable tftp if the tftp root exists</title>
<updated>2016-02-25T09:24:24+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2016-02-25T09:24:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5e84051a0f1126a8e984bccd06bcaf093c7ba539'/>
<id>5e84051a0f1126a8e984bccd06bcaf093c7ba539</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48760
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48760
</pre>
</div>
</content>
</entry>
<entry>
<title>lldp: Upgrade to 0.9.0</title>
<updated>2016-02-18T08:22:07+00:00</updated>
<author>
<name>John Crispin</name>
<email>john@openwrt.org</email>
</author>
<published>2016-02-18T08:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=7a29f7c22d0d13f51411282d7294aec1862e235f'/>
<id>7a29f7c22d0d13f51411282d7294aec1862e235f</id>
<content type='text'>
Signed-off-by: Ben Kelly &lt;ben@benjii.net&gt;

SVN-Revision: 48738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ben Kelly &lt;ben@benjii.net&gt;

SVN-Revision: 48738
</pre>
</div>
</content>
</entry>
</feed>
