summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd/radiusd_module.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-04-03Fix the bug that radius module didn't work when the size of radius messageYASUOKA Masahiko
2019-04-01Update authenticator and message authenticator always. Previous wasYASUOKA Masahiko
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-01Fix a couple typos. ok yasuoka@mmcc
2015-10-27Fix radiusd module to set O_NONBLOCK properly.YASUOKA Masahiko
2015-10-19Remove a duplicated '#include <stdio.h>' line.YASUOKA Masahiko
2015-10-19Call tzset() before dropping the priviledge to use correct timezone.YASUOKA Masahiko
2015-08-02Check the received packet length properly.YASUOKA Masahiko
2015-08-02radiusd_module with libevent didn't stop when the daemon stops. FixYASUOKA 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