Skip to content
Snippets Groups Projects
  1. Apr 12, 2017
  2. Apr 08, 2017
  3. Apr 03, 2017
  4. Apr 01, 2017
  5. Mar 29, 2017
  6. Mar 28, 2017
  7. Mar 25, 2017
  8. Mar 22, 2017
    • Hans Dedecker's avatar
      odhcp6c: update to git HEAD version · 4d5b5c82
      Hans Dedecker authored
      
      0463b05 dhcpv6: rebind capability support in reconfigure message (rfc6644)
      53767fc dhcpv6: respect renew end point when handling reconfigure message
      dd892e2 dhcpv6: calculate T1, T2 and T3 in a more sane manner
      8a6ca6e md5: use libubox md5 library as local implementation
      89822de dhcpv6: don't return renew msg in case of invalid msg type in reconfigure msg
      4160c0e treewide: align coding style
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      4d5b5c82
    • Martin Schiller's avatar
      openvpn: add extra respawn parameters · 06c49dbc
      Martin Schiller authored
      
      This change protects the openvpn instances to be marked as "in a crash
      loop" and thereby the connection retries will run infinitely.
      
      When the remote site of an openvpn connection goes down for some time
      (network failure etc.) the openvpn instance in an openwrt/lede device
      should not stop retrying to establish the connection.
      
      With the current limit of 5 retries, there is a user interaction
      required, which isn't really what you want when the device should
      simply do everything to keep the vpn connection up.
      
      Signed-off-by: default avatarMartin Schiller <ms@dev.tdt.de>
      06c49dbc
    • Daniel Engberg's avatar
      utils/tcpdump: Rework URLs · fd95397e
      Daniel Engberg authored
      Add actual mirror and use main site as last resport
      Source: http://www.tcpdump.org/mirrors.html
      
      
      
      Signed-off-by: default avatarDaniel Engberg <daniel.engberg.lists@pyret.net>
      fd95397e
  9. Mar 21, 2017
    • Rafał Miłecki's avatar
      umdns: update to the version 2017-03-21 · 106ae11e
      Rafał Miłecki authored
      
      This includes following changes:
      480d7bc Fix sending unicast questions on cache expire
      a0403cd Keep source sockaddr for every cached DNS record
      1478293 Fix code freeing cached non-A(AAA) records too early
      9f1cc22 Fix replying to "QU" questions received on unicast interface
      943bedb Fix reading port of incoming packets
      c725494 Use MCAST_PORT define for port 5353
      ce7e9e9 Use one define for DNS-Based Service Discovery service name
      e1bacef Drop entries cached for interface we're going to delete
      496aeba Fix comment typo in cache_gc_timer
      f89986b Fix refreshing cached A(AAA) records that expire
      
      Previous updates made umdns work as expected on startup but there were
      still many bugs. They were mostly related to runtime - cache management
      and requests + responses. E.g. umdns was never able to send question on
      DNS record expire. It was also ignoring all incoming unicast questions.
      
      Since these issues are quite serious it makes sense to backport this
      update to the stable branch.
      
      Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
      106ae11e
    • Hans Dedecker's avatar
      netifd: update to git HEAD version · ebdbbb5f
      Hans Dedecker authored
      
      a032166 interface-ip: set prefix indicator flag when IPv6 prefix lifetime changes
      b4f8984 system-linux: parse vti specific settings as nested json data object
      7e3b89a system-linux: parse gre specific settings as nested json data object
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      ebdbbb5f
    • Hans Dedecker's avatar
      vti: add vti specific settings as nested json object · 071355dd
      Hans Dedecker authored
      
      Add vti specific settings ikey and okey as a nested data json object
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      071355dd
    • Hans Dedecker's avatar
      gre: add gre specific settings as nested json object · 3a5bacdc
      Hans Dedecker authored
      
      Add gre specific settings ikey, okey, iseqno, oseqno, icsum
      and ocsum as a nested data json object
      
      Signed-off-by: default avatarHans Dedecker <dedeckeh@gmail.com>
      3a5bacdc
  10. Mar 20, 2017
  11. Mar 19, 2017
  12. Mar 18, 2017
  13. Mar 16, 2017
  14. Mar 15, 2017
  15. Mar 14, 2017
  16. Mar 13, 2017
  17. Mar 12, 2017
  18. Mar 10, 2017
  19. Mar 09, 2017
    • Matthias Schiffer's avatar
      netifd: update to git HEAD version · 732645b0
      Matthias Schiffer authored
      
      91810ec system-linux: add VXLAN support
      
      Signed-off-by: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
      732645b0
    • Kevin Darbyshire-Bryant's avatar
      dnsmasq: do not forward rfc6761 excluded domains · 3a06dd60
      Kevin Darbyshire-Bryant authored
      
      RFC 6761 defines a number of top level domains should not be forwarded
      to the Internet's domain servers since they are not responsible for
      those domains.
      
      This change adds a list of domains that will be blocked when 'boguspriv'
      is used and augments that which is already blocked by dnsmasq's notion
      of 'local service' using '--bogus-priv' i.e. RFC 1918 private addresses
      and IPv6 prefixes as defined in RFC 6303.
      
      To make this configurable rather than hard coded in dnsmasq's init
      script, a new file /usr/share/dnsmasq/rfc6761.conf is conditionally
      included.
      
      The default file matches the RFC 6761 recommendation along with a few
      other top level domains that should not be forwarded to the Internet.
      
      Compile & run tested Archer C7 v2
      
      Signed-off-by: default avatarKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
      3a06dd60
  20. Mar 07, 2017
  21. Mar 06, 2017
  22. Mar 05, 2017
  23. Mar 02, 2017
    • Florian Fainelli's avatar
      rssileds: Fix build with external toolchains · 30159b38
      Florian Fainelli authored
      
      Pass down TARGET_CPPFLAGS for path to header files, and append the
      libraries we depend on in TARGET_LDFLAGS. Put TARGET_LDFLAGS at the end
      of the command line as is required by modern GCC/binutils.
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      30159b38
    • Florian Fainelli's avatar
      swconfig: Link with libubox · fe8618a8
      Florian Fainelli authored
      
      Fixes linking failures observed with external toolchains:
      
      /home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld:
      warning: libubox.so, needed by
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so,
      not found (try using -rpath or -rpath-link)
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so:
      undefined reference to `blobmsg_open_nested'
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so:
      undefined reference to `blobmsg_parse'
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so:
      undefined reference to `blob_nest_end'
      /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libuci.so:
      undefined reference to `blobmsg_add_field'
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      fe8618a8
    • Florian Fainelli's avatar
      omcproxy: Update to latest HEAD · 4c02435b
      Florian Fainelli authored
      
      Brings the following change:
      1fe6f48f8a50 Cmake: Find libubox/list.h
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      4c02435b
    • Florian Fainelli's avatar
      thc-ipv6: Allow overriding CFLAGS · 9b2321f4
      Florian Fainelli authored
      
      thc-ipv6 did not allow an external environment to override CFLAGS, which
      would lead to our CFLAGS not being passed properly (relro,
      optimizations, etc...)
      
      Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
      9b2321f4
Loading