Commit Briefs

Omar Polo

use serial ids and drop usage of arc4random

it's not so useful here and not (directly) used anywhere else.


Omar Polo

listener: correctly swap config after reload

and don't forget to free the current config!




Omar Polo

listener: handle IMSG_CTL_LOG_VERBOSE

adjust the logging level and forward it to every client process so they can do so too.


Omar Polo

move control to the main process

We may want to be able to run multiple listener process eventually, so the first step is to drop IMSG_CONTROLFD and keep the ctl stuff in the main process.


Omar Polo

simplify client proc bootstrap

Drop the IMSG_AUTH_DIR imsg type and stuff everything in a struct kd_auth_proc that gets sent via IMSG_AUTH. Tweak the necessary bits to compile. While here also start documenting what data we send over which imsg. As an added benefit, now we're sending fixed-size messages instead of variable length strings.


Omar Polo

Merge branch 'portable'

Trying to maintain two branches was impossible at this stage for me alone, so I'll recognize my stupidity and merge the portable branch into the main one. The repository will build using autotools.


Omar Polo

fix build on linux


Omar Polo

restructure project and switch build system

use by default the OpenBSD mk infrastructure to build and test all the kamid components.