summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-24Add cargo-fmt to check scriptHEADmainStefan Kreutz
2024-03-20Revise changelog styleStefan Kreutz
2024-03-13Link original Git repositoryStefan Kreutz
2024-03-06Release wpa-psk-cli 0.1.5wpa-psk-cli-0.1.5Stefan Kreutz
2024-03-06Release wpa-psk 0.2.3wpa-psk-0.2.3Stefan Kreutz
2024-03-06Update dependenciesStefan Kreutz
2024-03-06Fix clippy::format_collect lintStefan Kreutz
See https://rust-lang.github.io/rust-clippy/stable/index.html#/format_collect
2023-09-15Set resolver for examples workspaceStefan Kreutz
See https://github.com/rust-lang/rust/issues/90148
2023-05-18Release wpa-psk-cli 0.1.4wpa-psk-cli-0.1.4Stefan Kreutz
2023-05-18Use clap without wrap_help featureStefan 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-14Release wpa-psk-cli 0.1.3wpa-psk-cli-0.1.3Stefan Kreutz
2023-05-14Upgrade clap crateStefan Kreutz
2023-05-14Update dependenciesStefan Kreutz
2023-05-14Pledge stdio on OpenBSDStefan Kreutz
2023-03-15Release wpa-psk 0.2.2wpa-psk-0.2.2Stefan Kreutz
2023-03-14Upgrade pbkdf2 crateStefan Kreutz
2023-03-14Update dependenciesStefan Kreutz
2023-02-16Release wpa-psk-cli 0.1.2 and wpa-psk 0.2.1wpa-psk-cli-0.1.2wpa-psk-0.2.1Stefan Kreutz
2023-01-26Inline format macro argumentsStefan Kreutz
Fixes new warning clippy::uninlined-format-args.
2023-01-18Extend check scriptStefan Kreutz
2022-12-11Deny missings docsStefan Kreutz
2022-12-11Use sha1 crate instead of deprecated sha-1 crateStefan Kreutz
2022-12-11Review check scriptStefan Kreutz
2022-11-21Fix typoStefan Kreutz
2022-10-03Release wpa-psk-cli 0.1.1wpa-psk-cli-0.1.1Stefan Kreutz
2022-10-03Upgrade to clap 4Stefan Kreutz
2022-09-23Update dependenciesStefan Kreutz
2022-09-08Forbid unsafe codeStefan Kreutz
2022-08-16Derive Eq for custom error typesStefan Kreutz
Fixes new clippy warning clippy::derive_partial_eq_without_eq.
2022-06-01Update Git repository URLStefan Kreutz
Hopefully for the last time. I had some problems setting up cgit.
2022-05-28Fix changelogStefan Kreutz
2022-05-28Extract wpa-psk-cli cratewpa-psk-cli-0.1.0wpa-psk-0.2.0Stefan Kreutz
2022-05-28Return typed validation errorsStefan Kreutz
2022-05-26Test command-line interfaceStefan Kreutz
2022-05-26Change Git repository URLStefan Kreutz
2022-05-23Use link definitionsStefan Kreutz
2022-05-23Fix typoStefan Kreutz
2022-05-23Release version 0.1.5wpa-psk-0.1.5Stefan Kreutz
2022-05-23Describe usageStefan Kreutz
2022-05-23Fix crate versionStefan Kreutz
2022-05-22Bump patch versionwpa-psk-0.1.4Stefan Kreutz
2022-05-22Change repository URLStefan Kreutz
The cgit front-end didn't work as expected. Reverted back to bare Git repositories with a post-update hook. Changed the URL path to /scm/git though.
2022-05-22Upgrade dependenciesStefan Kreutz
Upgrade dependencies to exact versions to avoid having to test minimal versions.
2022-05-21Bump patch versionwpa-psk-0.1.3Stefan Kreutz
2022-05-21Update dependenciesStefan Kreutz
2022-05-21Update Git repository URLStefan Kreutz
2022-05-21Add check scriptStefan Kreutz
2022-03-30Replace deprecated clap function callStefan Kreutz
2022-03-30Bump pbkdf2wpa-psk-0.1.2Stefan Kreutz
2022-02-01Update dependencieswpa-psk-0.1.1Stefan Kreutz
Generated by cgit. See skreutz.com for my tech blog and contact information.