summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd
AgeCommit message (Expand)Author
2017-05-30Don't call TAILQ_REMOVE twice. This caused radiusd crash if it has aYASUOKA Masahiko
2017-05-21A few more freezero() usesTheo de Raadt
2017-03-29Bring radiusd log.c copyright in line with other program's log.cAlexander Bluhm
2017-03-13Fix typo in FILES sectionJeremie Courreges-Anglas
2017-02-21Stop using "DEBUG" make variable for extra debugs.YASUOKA Masahiko
2016-09-20some fixes from rob pierce; ok yasuokaJason McIntyre
2016-08-27Add missing $OpenBSD$ line and remove an unnecessary comment line.YASUOKA Masahiko
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-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
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-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