Skip to content
Snippets Groups Projects
  1. May 10, 2024
  2. Apr 16, 2024
  3. Apr 15, 2024
    • Janusz Dziedzic's avatar
      2d136c4c
    • Marina Maslova's avatar
      hostapd: separate ubus context for config callbacks to avoid crash · 057eafb1
      Marina Maslova authored and Janusz Dziedzic's avatar Janusz Dziedzic committed
      ubus calls with the same context as config_remove might trigger its
      callback which cleanups interface data. Free of interface data in
      the middle of functions is not expected, which might cause different
      kind of crashes in different places which access hostapd interface
      structure data.
      
      For example, hostapd_setup_interface_complete_sync() function has
      hostapd_ubus_add_bss() call with adding of ubus object, and if
      config_remove was sent, its callback will be called at this moment,
      will trigger cleanup and crash in the rest part of the function, like:
       - next call of hostapd_ubus_add_bss() in the loop
       - airtime_policy_update_init which accesses iface->conf->airtime_mode
       - is_zero_ether_addr(hapd->conf->bssid)
       and other similar places.
      057eafb1
  4. Apr 11, 2024
  5. Apr 03, 2024
  6. Mar 28, 2024
  7. Mar 26, 2024
  8. Mar 23, 2024
  9. Mar 21, 2024
  10. Mar 20, 2024
  11. Mar 18, 2024
    • Rahul Thakur's avatar
      netifd: add ubus event for link state · 2f9508c6
      Rahul Thakur authored
      Add a ubus event network.device for link state change to
      generate an event when the link goes up and down.
      
      The event looks as follow:
      
      { "network.device": {"ifname":"eth3","link":"down"} }
      2f9508c6
  12. Mar 14, 2024
  13. Mar 13, 2024
    • Erik Karlsson's avatar
      dnsmasq: safe use of eval · 0420bef8
      Erik Karlsson authored
      Do not evaluate user input.
      0420bef8
    • Rahul Thakur's avatar
      firewall: fix option enabled · c58a1042
      Rahul Thakur authored
      Currently, when the firewall.globals.enabled is set to 0, then it
      only sets the option input for zone wan to ACCEPT. This is not
      completely correct, if we truly want to disable firewall, then we
      should also set the defaults.input to ACCEPT.
      c58a1042
  14. Mar 12, 2024
  15. Mar 11, 2024
  16. Mar 07, 2024
    • Mohd Mehdi's avatar
      umdns: include package and add patches · 1fd68794
      Mohd Mehdi authored and Rahul Thakur's avatar Rahul Thakur committed
      This commit includes the umdns package for iowrt and also commits
      the patches introduced by iowrt for extending functionality and
      fixing bugs found during testing, both manual testing and against
      CDR.
      
      The umdns is the backend package for dnsmngr to implemented support
      for DNS-SD.
      
      These patches and other changes have also been up-streamed and
      are hopefully accepted and included int the next release.
       
      1fd68794
  17. Mar 06, 2024
    • Janusz Dziedzic's avatar
    • Amit Kumar's avatar
      iptables: add port trigger support patches · 04aca1e3
      Amit Kumar authored and Rahul Thakur's avatar Rahul Thakur committed
      The patches create 2 files, libipt_TRIGGER.c and ipt_TRIGGER.h that
      add the support for target TRIGGER in iptables.
      Since the patch adds 2 new files, easy to maintain.
      The change in makefile is to take the library to the target.
      04aca1e3
    • Rahul Thakur's avatar
      netifd: rename device section · c1e9cb83
      Rahul Thakur authored
      Rename device section to more user friendly LANX and WAN. This will
      appear in Ethernet.Interface.{i}.Alias. The value for the parameter
      Ethernet.Interface.{i}.Name will remain the underlying device name
      for example, eth0.1, eth1 etc.
      
      Note: for this to take effect, device will need default reset since
      the change is in uci-defaults and considering this is a cosmetic change,
      migrations over upgrades is not accounted for.
      c1e9cb83
  18. Mar 05, 2024
  19. Mar 04, 2024
  20. Feb 27, 2024
  21. Feb 23, 2024
  22. Feb 19, 2024
  23. Feb 16, 2024
  24. Feb 14, 2024
Loading