Skip to content
Snippets Groups Projects
  1. Oct 08, 2023
  2. May 06, 2023
  3. Mar 01, 2022
  4. Feb 27, 2022
    • Jouke Witteveen's avatar
      Support WPA3-Personal · 5b97085b
      Jouke Witteveen authored
      By not introducing a specific security setting for WPA3, we inherrit the
      WPA2 key restrictions. For now, that is better than nothing.
      5b97085b
  5. Jan 08, 2022
  6. Dec 31, 2021
  7. Aug 23, 2021
  8. Aug 10, 2021
    • Jouke Witteveen's avatar
      Reach network.target before communicating · 02ecc4e1
      Jouke Witteveen authored
      Let the netctl profile service yield at the last moment before any
      communication on the interface takes place. That way, we catch as many
      problems as possible without suffering unpredictable delays.
      This means network.target is reached earlier for wireless connections.
      02ecc4e1
  9. Jul 06, 2021
  10. May 13, 2021
  11. Jan 17, 2021
    • Jouke Witteveen's avatar
      Add verify subcommand to netctl · 9b70046f
      Jouke Witteveen authored
      The name of the subcommand mirrors the same subcommand of systemd-analyze.
      
      Verification before restarting would be useful. However, verification
      requires the profile file to be readable by the current user. The current
      user may be a regular user with permission to control systemd, so
      restarting does not require the profile file to be readable. Therefore, we
      do not attempt verification before restarting.
      9b70046f
  12. Oct 16, 2020
  13. Oct 09, 2020
  14. Jun 26, 2020
    • Семён Марьясин's avatar
      Speed up 'netctl list' · b34f51a1
      Семён Марьясин authored and Jouke Witteveen's avatar Jouke Witteveen committed
      When you call `netctl list`, it calls `systemctl status` for each of the
      profiles. By default, `systemctl status` fetches the last log entries from the
      journal, which is often a time-consuming operation. Additionally, the status
      output is not meant for machine processing.
      b34f51a1
  15. Apr 27, 2020
  16. Apr 24, 2020
    • Jouke Witteveen's avatar
      Bring dhcpcd support up to date (FS#66349) · 115411c3
      Jouke Witteveen authored
      With dhcpcd 9, the rundir has moved. We follow this change and no longer
      support older versions of dhcpcd.
      While here, also support information only use on IPv6, which has been
      possible with dhcpcd for quite a while already.
      
      Reported by: Antonio Rojas <arojas@archlinux.org>
      115411c3
  17. Apr 17, 2020
  18. Apr 10, 2020
  19. Mar 28, 2020
  20. Dec 25, 2019
  21. Jun 26, 2019
  22. Feb 12, 2019
  23. Feb 07, 2019
    • Jouke Witteveen's avatar
      Move away from using wpa_actiond · f2c3edb1
      Jouke Witteveen authored
      The same functionality is provided by wpa_supplicant, so we do not need
      an extra and Arch Linux specific dependency.
      f2c3edb1
    • Jouke Witteveen's avatar
      Do not allow the kernel to try and be smarter than us · 162af2a4
      Jouke Witteveen authored
      When accept_ra is set to 1, router advertisements are still ignored if
      the interface is in forwarding mode. For such configurations, the
      interface should have a static configuration and netctl already sets
      accept_ra to 0. Setting it to 2 otherwise forces the kernel to accept
      router advertisements regardless of the forwarding setting.
      162af2a4
    • Eli Schwartz's avatar
      Makefile: specify the correct shell to use · ea9ccfd2
      Eli Schwartz authored and Jouke Witteveen's avatar Jouke Witteveen committed
      The Makefile commands in use include bash-specific features like brace
      expansion, and thus cannot run under the default /bin/sh shell as that
      may or may not be GNU bash (bash supports brace expansion even in posix
      mode).
      
      Consequently, the Makefile failed to execute correctly when the system
      /bin/sh was a different sh implementation, such as dash or busybox ash.
      
      Fix this by declaring the SHELL which will be used when running all
      commands.
      ea9ccfd2
  24. Nov 15, 2018
Loading