summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd/radiusd_bsdauth.c
AgeCommit message (Expand)Author
2017-08-21Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(),Theo de Raadt
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-10-19Add pledge(2) for radiusctl(8) and radiusd(8).YASUOKA Masahiko
2015-10-19Avoid a NULL dereference when getgrnam_r() returns NULL for `result'.YASUOKA Masahiko
2015-07-30Fix typo in comment.YASUOKA Masahiko
2015-07-27Stop using _this in radiusd modules.YASUOKA Masahiko
2015-07-27Drop the privilege from modules. "radiusd_radius" could simply runYASUOKA Masahiko
2015-07-21Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSYASUOKA Masahiko