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
2018-10-09
Fix a spelling in log messages.
YASUOKA Masahiko
2018-08-01
Fix segmentation fault on radiusd(8) when exiting.
Ricardo Mestre
2017-06-13
Initialize the length parameter for radius_get_vs_raw_attr() since
YASUOKA Masahiko
2017-05-21
A few more freezero() uses
Theo de Raadt
2016-04-16
Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).
Kenneth R Westerback
2016-04-13
remove "abort" promise from debugging code in radiusd
Sebastien Marie
2016-03-21
Instead of creating a socket with socket() or accept() and then
Philip Guenther
2016-02-09
fix a use after free in an error path
Jonathan Gray
2015-12-31
Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just use
Todd C. Miller
2015-12-05
Remove NULL-checks before free()
mmcc
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