Lists all of the journal entries for the day.

Mon, 30 Oct 2006

2:59 AM - OpenSSH issues

I've isolated the problem with OpenSSH. OpenSSH 4.4p1 requires strtonum. Archite commited it 2 months ago, but he forgot to add it to stdlib.h :)

As such, the function didn't have a correct prototype and caused the function which reads /etc/ssh/moduli to always hit its error handler.

The mport version now appears to work properly. I'll try base later.

()