Skip to content
  1. Jan 24, 2019
  2. Jan 15, 2019
  3. Jan 11, 2019
  4. Jan 10, 2019
  5. Jan 09, 2019
  6. Jan 05, 2019
  7. Jan 02, 2019
    • Hannu Nyman's avatar
      timezone data: update to 2018i · c7776c89
      Hannu Nyman authored
      
      
      Update timezone data to 2018i
      
      http://mm.icann.org/pipermail/tz-announce/2018-December/000053.html
      http://mm.icann.org/pipermail/tz-announce/2018-December/000054.html
      
      2018h:
      * Qyzylorda, Kazakhstan moved from +06 to +05 on 2018-12-21.
      * New zone Asia/Qostanay because Qostanay, Kazakhstan didn't move.
      * Metlakatla, Alaska observes PST this winter only.
      * Guess Morocco will continue to adjust clocks around Ramadan.
      * Add predictions for Iran from 2038 through 2090.
      
      2018i:
      * São Tomé and Príncipe switches from +01 to +00 on 2019-01-01.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      c7776c89
  8. Jan 01, 2019
  9. Dec 29, 2018
  10. Dec 26, 2018
  11. Dec 20, 2018
  12. Dec 19, 2018
  13. Dec 14, 2018
  14. Dec 13, 2018
  15. Dec 12, 2018
  16. Dec 11, 2018
  17. Dec 10, 2018
  18. Dec 04, 2018
  19. Dec 02, 2018
  20. Nov 27, 2018
  21. Nov 25, 2018
    • Hannu Nyman's avatar
      luci-mod-network: adapt to current 802.11r defaults · 26e903c7
      Hannu Nyman authored
      The default for 802.11r option ft_psk_generate_local
      was changed a few months ago by openwrt/openwrt@3cc56a5
      
      
      
      That change was a bit awkward, as it made hostapd to
      overlook the possibly existing r0kh values by default
      unless the user explicitly disables the new default.
      
      Adapt LuCI by changing the default for ft_psk_generate_local
      into 'enabled'.
      
      But ensure that LuCI does not delete the existing key values
      by not making the r0kh and r1kh fields to depend on this.
      
      Note that this is just a quick fix for the wrong default value
      causing problems, but not yet a complete fix for all the options.
      In the long run it might be better to make the detail options
      to depend on local generation.
      
      Reference also to LuCI PR #2102
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      26e903c7