Installation images renamed from .fs to .img
http://undeadly.org/cgi?action=article;sid=20200520093232 [undeadly.org]
2020-05-21 04:04
tags:
openbsd
update
There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures.
e2k19 Hackathon Report: Stefan Sperling on GoT and wireless
https://undeadly.org/cgi?action=article;sid=20191219205600 [undeadly.org]
2019-12-20 03:51
tags:
git
openbsd
update
wifi
g2k19 Hackathon Report: Stefan Sperling on Access Points and Ghosts
http://undeadly.org/cgi?action=article;sid=20190611075252 [undeadly.org]
2019-06-11 15:32
tags:
networking
openbsd
update
wifi
This AP was promptly attacked! But with OpenBSD on both AP and client, I now had a full view of the battle field and made our hackroom’s wifi immune to de-auth attacks. I don’t have enough brain juice to come up with a good heuristic for this, so users need to manually cast a de-auth attack immunity spell by setting the new ‘stayauth’ nwflag with ifconfig(8). Note that this flag needs to be set on clients as well as the AP, because a de-auth army will target them separately.
t2k19 Hackathon Report: Putting the hack(6) in hackathon, and other stories
https://undeadly.org/cgi?action=article&sid=20190407152052 [undeadly.org]
2019-04-08 14:54
tags:
development
openbsd
update
The difference in behavior between my system and the OpenBSD project’s package build machines resulted from that plague of ports developers, hidden dependencies.
source: L
Using a Yubikey as smartcard for SSH public key authentication
https://undeadly.org/cgi?action=article;sid=20190302235509 [undeadly.org]
2019-03-03 17:24
tags:
auth
hardware
openbsd
swtools
However, ssh(1) has another method to talk to smartcards. It can load a PKCS#11 library that contains the functions to access the SmartCard. On OpenBSD, this library is provided by the opensc package. In turn, it needs the pcsc-lite package, that actually talks to a smartcard reader.
I tried the following with a Yubikey NEO and a Yubikey 4. Newer Yubikeys have more features. The NEO only supports RSA keys, Yubikey 4 and 5 support Elliptic Curve ECDSA keys. They also have another nice feature “touch-policy=always“: you have to touch the Yubikey to be able to use it (in addition to entering the PIN). That way it cannot be used without your consent, with a method independent from your computer keyboard.
source: L
Florian Obser on unwind(8)
https://undeadly.org/cgi?action=article;sid=20190128061321 [undeadly.org]
2019-01-28 18:05
tags:
networking
openbsd
update
malloc.conf replaced with a sysctl
https://undeadly.org/cgi?action=article;sid=20181107114043 [undeadly.org]
2018-11-07 18:39
tags:
malloc
openbsd
update
This will allow unveiled and chrooted processes to access the malloc options without having to do anything special in the code or chroot dir.
source: L
g2k18 hackathon report: Ingo Schwarze on sed(1) bugfixing with Martijn van Duren, and about other small userland stuff
https://undeadly.org/cgi?action=article;sid=20180728110010 [undeadly.org]
2018-07-29 17:47
tags:
bugfix
openbsd
swtools
text
update
For the g2k18 Ljubljana hackathon, i decided to try and get rid of as many small userland tasks as possible. Lots of them have been piling up over time.
source: L
OpenBSD gains Wi-Fi "auto-join"
http://undeadly.org/cgi?action=article;sid=20180712084645 [undeadly.org]
2018-07-12 14:01
tags:
admin
openbsd
update
wifi
In a change which is bound to be welcomed widely, -current has gained “auto-join” for Wi-Fi networks.
p2k17 hackathon reports
http://undeadly.org/cgi?action=article;sid=20171107034258 [undeadly.org]
2017-11-08 03:48
tags:
openbsd
series
update
autoconf/clang (No) Fun and Games
http://undeadly.org/cgi?action=article;sid=20170930133438 [undeadly.org]
2017-10-01 21:29
tags:
bugfix
c
compiler
development
investigation
standard
You might have been noticing the amount of commits to ports regarding autoconf and nested functions and asking yourself… what the hell is this all about?
t2k17 Hackathon Report
http://undeadly.org/cgi?action=article&sid=20170815171854 [undeadly.org]
2017-08-16 03:52
tags:
openbsd
series
update
On the Insecurity of TIOCSTI
http://undeadly.org/cgi?action=article&sid=20170701132619 [undeadly.org]
2017-07-01 20:51
tags:
openbsd
security
tty
d2k17 Hackathon Report: Stefan Sperling on USB audio, WiFi Progress
http://undeadly.org/cgi?action=article&sid=20170602014048 [undeadly.org]
2017-06-02 17:04
tags:
openbsd
series
update
wifi
Errata and (First) Binary Patches Announced
http://undeadly.org/cgi?action=article&sid=20170503110429 [undeadly.org]
2017-05-03 15:12
tags:
bugfix
openbsd
update
Four for the price of one.
Half a dozen new features in mandoc -T html
http://undeadly.org/cgi?action=article&sid=20170316080827 [undeadly.org]
2017-03-16 22:32
tags:
docs
html
openbsd
swtools
The HTML output mode of mandoc(1) just grew a couple of new features. I’m providing this short summary because it’s all user-visible and might make using the online manuals easier.
New mandoc -mdoc -T markdown converter
http://undeadly.org/cgi?action=article&sid=20170304230520 [undeadly.org]
2017-03-05 04:27
tags:
docs
openbsd
swtools
mandoc can output markdown, and you can read Ingo’s thoughts on the matter.
The reason for providing this output mode is not that i consider markdown a good, or even a half-decent, markup language. Quite to the contrary, I hereby offcially declare it the shittiest markup language i have seen so far. Basically, it hasn’t any strong point whatsoever, but the downsides are numerous, scary, and cover practically every relevant aspect:
mandoc-1.14.1 released
http://undeadly.org/cgi?action=article&sid=20170221140445 [undeadly.org]
2017-02-22 16:40
tags:
docs
release
swtools
unix
So even though this is the first release in the 1.14 branch, i consider the code very solid by now and call it 1.14.1 rather than 1.14.0.
a2k17 hackathon report: Patrick Wildt on the arm64 port
http://undeadly.org/cgi?action=article&sid=20170131101827 [undeadly.org]
2017-02-02 14:21
tags:
hardware
openbsd
It’s alive! Featuring llvm too.
LibreSSL documentation status report
http://undeadly.org/cgi?action=article&sid=20161215221715 [undeadly.org]
2016-12-15 23:29
tags:
development
docs
library
openbsd
release
ux
The short term goal is to make sure that LibreSSL documentation becomes better than OpenSSL documentation. Not merely better on average, but better in any conceivable respect.