CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2015/07/20 17:52:29
Modified files: share/mk : bsd.README bsd.prog.mk Added files: lib/libradius : Makefile radius.3 radius.c radius.h radius_attr.c radius_eapmsk.c radius_local.h radius_mppe.c radius_msgauth.c radius_userpass.c shlib_version regress/lib/libradius: Makefile incs.h main.c test00.c test01.c test02.c test03.c test04.c test05.c test06.c test10.c test11.c test20.c test21.c test22.c test23.c test24.c test25.c Log message: Add radius(3) library. This will be used by RADIUS server and client programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt