History log of /openbsd/usr.sbin/radiusd/imsg_subr.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 31be28ca 21-Nov-2024 claudio <claudio@openbsd.org>

Use imsgbuf_queuelen() instead of accessing the w.queue member.

OK tb@


# dd7efffe 21-Nov-2024 claudio <claudio@openbsd.org>

Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
imsgbuf_init, imsgbuf_clear, imsgbuf_read, imsgbuf_write and imsgbuf_flush.

This separates the imsgbuf API from the per-imsg API

Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
imsgbuf_init, imsgbuf_clear, imsgbuf_read, imsgbuf_write and imsgbuf_flush.

This separates the imsgbuf API from the per-imsg API.

OK tb@

show more ...


# a7ca44b8 21-Jul-2015 yasuoka <yasuoka@openbsd.org>

Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS
server and radiusctl(8) is to control the server. radiusd(8) currently
supports bsdauth and radius (upstream radius servers) a

Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS
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

show more ...