index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
radiusd
/
radiusd_module.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-04-03
Fix the bug that radius module didn't work when the size of radius message
YASUOKA Masahiko
2019-04-01
Update authenticator and message authenticator always. Previous was
YASUOKA Masahiko
2016-04-05
Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).
Kenneth R Westerback
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-12-01
Fix a couple typos. ok yasuoka@
mmcc
2015-10-27
Fix radiusd module to set O_NONBLOCK properly.
YASUOKA Masahiko
2015-10-19
Remove a duplicated '#include <stdio.h>' line.
YASUOKA Masahiko
2015-10-19
Call tzset() before dropping the priviledge to use correct timezone.
YASUOKA Masahiko
2015-08-02
Check the received packet length properly.
YASUOKA Masahiko
2015-08-02
radiusd_module with libevent didn't stop when the daemon stops. Fix
YASUOKA Masahiko
2015-07-27
Drop the privilege from modules. "radiusd_radius" could simply run
YASUOKA Masahiko
2015-07-21
Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS
YASUOKA Masahiko