summaryrefslogtreecommitdiff
path: root/libexec/login_radius
AgeCommit message (Collapse)Author
2001-08-18better handle things; spotted by millertTheo de Raadt
2001-08-18strlcpy invades the treeTheo de Raadt
2001-07-26Typo: radius-timout -> radius-timeout; noted by brad@Todd C. Miller
2001-07-09Use socklen_t, not size_t for type of length arg to recvfrom()Todd C. Miller
2001-07-08cleanup and document login.conf variablesTodd C. Miller
2001-07-08o make signal handler safeTodd C. Miller
o add some missing args to prototypes o some KNF o use memcpy() to copy random bytes into the vector instead of hand copying o if servers files ends w/o a newline, alloc space and copy the line o remove unused function argument "length" from parse_challenge()
2001-07-08BSD auth module for radius authentication, from BSDi.Todd C. Miller