summaryrefslogtreecommitdiff
path: root/libexec/login_radius
AgeCommit message (Expand)Author
2015-11-26pledge in login_radius(8).YASUOKA Masahiko
2015-10-05Use explicit_bzero() instead of memset() for zeroing out secrets.Todd C. Miller
2015-10-02Talk about 'RADIUS server' in most cases, rather than referring specificallyStuart Henderson
2015-10-01some radiusd updates, from theo buehlerJason McIntyre
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-08-10Only need <stdint.h> and not all of <inttypes.h> herePhilip Guenther
2013-11-27unsigned char for ctypeTheo de Raadt
2013-08-14some Bx/Ox conversion;Jason McIntyre
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2012-02-01improve synopsis markup of login_* utilities; use a more standardIgor Sobrado
2007-12-14Add radius-port login.conf variable to allow people to configure aTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-21remove extra *p tests, from charles longeauTed Unangst
2006-09-20Recommit non-static array fix.Ray Lai
2006-08-14Document debug mode. OK jmc@Todd C. Miller
2006-08-14Fix typo introduced in rev 1.16; fixes "login" authentication style.Todd C. Miller
2005-11-19No longer need volatile since longjmp has been removed.Todd C. Miller
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-03-02More network randomness. PIDs on my machine are none of anyone else'sChad Loder
2004-09-11Verify packets from the server were md5'd with the same sharedTodd C. Miller
2004-03-10More checking for a NULL return value from getpass(). otto@ OKTodd C. Miller
2004-03-03assign servtimeout to sa.sa_handler to actually use the alternatejoshua stein
2003-07-29spacesTheo de Raadt
2003-07-06proto in scopeTheo de Raadt
2003-03-11files with dead .Xr's;Jason McIntyre
2003-03-06.Xr typos;Jason McIntyre
2002-11-21Add a caveat on /etc/raddb/servers and permissions.Todd C. Miller
2002-11-21Install this setgid _radius, not setuid rootTodd C. Miller
2002-09-29BSD-licensed as per Stephen Diercouff of tfm associatesTodd C. Miller
2002-09-29re-add; license will be fixed by millert sometime tonightTheo de Raadt
2002-09-26MakefileTheo de Raadt
2002-09-06ansi; ok millert pvalchevTheo de Raadt
2002-06-28minor indent cleanupTheo de Raadt
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