Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | odhcp6c: fix parsing of LW4over6 parameters | Steven Barth | 2015-05-16 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45688 | ||||
* | odhcp6c: Fix white space errors | Steven Barth | 2015-04-28 | 1 | -8/+8 |
| | | | | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45585 | ||||
* | odhcp6c: fix SOL_MAX_RT to match RFC 3315 | Steven Barth | 2015-04-20 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45514 | ||||
* | network: shorten names of generated interfaces | Steven Barth | 2015-04-17 | 2 | -4/+4 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45476 | ||||
* | odhcp6c: silence "bad number" warnings | Steven Barth | 2015-04-15 | 1 | -4/+4 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45449 | ||||
* | odhcp6c: avoid saving empty RA search domains | Steven Barth | 2015-04-15 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45448 | ||||
* | odhcp6c: fix some issue discovered by scan-build | Steven Barth | 2015-04-14 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45429 | ||||
* | odhcpd: avoid illegal memory access in some corner cases | Steven Barth | 2015-04-14 | 2 | -12/+11 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45428 | ||||
* | odhcp6c: move IPv6 /proc config to userspace and sanitize | Steven Barth | 2015-04-10 | 2 | -2/+9 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45358 | ||||
* | odhcp6c: add 464xlat integration, fix dslite integration | Steven Barth | 2015-04-09 | 3 | -6/+22 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45323 | ||||
* | odhcp6c: some more code compliance | Steven Barth | 2015-03-31 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45191 | ||||
* | odhcp6c: musl fixes (thanks Felix) | Steven Barth | 2015-03-30 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 45146 | ||||
* | odhcp6c: various small fixes | Steven Barth | 2015-03-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 45001 | ||||
* | odhcp6c: correctly handle renew-replies with short lease times | Steven Barth | 2014-12-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43592 | ||||
* | odhcp6c: avoid busylooping with strangely behaving dhcpv6 servers | Steven Barth | 2014-11-28 | 1 | -2/+2 |
| | | | | | | | | | Thanks to Dave Taht for debugging and thanks to Comcast for shipping strangely behaving software so I can fix some corner cases. Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43415 | ||||
* | odhcp6c: be less verbose by default, increase musl compatibility | Steven Barth | 2014-11-18 | 1 | -3/+3 |
| | | | | SVN-Revision: 43294 | ||||
* | license info - revert r43155 | John Crispin | 2014-11-03 | 1 | -3/+0 |
| | | | | | | | | turns out that r43155 adds duplicate info. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43167 | ||||
* | Add more license tags with SPDX identifiers | John Crispin | 2014-11-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155 | ||||
* | Add a few SPDX tags | Steven Barth | 2014-11-02 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43151 | ||||
* | odhcp6c: avoid some unnecessary big mallocs | Steven Barth | 2014-10-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 43056 | ||||
* | odhcp6c: fix parse errors with some dhcpv6 servers | Steven Barth | 2014-10-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 42869 | ||||
* | odhcp6c: fix typo in last commit | Steven Barth | 2014-10-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 42852 | ||||
* | odhcp6c: don't assign addresses or prefixes prematurely | Steven Barth | 2014-10-08 | 2 | -2/+5 |
| | | | | SVN-Revision: 42850 | ||||
* | odhcp6c: ensure signal-safety of signal handlers | Steven Barth | 2014-10-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 42841 | ||||
* | odhcp6c: add route-workaround for broken IPv6-ISPs | Steven Barth | 2014-10-06 | 3 | -5/+21 |
| | | | | | | | | | | | | | | Some ISP seem to only do stateful DHCPv6 and not sending RAs. This is technically broken because plain DHCPv6 doesn't carry routes. We work around here by faking a default route to the DHCPv6 server if we do not receive a useful RA from the ISP. This workaround can be turned off with: option fakeroutes 0 Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42803 | ||||
* | odhcp6c: work around weird ISP RS behaviour | Steven Barth | 2014-09-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 42674 | ||||
* | odhcp6c: enable softwires support by default | Steven Barth | 2014-08-25 | 1 | -11/+2 |
| | | | | SVN-Revision: 42274 | ||||
* | odhcp6c: Fix white space typo in dhcpv6.script | Steven Barth | 2014-07-30 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 41893 | ||||
* | odhcp6c: suppress fw3 warnings | Felix Fietkau | 2014-07-26 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41833 | ||||
* | softwires: redesign dhcp(v6) provisioning | Steven Barth | 2014-07-24 | 2 | -19/+26 |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 41823 | ||||
* | odhcp6c: Send RS with source link-layer address if possible | Steven Barth | 2014-07-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 41778 | ||||
* | dhcpv6: set default solicit timeout back to 120s | Steven Barth | 2014-06-04 | 2 | -3/+6 |
| | | | | | | This deliberatly breaks RFC 7083 since its not really user-friendly. SVN-Revision: 41001 | ||||
* | odhcp6c: fix last commit | Steven Barth | 2014-05-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 40887 | ||||
* | odhcp6c: improve passthrough filter | Steven Barth | 2014-05-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 40886 | ||||
* | odhcp6c: improve passthru filter | Steven Barth | 2014-05-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 40826 | ||||
* | odhcp6c: export passthru options as netifd data | Steven Barth | 2014-05-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 40825 | ||||
* | odhcp6c: add support for option passthru | Steven Barth | 2014-05-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 40824 | ||||
* | netifd: Fix nested protocols going offline at reload + various route issues | Steven Barth | 2014-05-09 | 1 | -2/+0 |
| | | | | | | Much thanks to Hans Dedecker SVN-Revision: 40746 | ||||
* | odhcp6c: bring up nested interfaces on config change | Steven Barth | 2014-05-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 40745 | ||||
* | odhcp6c: some more fixes for map / lw4o6 support | Steven Barth | 2014-05-08 | 2 | -2/+3 |
| | | | | SVN-Revision: 40728 | ||||
* | odhcp6c: add preliminary support for MAP provisioning | Steven Barth | 2014-04-30 | 3 | -4/+45 |
| | | | | SVN-Revision: 40604 | ||||
* | odhcp6c: fix recovering from status where all addresses have been lost | Steven Barth | 2014-04-09 | 1 | -2/+2 |
| | | | | SVN-Revision: 40432 | ||||
* | odhcp6c: Add renew handler for proto dhcpv6 | Felix Fietkau | 2014-04-05 | 1 | -0/+9 |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 40386 | ||||
* | odhcp6c: add preliminary CER-ID support | Steven Barth | 2014-03-31 | 2 | -2/+15 |
| | | | | SVN-Revision: 40351 | ||||
* | 6rd / ds-lite: make the firewall-zones of nested-protocols configurable | Steven Barth | 2014-03-26 | 3 | -4/+7 |
| | | | | SVN-Revision: 40020 | ||||
* | odhcp6c: pass on delegate-flag on to ds-lite interface | Steven Barth | 2014-03-13 | 3 | -3/+6 |
| | | | | SVN-Revision: 39910 | ||||
* | odhcpd/odhcp6c: fix HMAC-MD5 in DHCPv6-Reconfigure | Steven Barth | 2014-03-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 39868 | ||||
* | odhcp6c: fix int-overflow after 50d (thx Hauke Mehrtens) | Steven Barth | 2014-03-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 39785 | ||||
* | odhcp6c: several fixes | Steven Barth | 2014-03-05 | 1 | -2/+2 |
| | | | | | | | * Reduce RA/DHCPv6 spam filter to 30s by default and make it configurable * Don't set nd_ra_{reachable,retransmit] to 0 when received in RAs SVN-Revision: 39775 | ||||
* | odhcp6c: readd userclass and vendorclass | Steven Barth | 2014-02-18 | 1 | -0/+2 |
| | | | | SVN-Revision: 39628 |