index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
radiusctl
/
radiusctl.c
Age
Commit message (
Expand
)
Author
12 hours
Handle radiusd and npppd, they are different but nothing stands out.
Claudio Jeker
12 hours
Convert radiusd to new imsgbuf_read behaviour.
Claudio Jeker
12 hours
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
12 hours
Use imsg_flush() instead of implementing the same by hand.
Claudio Jeker
2024-09-15
Add "delete" command to "radiusctl ipcp". Also, send "stop" that was
YASUOKA Masahiko
2024-07-24
dd "msgauth" option for "test" command to specify whether use
YASUOKA Masahiko
2024-07-22
Modify ipcp module to return a result for
YASUOKA Masahiko
2024-07-14
Mistakenly the same challenge is used for testing CHAP.
YASUOKA Masahiko
2024-07-09
Add radiusd_ipcp(8). A module which provides IP configuration through
YASUOKA Masahiko
2020-02-24
add retries and timeouts for test packets.
David Gwynne
2019-04-01
Show message-authenticator correctly. It had shown the result of
YASUOKA Masahiko
2015-12-31
Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just use
Todd C. Miller
2015-10-19
Add pledge(2) for radiusctl(8) and radiusd(8).
YASUOKA Masahiko
2015-08-25
Remove references to the -h command line option which was removed.
YASUOKA Masahiko
2015-08-03
sync usage();
Jason McIntyre
2015-08-02
Fix styles. Also delete -h option since any other ctl command doesn't have
YASUOKA Masahiko
2015-07-21
Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS
YASUOKA Masahiko