index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
login_radius
Age
Commit message (
Expand
)
Author
2015-11-26
pledge in login_radius(8).
YASUOKA Masahiko
2015-10-05
Use explicit_bzero() instead of memset() for zeroing out secrets.
Todd C. Miller
2015-10-02
Talk about 'RADIUS server' in most cases, rather than referring specifically
Stuart Henderson
2015-10-01
some radiusd updates, from theo buehler
Jason McIntyre
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-08-10
Only need <stdint.h> and not all of <inttypes.h> here
Philip Guenther
2013-11-27
unsigned char for ctype
Theo de Raadt
2013-08-14
some Bx/Ox conversion;
Jason McIntyre
2012-12-04
remove some unnecessary sys/param.h inclusions
Theo de Raadt
2012-02-01
improve synopsis markup of login_* utilities; use a more standard
Igor Sobrado
2007-12-14
Add radius-port login.conf variable to allow people to configure a
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-03-21
remove extra *p tests, from charles longeau
Ted Unangst
2006-09-20
Recommit non-static array fix.
Ray Lai
2006-08-14
Document debug mode. OK jmc@
Todd C. Miller
2006-08-14
Fix typo introduced in rev 1.16; fixes "login" authentication style.
Todd C. Miller
2005-11-19
No longer need volatile since longjmp has been removed.
Todd C. Miller
2005-11-12
use snprintf; ok cloder dhill@mindcry.org
Theo de Raadt
2005-03-02
More network randomness. PIDs on my machine are none of anyone else's
Chad Loder
2004-09-11
Verify packets from the server were md5'd with the same shared
Todd C. Miller
2004-03-10
More checking for a NULL return value from getpass(). otto@ OK
Todd C. Miller
2004-03-03
assign servtimeout to sa.sa_handler to actually use the alternate
joshua stein
2003-07-29
spaces
Theo de Raadt
2003-07-06
proto in scope
Theo de Raadt
2003-03-11
files with dead .Xr's;
Jason McIntyre
2003-03-06
.Xr typos;
Jason McIntyre
2002-11-21
Add a caveat on /etc/raddb/servers and permissions.
Todd C. Miller
2002-11-21
Install this setgid _radius, not setuid root
Todd C. Miller
2002-09-29
BSD-licensed as per Stephen Diercouff of tfm associates
Todd C. Miller
2002-09-29
re-add; license will be fixed by millert sometime tonight
Theo de Raadt
2002-09-26
Makefile
Theo de Raadt
2002-09-06
ansi; ok millert pvalchev
Theo de Raadt
2002-06-28
minor indent cleanup
Theo de Raadt
2002-06-02
minor KNF
Theo de Raadt
2002-05-22
a bunch more strcpy -> strlcpy and sprintf -> snprintf
Theo de Raadt
2002-03-13
login(8) -> login(1)
Marco S Hyman
2001-12-07
Kill longjmp by not restarting system calls on receipt of SIGALRM.
Todd C. Miller
2001-08-18
better handle things; spotted by millert
Theo de Raadt
2001-08-18
strlcpy invades the tree
Theo de Raadt
2001-07-26
Typo: radius-timout -> radius-timeout; noted by brad@
Todd C. Miller
2001-07-09
Use socklen_t, not size_t for type of length arg to recvfrom()
Todd C. Miller
2001-07-08
cleanup and document login.conf variables
Todd C. Miller
2001-07-08
o make signal handler safe
Todd C. Miller
2001-07-08
BSD auth module for radius authentication, from BSDi.
Todd C. Miller