summaryrefslogtreecommitdiffstats
path: root/usr.sbin/radiusd/radiusd_radius.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Pass the debug status to modules. Also some non functional changesyasuoka2019-04-011-3/+8
* Update authenticator and message authenticator always. Previous wasyasuoka2019-04-011-2/+2
* Make "secret" become a required configuration for both client andyasuoka2019-04-011-28/+29
* Don't call TAILQ_REMOVE twice. This caused radiusd crash if it has ayasuoka2017-05-301-4/+2
* Instead of creating a socket with socket() or accept() and thenguenther2016-03-211-13/+3
* Blank lines around pledge call.mmcc2015-11-031-1/+3
* Initialize module_radius_req before use it.yasuoka2015-10-271-2/+2
* Set O_NONBLOCK for UDP sockets not to block on recv(). Actuallyyasuoka2015-10-271-2/+17
* Add pledge(2) for radiusctl(8) and radiusd(8).yasuoka2015-10-191-1/+3
* Fix radiusd_radius to use syslog(3). It had used stderr for debug.yasuoka2015-08-021-2/+2
* Use the dedicated log function instead of log_warn(). Also, fix theyasuoka2015-07-301-23/+27
* Fix the variable name for struct radius_server. It was confused.yasuoka2015-07-301-28/+28
* q_id didn't pass to radiusd_radius properly. It should be u_int not u_int.yasuoka2015-07-301-2/+2
* Stop using _this in radiusd modules.yasuoka2015-07-271-95/+95
* Drop the privilege from modules. "radiusd_radius" could simply runyasuoka2015-07-271-5/+4
* Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSyasuoka2015-07-211-0/+613