Skip to content
Snippets Groups Projects
  1. Dec 26, 2023
    • Grische's avatar
      gluon-tls: add package (#3114) · 683defd0
      Grische authored
      This package allows to easily select the correct libustream implementation
      without all communities having the need to manually change their included
      packages.
      683defd0
  2. Dec 21, 2023
  3. Dec 19, 2023
  4. Dec 14, 2023
  5. Dec 13, 2023
  6. Nov 27, 2023
  7. Nov 26, 2023
  8. Nov 23, 2023
  9. Nov 15, 2023
  10. Nov 06, 2023
  11. Nov 03, 2023
    • David Bauer's avatar
      gluon-core: dont fail on unset interface role · c4d37036
      David Bauer authored
      
      In case no interface role was selected for a given interface,
      gluon-reconfigure currently fails with
      
      Configuring: 021-interface-roles
      /usr/bin/lua: /usr/lib/lua/gluon/util.lua:25: bad argument #1 to 'pairs' (table expected, got nil)
      stack traceback:
      	[C]: in function '?'
      	/usr/lib/lua/simple-uci.lua:22: in function 'foreach'
      	./021-interface-roles:47: in main chunk
      	[C]: ?
      
      Check we actually have a role set before accessing the table.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      c4d37036
  12. Nov 02, 2023
  13. Nov 01, 2023
    • Rotzbua's avatar
      gluon-status-page: html: improve accessibility · d2120c42
      Rotzbua authored
      google-lighthouse:
      Warning: Consider avoiding viewport values that prevent users from resizing documents.
      
      Rule ID: meta-viewport
      Accessibility:
      Ruleset: axe-core 4.4
      User Impact: Critical
      Guidelines: WCAG 2.1 Best Practice, WCAG 2.0 Best Practice
      d2120c42
  14. Oct 31, 2023
  15. Oct 29, 2023
    • Rouven Czerwinski's avatar
      gluon-radv-filterd: replace malloc with calloc · 56cde733
      Rouven Czerwinski authored and Emantor's avatar Emantor committed
      Allocation of the router structure for newly detected router
      advertisements was done using malloc and selectively clearing some of
      the structure fields. However the redirect boolean was never set to 0,
      which means that during update_redirect, we would depend on the random
      initialization value of the structure.
      
      This means that sometimes ebtables-tiny wouldn't add the correct rules
      for the advertised routes.
      56cde733
  16. Oct 20, 2023
  17. Oct 05, 2023
  18. Sep 29, 2023
  19. Sep 20, 2023
    • David Bauer's avatar
      gluon-wan-dnsmasq: rewrite initfile to use procd (#2969) · 46b90c10
      David Bauer authored
      
      Rewrite the gluon-wan-dnsmasq initfile to use procd. This allows for
      configuring restart handling by procd in case of a crash.
      
      While at it, disable the caching feature optionally used for the regular
      dnsmasq on the wan dnsmasq. This daemon is only for redirecting DNS
      requests to use local network resolvers, not introducing caching.
      
      Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
      46b90c10
  20. Sep 12, 2023
  21. Aug 30, 2023
  22. Aug 03, 2023
  23. Aug 02, 2023
  24. Jul 15, 2023
  25. Jul 02, 2023
  26. Jun 16, 2023
  27. Jun 15, 2023
  28. Jun 10, 2023
  29. Jun 06, 2023
  30. May 21, 2023
  31. May 10, 2023
  32. Apr 24, 2023
Loading