summaryrefslogtreecommitdiff
path: root/libexec/login_radius
AgeCommit message (Expand)Author
2002-06-02minor KNFTheo de Raadt
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfTheo de Raadt
2002-03-13login(8) -> login(1)Marco S Hyman
2001-12-07Kill longjmp by not restarting system calls on receipt of SIGALRM.Todd C. Miller
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
2001-07-08BSD auth module for radius authentication, from BSDi.Todd C. Miller