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
/
raddauth.c
Age
Commit message (
Expand
)
Author
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-06
proto in scope
Theo de Raadt
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-05-22
a bunch more strcpy -> strlcpy and sprintf -> snprintf
Theo de Raadt
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
o make signal handler safe
Todd C. Miller
2001-07-08
BSD auth module for radius authentication, from BSDi.
Todd C. Miller