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
/
lib
/
libradius
Age
Commit message (
Expand
)
Author
2024-08-14
timingsafe_bcmp() is better than timingsafe_memcmp() for the purpose.
YASUOKA Masahiko
2024-08-08
Use timingsafe_memcmp() when comparing the authenticators. from iij.
YASUOKA Masahiko
2024-07-24
Add Symbols.list and enable version script to hide some local functions.
YASUOKA Masahiko
2024-07-24
Place Message-Authenticator at the beginning of the attributes
YASUOKA Masahiko
2024-06-29
Fix typos in previous.
YASUOKA Masahiko
2024-06-29
Add variables for RFC 5176 Error Cause.
YASUOKA Masahiko
2024-06-29
Add variables for DAE for RADIUS (RFC 5176).
YASUOKA Masahiko
2024-02-25
Fix a typo
YASUOKA Masahiko
2024-02-09
Don't assume MPPE-{Send,Recv}-Keys are used only for MS-CHAP (or
YASUOKA Masahiko
2024-01-19
Define the IPv6 related attributes from RFC 2865.
YASUOKA Masahiko
2023-07-08
Tidy up #include lines.
YASUOKA Masahiko
2022-09-11
.Li -> .Vt where appropriate;
Jason McIntyre
2021-12-16
libradius: convert to HMAC_CTX on the heap
Theo Buehler
2016-08-05
grammar fix;
Jason McIntyre
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2015-09-10
missing commas at the end of .Nm lines in the NAME section
Ingo Schwarze
2015-08-20
Got stdlib.h -> do not need to cast from void *
Theo de Raadt
2015-07-27
some readability fixes;
Jason McIntyre
2015-07-27
Add a description about radius_get_eap_msk().
YASUOKA Masahiko
2015-07-27
Rename radius.3 to radius_new_request_packet.3 to be named after a
YASUOKA Masahiko
2015-07-20
Add radius(3) library. This will be used by RADIUS server and client
YASUOKA Masahiko