summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Collapse)Author
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-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
2022-12-11Use sha1 crate instead of deprecated sha-1 crateStefan 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-05-28Extract wpa-psk-cli cratewpa-psk-cli-0.1.0wpa-psk-0.2.0Stefan Kreutz
2022-05-26Test command-line interfaceStefan Kreutz
2022-05-23Release version 0.1.5wpa-psk-0.1.5Stefan Kreutz
2022-05-23Fix crate versionStefan Kreutz
2022-05-21Bump patch versionwpa-psk-0.1.3Stefan Kreutz
2022-05-21Update dependenciesStefan Kreutz
2022-03-30Bump pbkdf2wpa-psk-0.1.2Stefan Kreutz
2022-02-01Update dependencieswpa-psk-0.1.1Stefan Kreutz
2022-01-03Add initial implementationwpa-psk-0.1.0Stefan Kreutz
Generated by cgit. See skreutz.com for my tech blog and contact information.