summaryrefslogtreecommitdiff
path: root/lib/libradius/Makefile
AgeCommit message (Collapse)Author
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2015-07-27Rename radius.3 to radius_new_request_packet.3 to be named after aYASUOKA Masahiko
function. Also make all functions be listed in the NAME section and have MLINKS in the makefile. suggest jmc ok deraadt
2015-07-20Add radius(3) library. This will be used by RADIUS server and clientYASUOKA Masahiko
programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt