Commit Briefs

Omar Polo

move MIN to header


Omar Polo

avoid read out-of-bounds


Omar Polo

first stab at 9p



Omar Polo

fix build for !HAVE_ARC4RANDOM


Omar Polo

add flags to listener; warn if missing auth_table

in the future we'll have also plain 9p, so mark the tls listeners with L_TLS and add the libtls machinery only in that case.


Omar Polo

don't bundle arc4random, if not available use incremented counter

it doesn't seem to work on guix, I don't feel fine editing crypto-related code and it was only used to generate a random id for clients connection. I'd love if someone will solve this thought :)


Omar Polo

use table for auth


Omar Polo

don't include sys/tree.h directly


Omar Polo

__dead -> ATTR_DEAD


Omar Polo

initial commit