| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-01-02 | Check auth_mkvalue(3) return value for NULL (malloc failure). | 1 | -11/+21 | ||
| For constant strings we don't actually need to use auth_mkvalue(3). Problem reported by Ross L Richardson. | |||||
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | 1 | -2/+2 | ||
| value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | |||||
| 2017-04-27 | challenge is an array, not a pointer, therefore cannot be NULL. | 1 | -2/+2 | ||
| Quiets a clang warning. | |||||
| 2016-09-03 | convert to use readpassphrase() instead of DEPRECATED/getpass() | 1 | -3/+7 | ||
| OK millert@ | |||||
| 2015-11-26 | pledge in login_radius(8). | 1 | -1/+5 | ||
| ok deraadt | |||||
| 2015-10-05 | Use explicit_bzero() instead of memset() for zeroing out secrets. | 1 | -1/+2 | ||
| OK deraadt@ | |||||
| 2015-10-02 | Talk about 'RADIUS server' in most cases, rather than referring specifically | 1 | -28/+31 | ||
| to radiusd(8) (which doesn't support everything that login_radius(8) talks about) - theo buehler (who provided previous diff) agrees with this. Capitalise RADIUS as per the naming in the RFC. Add STANDARDS section referring to the RFC. Discussed with/suggestions from jmc. | |||||
| 2015-10-01 | some radiusd updates, from theo buehler | 1 | -11/+6 | ||
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 1 | -3/+3 | ||
| possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||||
| 2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | 1 | -2/+2 | ||
| 2013-11-27 | unsigned char for ctype | 2 | -7/+7 | ||
| ok okan kettenis | |||||
| 2013-08-14 | some Bx/Ox conversion; | 1 | -4/+5 | ||
| From: Jan Stary | |||||
| 2012-12-04 | remove some unnecessary sys/param.h inclusions | 1 | -2/+1 | ||
| 2012-02-01 | improve synopsis markup of login_* utilities; use a more standard | 1 | -6/+6 | ||
| phrasing when listing flags; add missing arguments to flags in the DESCRIPTION section of the manual page. use of .Li (literal text) macros and standard wording suggested by jmc@ ok jmc@ | |||||
| 2007-12-14 | Add radius-port login.conf variable to allow people to configure a | 2 | -17/+25 | ||
| non-standard port name or number for use when connecting to radiusd. | |||||
| 2007-05-31 | convert to new .Dd format; | 1 | -2/+2 | ||
| 2007-03-21 | remove extra *p tests, from charles longeau | 1 | -2/+2 | ||
| ok deraadt millert | |||||
| 2006-09-20 | Recommit non-static array fix. | 1 | -2/+3 | ||
| 2006-08-14 | Document debug mode. OK jmc@ | 1 | -1/+6 | ||
| 2006-08-14 | Fix typo introduced in rev 1.16; fixes "login" authentication style. | 1 | -2/+2 | ||
| 2005-11-19 | No longer need volatile since longjmp has been removed. | 1 | -4/+4 | ||
| Ironically silences a gcc warning. | |||||
| 2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | 1 | -6/+2 | ||
| 2005-03-02 | More network randomness. PIDs on my machine are none of anyone else's | 1 | -5/+5 | ||
| business. Submitted by Bruno Rohee. OK cloder@ millert@ | |||||
| 2004-09-11 | Verify packets from the server were md5'd with the same shared | 1 | -4/+16 | ||
| secret we used in the request. OK deraadt@ | |||||
| 2004-03-10 | More checking for a NULL return value from getpass(). otto@ OK | 1 | -5/+6 | ||
| 2004-03-03 | assign servtimeout to sa.sa_handler to actually use the alternate | 1 | -1/+2 | ||
| radius server ok millert | |||||
| 2003-07-29 | spaces | 1 | -2/+2 | ||
| 2003-07-06 | proto in scope | 3 | -3/+25 | ||
| 2003-03-11 | files with dead .Xr's; | 1 | -5/+5 | ||
| left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||||
| 2003-03-06 | .Xr typos; | 1 | -5/+5 | ||
| ok deraadt@ | |||||
| 2002-11-21 | Add a caveat on /etc/raddb/servers and permissions. | 1 | -1/+13 | ||
| 2002-11-21 | Install this setgid _radius, not setuid root | 1 | -3/+3 | ||
| 2002-09-29 | BSD-licensed as per Stephen Diercouff of tfm associates | 2 | -23/+49 | ||
| 2002-09-29 | re-add; license will be fixed by millert sometime tonight | 1 | -0/+586 | ||
| 2002-09-26 | Makefile | 1 | -586/+0 | ||
| 2002-09-06 | ansi; ok millert pvalchev | 1 | -2/+2 | ||
| 2002-06-28 | minor indent cleanup | 1 | -6/+6 | ||
| 2002-06-02 | minor KNF | 1 | -3/+3 | ||
| 2002-05-22 | a bunch more strcpy -> strlcpy and sprintf -> snprintf | 1 | -4/+6 | ||
| 2002-03-13 | login(8) -> login(1) | 1 | -3/+3 | ||
| 2001-12-07 | Kill longjmp by not restarting system calls on receipt of SIGALRM. | 1 | -10/+13 | ||
| We can then just check the flag to see that the alarm ran out. | |||||
| 2001-08-18 | better handle things; spotted by millert | 1 | -2/+3 | ||
| 2001-08-18 | strlcpy invades the tree | 1 | -2/+2 | ||
| 2001-07-26 | Typo: radius-timout -> radius-timeout; noted by brad@ | 2 | -4/+4 | ||
| 2001-07-09 | Use socklen_t, not size_t for type of length arg to recvfrom() | 1 | -2/+2 | ||
| 2001-07-08 | cleanup and document login.conf variables | 1 | -21/+52 | ||
| 2001-07-08 | o make signal handler safe | 1 | -62/+66 | ||
| 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-08 | BSD auth module for radius authentication, from BSDi. | 4 | -0/+909 | ||
