Re: Switch OpenBSD manuals to DocBook

2014-04-01 Thread Hendrickson, Kenneth
On 4/1/2014, Patrick Keshishian wrote: sorry to crash your party, but i think you've got something there with the usage() example. this could reduce man executable to a one line shell script (or a builtin): $ cat /usr/bin/man #!/bin/sh while [ $# -gt 0 ] ; do $1 -h | ${PAGER:-more} ;

Re: Bake Sale

2014-01-14 Thread Hendrickson, Kenneth
--- Theo de Raadt wrote: Anyone want to suggest we hold a bake sale? I understand there is a market for brownies in Colorado and Washington state. Ken Hendrickson

Support for External Random Number Server

2013-11-18 Thread Hendrickson, Kenneth
Use Case I have several headless computers. Their only source of randomness is from the network. I also have a hardware true random number generator on another computer. I would like the headless computers to be able to access truly random numbers from a server - at the kernel level. I

Re: Support for External Random Number Server

2013-11-18 Thread Hendrickson, Kenneth
I would like the headless computers to be able to access truly random numbers from a server - at the kernel level. In addition, can a standard be developed and install scripts modified so that during the install, the install script obtains a bunch of truly random numbers from a server, to be