1. 28 7月, 2019 5 次提交
  2. 22 7月, 2019 2 次提交
  3. 19 7月, 2019 1 次提交
  4. 15 7月, 2019 1 次提交
    • R
      nodogsplash: Release 4.0.0 (#484) · c46019e7
      Rob White 提交于
      Maintainer: Moritz Warning <moritzwarning@web.de>
      
      Compiled and tested on snapshot SDK mips_24kc and arm_cortex-a5_neon-vfpv4/
      
        * Introduce aes encryption of the query string passed to remote FAS, allowing authdir and client token to be transferred securely. Uses php-cli and php-openssl. These are required if encryption is enabled but are not dependencies [bluewavenet]
        * Introduce fasremotefqdn, specifying the FQDN of the remote FAS. This facilitates simplified support for FAS operation on shared hosting systems [bluewavenet]
        * Add a FAS php script supporting aes encrypted query string sent from NDS [bluewavenet]
        * Numerous Documentation updates [bluewavenet]
        * Remove unused pagesdir and imagesdir [mwarning]
        * Add Preauth script that displays images from remote servers [bluewavenet]
        * Use elegant check for valid ip addresses [mwarning]
        * openwrt initscript - add missing macmechanism in the config file [lynxis]
      Signed-off-by: NRob White <rob@blue-wave.net>
      c46019e7
  5. 11 7月, 2019 1 次提交
  6. 27 6月, 2019 3 次提交
  7. 18 6月, 2019 2 次提交
  8. 16 6月, 2019 2 次提交
  9. 15 6月, 2019 2 次提交
    • S
      batman-adv: Add support for hardif settings · 67875e20
      Sven Eckelmann 提交于
      B.A.T.M.A.N. V support additional settings which are hardif specific. The
      batadv_hardif proto has to expose them to allow automatic configuration.
      The default configuration would be:
      
        config interface 'bat0_hardif_eth0'
        	option proto 'batadv_hardif'
        	option master 'bat0'
        	option ifname 'eth0'
        	option mtu '1536'
        	option 'elp_interval' 500
        	# string like '1mbit' is accepted instead of kbit for override
        	option 'throughput_override' '0'
      Signed-off-by: NSven Eckelmann <sven@narfation.org>
      67875e20
    • S
      batctl: Add support for hardif settings · eeea3e98
      Sven Eckelmann 提交于
      batctl currently supports settings which are either mesh interface or vlan
      specific. But B.A.T.M.A.N. V introduced two additional settings which are
      hard (slave) interface specific.
      
      To support these, an additional command prefix called hardif is implemented
      for some sysfs commands:
      
        $ batctl -m bat0 hardif eth0 ..
      
      The usable commands with that are:
      
      * elp_interval
      * throughput_override
      Signed-off-by: NSven Eckelmann <sven@narfation.org>
      eeea3e98
  10. 03 6月, 2019 1 次提交
  11. 02 6月, 2019 1 次提交
    • S
      batman-adv: Fix duplicated OGMs on NETDEV_UP · e26096ae
      Sven Eckelmann 提交于
      The state of slave interfaces are handled differently depending on whether
      the interface is up or not. All active interfaces (IFF_UP) will transmit
      OGMs. But for B.A.T.M.A.N. IV, also non-active interfaces are scheduling
      (low TTL) OGMs on active interfaces. The code which setups and schedules
      the OGMs must therefore already be called when the interfaces gets added as
      slave interface and the transmit function must then check whether it has to
      send out the OGM or not on the specific slave interface.
      
      But v2016.3 moved the setup code from the enable function to the activate
      function. The latter is called either when the added slave was already up
      when batadv_hardif_enable_interface processed the new interface or when a
      NETDEV_UP event was received for this slave interfac. As result, each
      NETDEV_UP would schedule a new OGM worker for the interface and thus OGMs
      would be send a lot more than expected.
      
      Fixes: 549909f8 ("batman-adv: upgrade package to latest release 2016.3")
      Reported-by: NLinus Lüssing <linus.luessing@c0d3.blue>
      Signed-off-by: NSven Eckelmann <sven@narfation.org>
      e26096ae
  12. 27 5月, 2019 1 次提交
  13. 25 5月, 2019 2 次提交
  14. 24 5月, 2019 4 次提交
  15. 16 5月, 2019 1 次提交
  16. 08 5月, 2019 1 次提交
    • R
      nodogsplash: Release v3.3.2-1 (#468) · 040b8e87
      Rob White 提交于
      Maintainer: Moritz Warning <moritzwarning@web.de>
      
      Compiled and tested on snapshot SDK mips_24kc and arm_cortex-a5_neon-vfpv4/
      
        * Fix Issue introduced in v3.3.0 with the addition of Improvements towards usable IPv6 support, that caused CPD on client devices to fail with "Too Many Redirects" error. NDS now terminates gracefully with a console error if fasremoteip is set AND fasport=80  [bluewavenet]
        * Validate fasremoteip to ensure that if it is set, then it is a valid dotted format IPv4 address  [bluewavenet]
        * Numerous Documentation updates  [bluewavenet]
        * Fix to Known Issue on OpenWrt >18.x.x with v3.3.1. This was caused by misconfigured Makefile for libmicrohttpd; this has been fixed there [bluewavenet]
      Signed-off-by: NRob White <rob@blue-wave.net>
      040b8e87
  17. 01 5月, 2019 1 次提交
  18. 23 4月, 2019 1 次提交
  19. 01 4月, 2019 1 次提交
  20. 29 3月, 2019 5 次提交
  21. 26 3月, 2019 1 次提交
  22. 25 3月, 2019 1 次提交