summaryrefslogtreecommitdiffstats
path: root/libexec/login_radius (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check auth_mkvalue(3) return value for NULL (malloc failure).millert2021-01-021-11/+21
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* challenge is an array, not a pointer, therefore cannot be NULL.millert2017-04-271-2/+2
* convert to use readpassphrase() instead of DEPRECATED/getpass()gsoares2016-09-031-3/+7
* pledge in login_radius(8).yasuoka2015-11-261-1/+5
* Use explicit_bzero() instead of memset() for zeroing out secrets.millert2015-10-051-1/+2
* Talk about 'RADIUS server' in most cases, rather than referring specificallysthen2015-10-021-28/+31
* some radiusd updates, from theo buehlerjmc2015-10-011-11/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* Only need <stdint.h> and not all of <inttypes.h> hereguenther2014-08-101-2/+2
* unsigned char for ctypederaadt2013-11-272-7/+7
* some Bx/Ox conversion;jmc2013-08-141-4/+5
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* improve synopsis markup of login_* utilities; use a more standardsobrado2012-02-011-6/+6
* Add radius-port login.conf variable to allow people to configure amillert2007-12-142-17/+25
* convert to new .Dd format;jmc2007-05-311-2/+2
* remove extra *p tests, from charles longeautedu2007-03-211-2/+2
* Recommit non-static array fix.ray2006-09-201-2/+3
* Document debug mode. OK jmc@millert2006-08-141-1/+6
* Fix typo introduced in rev 1.16; fixes "login" authentication style.millert2006-08-141-2/+2
* No longer need volatile since longjmp has been removed.millert2005-11-191-4/+4
* use snprintf; ok cloder dhill@mindcry.orgderaadt2005-11-121-6/+2
* More network randomness. PIDs on my machine are none of anyone else'scloder2005-03-021-5/+5
* Verify packets from the server were md5'd with the same sharedmillert2004-09-111-4/+16
* More checking for a NULL return value from getpass(). otto@ OKmillert2004-03-101-5/+6
* assign servtimeout to sa.sa_handler to actually use the alternatejcs2004-03-031-1/+2
* spacesderaadt2003-07-291-2/+2
* proto in scopederaadt2003-07-063-3/+25
* files with dead .Xr's;jmc2003-03-111-5/+5
* .Xr typos;jmc2003-03-061-5/+5
* Add a caveat on /etc/raddb/servers and permissions.millert2002-11-211-1/+13
* Install this setgid _radius, not setuid rootmillert2002-11-211-3/+3
* BSD-licensed as per Stephen Diercouff of tfm associatesmillert2002-09-292-23/+49
* re-add; license will be fixed by millert sometime tonightderaadt2002-09-291-0/+586
* Makefilederaadt2002-09-261-586/+0
* ansi; ok millert pvalchevderaadt2002-09-061-2/+2
* minor indent cleanupderaadt2002-06-281-6/+6
* minor KNFderaadt2002-06-021-3/+3
* a bunch more strcpy -> strlcpy and sprintf -> snprintfderaadt2002-05-221-4/+6
* login(8) -> login(1)marc2002-03-131-3/+3
* Kill longjmp by not restarting system calls on receipt of SIGALRM.millert2001-12-071-10/+13
* better handle things; spotted by millertderaadt2001-08-181-2/+3
* strlcpy invades the treederaadt2001-08-181-2/+2
* Typo: radius-timout -> radius-timeout; noted by brad@millert2001-07-262-4/+4
* Use socklen_t, not size_t for type of length arg to recvfrom()millert2001-07-091-2/+2
* cleanup and document login.conf variablesmillert2001-07-081-21/+52
* o make signal handler safemillert2001-07-081-62/+66
* BSD auth module for radius authentication, from BSDi.millert2001-07-084-0/+909