Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a compiler warning. Also use srandom_deterministic(3) since using | 2019-03-29 | 2 | -1/+2 | |
| | | | | random(3) intentionally is to repeat the test failure if it happens. | ||||
* | Add radius(3) library. This will be used by RADIUS server and client | 2015-07-20 | 18 | -0/+936 | |
programs to manipulate RADIUS packets. Mainly written by UMEZAWA Takeshi. fix and suggestion deraadt ok deraadt |