summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd
AgeCommit message (Expand)Author
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-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-12-05Remove NULL-checks before free()mmcc
2015-12-01Fix a couple typos. ok yasuoka@mmcc
2015-11-03Blank lines around pledge call.mmcc
2015-10-27Free the received radius packet when it is duplicated.YASUOKA Masahiko
2015-10-27Initialize module_radius_req before use it.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-26Using realm for bsdauth is misleading. It is currently unusable.YASUOKA Masahiko
2015-10-19Add pledge(2) for radiusctl(8) and radiusd(8).YASUOKA Masahiko
2015-10-19Remove a duplicated '#include <stdio.h>' line.YASUOKA Masahiko
2015-10-19Avoid a NULL dereference when getgrnam_r() returns NULL for `result'.YASUOKA Masahiko
2015-10-19Call tzset() before dropping the priviledge to use correct timezone.YASUOKA Masahiko
2015-10-19Can't assert "module->fd >= 0" in radiusd_stop() since the module mayYASUOKA Masahiko
2015-09-22typo.Igor Sobrado
2015-08-27Add a boundary check for safety and use snprintf() to construct the IPYASUOKA Masahiko
2015-08-26fix a use after free in an error path found with aflJonathan Gray
2015-08-25Remove -h command line option from radiusd(8) to make it better style.YASUOKA Masahiko
2015-08-21spacesTheo de Raadt
2015-08-03fix up previous;Jason McIntyre
2015-08-03Make radiusd.conf.5 describe all configuration optionsYASUOKA Masahiko
2015-08-02Check the received packet length properly.YASUOKA Masahiko
2015-08-02Fire pending events when the module starts.YASUOKA Masahiko
2015-08-02Tweak XXX comments.YASUOKA Masahiko
2015-08-02radiusd_module with libevent didn't stop when the daemon stops. FixYASUOKA Masahiko
2015-08-02Fix radiusd_radius to use syslog(3). It had used stderr for debug.YASUOKA Masahiko
2015-08-02Fix radiusd to start without -d. Also stop using event_initialized()YASUOKA Masahiko
2015-07-30Use the dedicated log function instead of log_warn(). Also, fix theYASUOKA Masahiko
2015-07-30Fix the variable name for struct radius_server. It was confused.YASUOKA Masahiko
2015-07-30Fix typo in comment.YASUOKA Masahiko
2015-07-30q_id didn't pass to radiusd_radius properly. It should be u_int not u_int.YASUOKA Masahiko
2015-07-29add a FILES section to make clear where RADIUS configuration fileIgor Sobrado
2015-07-28add a FILES section to make clear where RADIUS configuration fileIgor Sobrado
2015-07-27Stop using _this in radiusd modules.YASUOKA Masahiko
2015-07-27Drop the privilege from modules. "radiusd_radius" could simply runYASUOKA Masahiko
2015-07-27Use log_warn() instead of warn() in radiusd_module_load(). Also fix style.YASUOKA Masahiko
2015-07-21quote the %T title, to avoid confusing groff;Jason McIntyre
2015-07-21add missing -n to the SYNOPSIS and usage() and -d to the DESCRIPTION;Ingo Schwarze
2015-07-21Correct man pages. Update the config example, fix some options, fix theYASUOKA Masahiko
2015-07-21Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSYASUOKA Masahiko