Steven Barth
f9b0423836
odhcpd: send current hop-limit by default in RAs
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45359
2015-04-10 11:52:42 +00:00
Steven Barth
0dbbbda4bf
odhcp6c: move IPv6 /proc config to userspace and sanitize
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45358
2015-04-10 11:33:15 +00:00
Steven Barth
747c33859b
dnsmasq: bump to 2.73rc4
...
Fix crash caused by malformed DNS requests
Improved DNSSEC handling
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45354
2015-04-10 10:19:17 +00:00
John Crispin
2b95d21fdb
hostapd: remove unused asprintf parameter
...
r45270 removed ieee80211n=%d from the format string but didn't remove
the parameter itself. Though this probably doesn't cause any harm, it's
quite confusing and unneeded.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45351
2015-04-10 08:31:26 +00:00
John Crispin
7872f4e1dc
iptables: revert r40916
...
it causes problems with newer iptables when ipv6 is disabled as iptc uncoditionally links ip6tc
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45350
2015-04-10 08:31:06 +00:00
John Crispin
e7559353db
wpan-tools: adds wpan-tools utility
...
This patch adds the wpan-tools (iwpan) utility to OpenWRT
build system. This utility required to manage IEE-802.15.4
devices.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
SVN-Revision: 45349
2015-04-10 08:30:11 +00:00
John Crispin
dcdd5c1ecb
netifd: Interface last error support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45334
2015-04-09 10:33:05 +00:00
John Crispin
4b0211b547
ppp: Detailed last error support
...
Enables last error support for the PPP protocol handlers.
In generic teardown the PPP daemon exit code is translated into
a self explaining error string which is set as interface error
by proto_notify_error in case of failure.
Signed-off-by: Johan Peeters <johan.peeters111@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 45333
2015-04-09 10:32:54 +00:00
John Crispin
88fa9a8422
dnsmasq: Add option '--servers-file'
...
The option '--servers-file' is available since dnsmasq v2.69.
Signed-off-by: Lars Kruse <lists@sumpfralle.de>
SVN-Revision: 45332
2015-04-09 10:32:46 +00:00
John Crispin
3c9dcadcf5
umbim: update to latest git HEAD
...
merge patches from Bjørn Mork
http://patchwork.ozlabs.org/patch/459277/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45327
2015-04-09 10:32:01 +00:00
John Crispin
ff211def3e
hostapd: add update_beacon to ubus binding
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45325
2015-04-09 10:31:45 +00:00
Steven Barth
4b1257137c
odhcp6c: add 464xlat integration, fix dslite integration
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45323
2015-04-09 08:17:32 +00:00
Steven Barth
d5a477cc38
ds-lite: add support for fqdn peeraddrs
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45322
2015-04-09 08:17:23 +00:00
Steven Barth
6f5bbfa181
odhcpd: fix infinite lifetime handling in dhcpv6
...
thanks to Arjen de Korte
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45279
2015-04-06 10:50:54 +00:00
Felix Fietkau
fe8d9f59da
hostapd: when running AP+STA, preserve the AP 802.11n-enabled setting
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45270
2015-04-04 17:51:46 +00:00
John Crispin
16d291e2c9
ppp: Fix missing arg argument when using option flag OPT_A2STRVAL
...
The arg argument is missing to the printer call in the print_option
utility when the option flag OPT_A2STRVAL is set.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 45264
2015-04-03 19:06:56 +00:00
John Crispin
9ccfbb841c
ppp: Fix seg fault when using pppol2tp
...
PPPD crashes (SEGV) when the dump or dryrun options are specified and an option
is internally defined as "o_special" with an option flag of "OPT_A2STRVAL".
As the option value is not saved when the parameter is processed, a reference
to the option will result into a crash (e.g. when printing).
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 45263
2015-04-03 19:06:45 +00:00
John Crispin
4bb94e5b2d
samba36: add smb.conf.template to conffiles
...
User might have modified/extended template direct or by LuCI application.
So do not overwrite on update/upgrade.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 45258
2015-04-03 19:06:06 +00:00
Nicolas Thill
fe46689f10
packages: use $(LN) macro, make symlinks relative
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45250
2015-04-03 00:07:43 +00:00
Nicolas Thill
d1070a6330
mdns: add conffiles section
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45241
2015-04-02 14:53:07 +00:00
John Crispin
546ba7a39f
samba: use INSTALL_CONF for the uci file
...
sorry about the broken commit earlier
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45226
2015-04-01 16:12:43 +00:00
Nicolas Thill
b7130aff21
samba36: fix typo in package/samba36-server/install
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45225
2015-04-01 15:59:14 +00:00
John Crispin
26a27231e6
samba: don't overwrite config file
...
fixes #19087
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45220
2015-04-01 13:39:23 +00:00
John Crispin
8acbb5783d
dnsmasq: backport --tftp-no-fail to ignore missing tftp root
...
This patch backports the option --tftp-no-fail to dnsmasq and prevents the
service from aborting if the specified TFTP root directory is not available;
this might be the case if TFTP files are located on external media that might
occasionally not be present at startup.
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
SVN-Revision: 45213
2015-04-01 08:33:10 +00:00
Steven Barth
78552c24ba
odhcpd: compile fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45192
2015-03-31 17:30:56 +00:00
Steven Barth
4f00a51723
odhcp6c: some more code compliance
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45191
2015-03-31 17:30:47 +00:00
Steven Barth
4a1f19e15d
netifd: revert policy routing (broke some custom user rules)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45185
2015-03-31 13:14:40 +00:00
Steven Barth
edf9b7a2a5
netifd: add metric argument for ipv4 proto routes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45182
2015-03-31 11:36:20 +00:00
Steven Barth
23db1800f8
nftables: bump to 2015-03-24
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45158
2015-03-30 17:04:14 +00:00
John Crispin
6aff392bff
uhttpd: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45153
2015-03-30 12:35:13 +00:00
Steven Barth
24be294d8e
odhcpd: fix default dhcpv6 behavior for non-/64
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45148
2015-03-30 08:53:22 +00:00
Steven Barth
0a0dec1c4a
odhcpd: fix musl build, change default DHCPv6 behavior
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45147
2015-03-30 08:49:47 +00:00
Steven Barth
bbe5dc48a2
odhcp6c: musl fixes (thanks Felix)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45146
2015-03-30 08:49:20 +00:00
Felix Fietkau
4a7f1bb54c
iputils: fix musl compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45111
2015-03-29 04:30:12 +00:00
Felix Fietkau
e0e8900edd
ead: clean up, fix musl build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45110
2015-03-29 04:30:05 +00:00
Felix Fietkau
86841522d5
arptables: fix musl build issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45109
2015-03-29 04:29:56 +00:00
Felix Fietkau
55aa123732
ebtables: fix musl build issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45108
2015-03-29 04:29:44 +00:00
Felix Fietkau
9f8be0befc
authsae: remove bogus #include
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45107
2015-03-29 04:29:26 +00:00
Felix Fietkau
e0f421dcab
iperf3: use -D_GNU_SOURCE to fix build error on musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45103
2015-03-29 04:26:57 +00:00
Felix Fietkau
f93a316430
conntrack-tools: add a build dependency on librpc ( fixes #19342 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45099
2015-03-29 01:44:14 +00:00
Felix Fietkau
efebc77f94
conntrack-tools: add more missing include statements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45096
2015-03-28 18:26:24 +00:00
Felix Fietkau
2d13d8dc76
conntrack-tools: update package (along with associated libraries) to the latest version, fix musl build issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45077
2015-03-28 10:19:26 +00:00
Felix Fietkau
89abb27f2c
hostapd: fix compile errors with nl80211 disabled ( #19325 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45063
2015-03-27 14:55:01 +00:00
Felix Fietkau
44218424f1
hostapd: fix a compiler warning in ap+station patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45062
2015-03-27 14:54:53 +00:00
Felix Fietkau
8905eb39b6
hostapd: disable the bridge packet receive workaround, it is unnecessary on openwrt and could potentially harm performance
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45060
2015-03-27 14:54:41 +00:00
Steven Barth
7edbd6b4d7
netifd: adjust default local policy rules
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45059
2015-03-27 14:19:10 +00:00
John Crispin
d8fc4d31d0
dnsmasq: we dont want to run in debug mode
...
a left over from the dnsmasq jail testing
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45058
2015-03-27 09:11:56 +00:00
Felix Fietkau
23b4bf6507
hostapd: add 802.11r support
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45051
2015-03-26 23:34:33 +00:00
Felix Fietkau
07b17c6b25
hostapd: allow multiple key management algorithms
...
To enable 802.11r, wpa_key_mgmt should contain FT-EAP or FT-PSK. Allow
multiple key management algorithms to make this possible.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45050
2015-03-26 23:34:24 +00:00
Felix Fietkau
4482d10a04
hostapd: append nasid to config for all WPA types
...
The 802.11r implementation in hostapd uses nas_identifier as PMK-R0 Key
Holder identifier. As 802.11r can also be used with WPA Personal, nasid
should be appended to the hostapd config for all WPA types.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45049
2015-03-26 23:34:10 +00:00