Commit Briefs


Omar Polo

improve logging if getpwnam fails

it doesn't set errno when fails to find a user (which is correct, since a missing user is not *technically* an error, but still...)


Omar Polo

s/SIMPLEQ_/STAILQ_/g

STAILQ_* macros seems to be more widespread than SIMPLEQ_*


Omar Polo

typo


Omar Polo

use table for auth


Omar Polo

__dead -> ATTR_DEAD


Omar Polo

initial commit