Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | Release wpa-psk-cli 0.1.4wpa-psk-cli-0.1.4 | Stefan Kreutz | |
2023-05-18 | Use clap without wrap_help feature | Stefan Kreutz | |
With the wrap_help feature, clap tries to determine the terminal width using the terminal-size crate. This involves access to the temporary directory, violating the stdio pledge on OpenBSD and thus aborting the process. This commit disables clap's wrap_help feature to keep the simple stdio pledge. Another solution could to pledge stdio and tmppath. | |||
2023-05-14 | Release wpa-psk-cli 0.1.3wpa-psk-cli-0.1.3 | Stefan Kreutz | |
2023-05-14 | Upgrade clap crate | Stefan Kreutz | |
2023-05-14 | Pledge stdio on OpenBSD | Stefan Kreutz | |
2023-03-14 | Update dependencies | Stefan Kreutz | |
2023-02-16 | Release wpa-psk-cli 0.1.2 and wpa-psk 0.2.1wpa-psk-cli-0.1.2wpa-psk-0.2.1 | Stefan Kreutz | |
2022-10-03 | Release wpa-psk-cli 0.1.1wpa-psk-cli-0.1.1 | Stefan Kreutz | |
2022-10-03 | Upgrade to clap 4 | Stefan Kreutz | |
2022-06-01 | Update Git repository URL | Stefan Kreutz | |
Hopefully for the last time. I had some problems setting up cgit. | |||
2022-05-28 | Extract wpa-psk-cli cratewpa-psk-cli-0.1.0wpa-psk-0.2.0 | Stefan Kreutz | |