summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd/radiusd.c
AgeCommit message (Expand)Author
2018-10-09Fix a spelling in log messages.YASUOKA Masahiko
2018-08-01Fix segmentation fault on radiusd(8) when exiting.Ricardo Mestre
2017-06-13Initialize the length parameter for radius_get_vs_raw_attr() sinceYASUOKA Masahiko
2017-05-21A few more freezero() usesTheo de Raadt
2016-04-16Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).Kenneth R Westerback
2016-04-13remove "abort" promise from debugging code in radiusdSebastien Marie
2016-03-21Instead of creating a socket with socket() or accept() and thenPhilip Guenther
2016-02-09fix a use after free in an error pathJonathan Gray
2015-12-31Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just useTodd C. Miller
2015-12-05Remove NULL-checks before free()mmcc
2015-10-27Free the received radius packet when it is duplicated.YASUOKA Masahiko
2015-10-27Set O_NONBLOCK for UDP sockets not to block on recv(). ActuallyYASUOKA Masahiko
2015-10-27Fix radiusd module to set O_NONBLOCK properly.YASUOKA Masahiko
2015-10-19Add pledge(2) for radiusctl(8) and radiusd(8).YASUOKA Masahiko
2015-10-19Can't assert "module->fd >= 0" in radiusd_stop() since the module mayYASUOKA Masahiko
2015-08-25Remove -h command line option from radiusd(8) to make it better style.YASUOKA Masahiko
2015-08-02Fire pending events when the module starts.YASUOKA Masahiko
2015-08-02Tweak XXX comments.YASUOKA Masahiko
2015-08-02Fix radiusd to start without -d. Also stop using event_initialized()YASUOKA Masahiko
2015-07-27Use log_warn() instead of warn() in radiusd_module_load(). Also fix style.YASUOKA Masahiko
2015-07-21add missing -n to the SYNOPSIS and usage() and -d to the DESCRIPTION;Ingo Schwarze
2015-07-21Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSYASUOKA Masahiko