summaryrefslogtreecommitdiffstats
path: root/usr.sbin/radiusd/radiusd_module.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Fix the bug that radius module didn't work when the size of radius messageyasuoka2019-04-031-12/+12
* Update authenticator and message authenticator always. Previous wasyasuoka2019-04-011-7/+6
* Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw2016-04-051-2/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* Fix a couple typos. ok yasuoka@mmcc2015-12-011-3/+3
* Fix radiusd module to set O_NONBLOCK properly.yasuoka2015-10-271-4/+5
* Remove a duplicated '#include <stdio.h>' line.yasuoka2015-10-191-2/+1
* Call tzset() before dropping the priviledge to use correct timezone.yasuoka2015-10-191-1/+3
* Check the received packet length properly.yasuoka2015-08-021-2/+2
* radiusd_module with libevent didn't stop when the daemon stops. Fixyasuoka2015-08-021-17/+32
* Drop the privilege from modules. "radiusd_radius" could simply runyasuoka2015-07-271-5/+40
* Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSyasuoka2015-07-211-0/+489