summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd/log.c
AgeCommit message (Collapse)Author
2019-03-31Save errno before doing other things. Also add __deade for fatal() andYASUOKA Masahiko
fatalx().
2017-03-29Bring radiusd log.c copyright in line with other program's log.cAlexander Bluhm
and other radiusd source files. Remove the LOSS OF MIND clause. OK henning@ yasuoka@ deraadt@
2015-07-21Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSYASUOKA Masahiko
server and radiusctl(8) is to control the server. radiusd(8) currently supports bsdauth and radius (upstream radius servers) as authentication backends. fixes from jsg blambert ok deraadt