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-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
2023-09-04
Revert previous. It caused the stdio of the modules be NONBLOCK.
YASUOKA Masahiko
2023-09-04
Don't surround by "" at much as possible.
YASUOKA Masahiko
2023-09-04
Specify SOCK_NONBLOCK for socketpair(2) instead of fcntl(2).
YASUOKA Masahiko
2023-09-04
Don't return an extra OK message. Also call module_destroy() when
YASUOKA Masahiko
2023-08-18
Fix the config parser to be able to have comment lines at middle of
YASUOKA Masahiko
2023-08-18
Properly terminate the arguments for execv() with NULL.
YASUOKA Masahiko
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-13
Clarify the default is to require message authentication.
YASUOKA Masahiko
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
[prev]
[next]