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
/
usr.sbin
/
radiusd
Age
Commit message (
Expand
)
Author
2024-07-14
Add new radiusd_eap2mschap module. It provides conversions from EAP
YASUOKA Masahiko
2024-07-14
Move radius_attr_{,un}hide() to radius_subr.c.
YASUOKA Masahiko
2024-07-14
Add "authentication-filter". Add new 2 imsg types so that
YASUOKA Masahiko
2024-07-14
Set length of MPPE send/recv key.
YASUOKA Masahiko
2024-07-14
Add radiusd_file(8) module. It provides authencation by a local file.
YASUOKA Masahiko
2024-07-14
Add "radiusd" field to struct radius_query.
YASUOKA Masahiko
2024-07-13
Use calloc(3) instead of malloc(3). "accounting" is used without
YASUOKA Masahiko
2024-07-12
Fix a typo in log
YASUOKA Masahiko
2024-07-11
Update the example because now npppd can be a DAE server.
YASUOKA Masahiko
2024-07-11
Add more attributes to Disconnect-Request following the RFC's
YASUOKA Masahiko
2024-07-10
Fix the problem that it breaks the event timer because there is no
YASUOKA Masahiko
2024-07-10
Fix memory leaks, a use after free, accessing outside the region
YASUOKA Masahiko
2024-07-10
grammar tweak;
Jason McIntyre
2024-07-10
grammar/macro/spelling fixes;
Jason McIntyre
2024-07-09
Fix a typo
YASUOKA Masahiko
2024-07-09
Add radiusd_ipcp(8). A module which provides IP configuration through
YASUOKA Masahiko
2024-07-04
the port to listen on is an optional argument; the default port number
Igor Sobrado
2024-07-04
only "decorate-by" is currently supported by the grammar specification.
Igor Sobrado
2024-07-04
make the CONFIGURATIONS list -compact to fox the item spacing;
Jason McIntyre
2024-07-04
fix SEE ALSO;
Jason McIntyre
2024-07-04
- tidy "authenticate" and "account" commands using Xo/Xc
Jason McIntyre
2024-07-03
Add missing "module standard". It is needed before use it.
YASUOKA Masahiko
2024-07-02
minor cleanups, especially DPADD
Theo de Raadt
2024-07-02
spelling, grammar, macro fixes for previous;
Jason McIntyre
2024-07-02
Fix previous. The place of "accounting" was wrong.
YASUOKA Masahiko
2024-07-02
Add support for RADIUS accounting.
YASUOKA Masahiko
2024-07-02
Change the syntax for "module" and "authenticate". "module" can have
YASUOKA Masahiko
2024-07-01
Stop scheduling an I/O event by the timer when the imsg_buf has the data
YASUOKA Masahiko
2024-07-01
Exit with an error code when error or module die.
YASUOKA Masahiko
2024-07-01
Set SO_REUSEADDR for the listening socket. This makes radiusd(8)
YASUOKA Masahiko
2024-07-01
Call daemon(3) before parse_config() since parse_config() of radiusd(8)
YASUOKA Masahiko
2024-07-01
Remove unused secret field from struct radiusd_authentication
YASUOKA Masahiko
2024-07-01
Don't receive decoration when not requested.
YASUOKA Masahiko
2024-07-01
Show config error when -n
YASUOKA Masahiko
2024-07-01
Add missing size check.
YASUOKA Masahiko
2024-07-01
"secret" without quote can be used for key or value since it is treated
YASUOKA Masahiko
2024-07-01
Tweak a white space.
YASUOKA Masahiko
2024-07-01
Delete a garbage empty definition.
YASUOKA Masahiko
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-04-23
correct indentation; no functional change
Jonathan Gray
2024-02-14
avoid use after free of q
Jonathan Gray
2024-02-09
Refactor some functions to prepare accounting support.
YASUOKA Masahiko
2024-02-09
Add nochroot parameter to module_drop_privilege() so that modules can
YASUOKA Masahiko
2024-02-06
Fix the radius standard module to remove the specified attribute from
YASUOKA Masahiko
2024-01-28
correct DPADD; fromKrystian Lewandowski
Theo de Raadt
2024-01-08
Pass the request packet to response decorations for future use.
YASUOKA Masahiko
2023-10-23
Fix radiusd(8) to fixup MPPE-{Send,Recv}-Key and Tunnel-Password
YASUOKA Masahiko
2023-09-14
Clarify the interval after 30sec.
YASUOKA Masahiko
2023-09-08
Add request or response decoration feature which is used through the
YASUOKA Masahiko
2023-09-05
Refuse an incomplete config, an authentication block which doesn't
YASUOKA Masahiko
[next]