<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wpa-psk/wpa-psk-cli, branch wpa-psk-0.2.3</title>
<subtitle>A command-line utility and Rust library to compute the WPA pre-shared key of a Wi-Fi SSID and passphrase.</subtitle>
<id>https://git.skreutz.com/wpa-psk.git/atom?h=wpa-psk-0.2.3</id>
<link rel='self' href='https://git.skreutz.com/wpa-psk.git/atom?h=wpa-psk-0.2.3'/>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/'/>
<updated>2024-03-06T01:05:50Z</updated>
<entry>
<title>Update dependencies</title>
<updated>2024-03-06T01:05:50Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2024-03-06T01:05:50Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=3e41f90e78f5d6e7e069fd51e17ca0a32774ec9c'/>
<id>urn:sha1:3e41f90e78f5d6e7e069fd51e17ca0a32774ec9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release wpa-psk-cli 0.1.4</title>
<updated>2023-05-18T20:05:06Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-05-18T20:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=665520879ec7fa7c5473cc1bedadd1f98497f219'/>
<id>urn:sha1:665520879ec7fa7c5473cc1bedadd1f98497f219</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use clap without wrap_help feature</title>
<updated>2023-05-18T19:56:36Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-05-18T19:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=be6e70ffde1ef213166b19330cf9418f9bad2f3b'/>
<id>urn:sha1:be6e70ffde1ef213166b19330cf9418f9bad2f3b</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Release wpa-psk-cli 0.1.3</title>
<updated>2023-05-14T09:36:26Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-05-14T09:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=49f0bc6c310751b11cf72e893858ca19e9a2e9a4'/>
<id>urn:sha1:49f0bc6c310751b11cf72e893858ca19e9a2e9a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade clap crate</title>
<updated>2023-05-14T08:18:29Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-05-14T08:18:29Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=2adb193aac50add25e3c515fae135aa948460da5'/>
<id>urn:sha1:2adb193aac50add25e3c515fae135aa948460da5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2023-05-14T08:15:25Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-05-14T08:15:25Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=324d844e2978a98eec59c4d408e81f6ce6e534d1'/>
<id>urn:sha1:324d844e2978a98eec59c4d408e81f6ce6e534d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pledge stdio on OpenBSD</title>
<updated>2023-05-14T08:11:35Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-05-14T08:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=30354abe257e956c8ea43e5146fc40c1a3612749'/>
<id>urn:sha1:30354abe257e956c8ea43e5146fc40c1a3612749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2023-03-14T22:43:07Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-03-14T22:43:07Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=665135adc33bf10bae4b8b53edee3c6b1cf36ecc'/>
<id>urn:sha1:665135adc33bf10bae4b8b53edee3c6b1cf36ecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release wpa-psk-cli 0.1.2 and wpa-psk 0.2.1</title>
<updated>2023-02-16T22:34:07Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-02-16T22:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=79e6c656b2e543318c0cbbb1319c4de2b0201d3e'/>
<id>urn:sha1:79e6c656b2e543318c0cbbb1319c4de2b0201d3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline format macro arguments</title>
<updated>2023-01-26T16:57:24Z</updated>
<author>
<name>Stefan Kreutz</name>
<email>mail@skreutz.com</email>
</author>
<published>2023-01-26T16:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.skreutz.com/wpa-psk.git/commit/?id=a29cb44434224ea02e4af7537f26a02ec2ce65b8'/>
<id>urn:sha1:a29cb44434224ea02e4af7537f26a02ec2ce65b8</id>
<content type='text'>
Fixes new warning clippy::uninlined-format-args.
</content>
</entry>
</feed>
