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.c
Age
Commit message (
Expand
)
Author
2015-10-27
Free the received radius packet when it is duplicated.
YASUOKA Masahiko
2015-10-27
Set O_NONBLOCK for UDP sockets not to block on recv(). Actually
YASUOKA Masahiko
2015-10-27
Fix radiusd module to set O_NONBLOCK properly.
YASUOKA Masahiko
2015-10-19
Add pledge(2) for radiusctl(8) and radiusd(8).
YASUOKA Masahiko
2015-10-19
Can't assert "module->fd >= 0" in radiusd_stop() since the module may
YASUOKA Masahiko
2015-08-25
Remove -h command line option from radiusd(8) to make it better style.
YASUOKA Masahiko
2015-08-02
Fire pending events when the module starts.
YASUOKA Masahiko
2015-08-02
Tweak XXX comments.
YASUOKA Masahiko
2015-08-02
Fix radiusd to start without -d. Also stop using event_initialized()
YASUOKA Masahiko
2015-07-27
Use log_warn() instead of warn() in radiusd_module_load(). Also fix style.
YASUOKA Masahiko
2015-07-21
add missing -n to the SYNOPSIS and usage() and -d to the DESCRIPTION;
Ingo Schwarze
2015-07-21
Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS
YASUOKA Masahiko