Skip to content
Snippets Groups Projects
  1. Jan 10, 2016
  2. Jan 09, 2016
  3. Jan 04, 2016
  4. Dec 28, 2015
  5. Sep 03, 2015
  6. Sep 01, 2015
  7. Jul 20, 2015
    • Jo-Philipp Wich's avatar
      freeradius2: backport fix for CVE-2015-4680 · de5e37ac
      Jo-Philipp Wich authored
      
      Backport upstream commit 5e698b407dcac2bc45cf03484bac4398109d25c3 to fix
      missing intermediate certificate validation in Freeradius2.
      
      Advisory:
      
      The FreeRADIUS server relies on OpenSSL to perform certificate validation,
      including Certificate Revocation List (CRL) checks. The FreeRADIUS usage of
      OpenSSL, in CRL application, limits the checks to leaf certificates,
      therefore not detecting revocation of intermediate CA certificates.
      
      An unexpired client certificate, issued by an intermediate CA with a revoked
      certificate, is therefore accepted by FreeRADIUS.
      
      Specifically sets the X509_V_FLAG_CRL_CHECK flag for leaf certificate CRL
      checks, but does not use X509_V_FLAG_CRL_CHECK_ALL for CRL checks on the
      complete trust chain.
      
      The FreeRADIUS project advises that the recommended configuration is to use
      self-signed CAs for all EAP-TLS methods.
      
      Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>
      de5e37ac
  8. Jul 12, 2015
  9. Jun 29, 2015
  10. Jun 19, 2015
  11. Jun 17, 2015
  12. Jun 10, 2015
  13. May 25, 2015
  14. May 08, 2015
  15. May 05, 2015
  16. Apr 30, 2015
  17. Apr 19, 2015
  18. Mar 29, 2015
  19. Mar 27, 2015
  20. Mar 25, 2015
    • Sebastian Moeller's avatar
      sqm-scripts: clean up interface selection for hotplugging · 74e3c57f
      Sebastian Moeller authored
      
      The initial conversion to restart sqm on interfaces it is configured
      for in case of (transient) dis- and reappearance was half finished.
      These changes clean up the handling of exlicitly passed interfaces
      in run.sh: no second argument defaults to all configured interfaces
      the alternative is an individual interface name passed as 2nd
      argument to run.sh. The first argument either is start or stop.
      No argument at all will behave as if start was passed.
      Survives light testing...
      
      Signed-off-by: default avatarSebastian Moeller <moeller0@gmx.de>
      74e3c57f
    • Sebastian Moeller's avatar
      sqm-scripts: change default for qdisc target parameter · 6604f9ed
      Sebastian Moeller authored
      
      Alan Jenkins noted a bug in the smq luci GUI that effectively
      erased several configuration paramters if two checkboxes were deselected.
      This behaviour seems consistent in luci but certainly has the potential
      to confuse users. While confusion can not really be avoided generally
      it seems wise to change the default interpretation for empty or non-existent
      itarget and etarget variables from the qdisc's default (5ms in the case of
      one of the codels) to automatic determination of tghis variable dependent on
      the configured bandwidth, as codels target variable should be large enough
      to contain at least one full packet. With this change sqm-scripts will
      do the right thing by default, but will yet allow the user to specify
      over-ridding values (as long as the user does not un-check the
      entry-field exposing check boxes). Survives light testing...
      This change set also changes the sqm-scripts luci gui to note the user
      of the change. For compatibility with existing setups sqm-scripts
      will still honor "auto" as an alternative explicit way of requesting
      automatic target selection. This might turn into a warning in the future
      and might be phased out...
      
      Signed-off-by: default avatarSebastian Moeller <moeller0@gmx.de>
      6604f9ed
    • Toke Høiland-Jørgensen's avatar
      Merge pull request #918 from hnyman/sqm-backport · c13e819d
      Toke Høiland-Jørgensen authored
      Sqm-scripts backport to BB14.07
      c13e819d
  21. Mar 05, 2015
  22. Mar 04, 2015
  23. Feb 17, 2015
Loading