summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd
AgeCommit message (Expand)Author
2024-07-10Fix memory leaks, a use after free, accessing outside the regionYASUOKA Masahiko
2024-07-10grammar tweak;Jason McIntyre
2024-07-10grammar/macro/spelling fixes;Jason McIntyre
2024-07-09Fix a typoYASUOKA Masahiko
2024-07-09Add radiusd_ipcp(8). A module which provides IP configuration throughYASUOKA Masahiko
2024-07-04the port to listen on is an optional argument; the default port numberIgor Sobrado
2024-07-04only "decorate-by" is currently supported by the grammar specification.Igor Sobrado
2024-07-04make the CONFIGURATIONS list -compact to fox the item spacing;Jason McIntyre
2024-07-04fix SEE ALSO;Jason McIntyre
2024-07-04- tidy "authenticate" and "account" commands using Xo/XcJason McIntyre
2024-07-03Add missing "module standard". It is needed before use it.YASUOKA Masahiko
2024-07-02minor cleanups, especially DPADDTheo de Raadt
2024-07-02spelling, grammar, macro fixes for previous;Jason McIntyre
2024-07-02Fix previous. The place of "accounting" was wrong.YASUOKA Masahiko
2024-07-02Add support for RADIUS accounting.YASUOKA Masahiko
2024-07-02Change the syntax for "module" and "authenticate". "module" can haveYASUOKA Masahiko
2024-07-01Stop scheduling an I/O event by the timer when the imsg_buf has the dataYASUOKA Masahiko
2024-07-01Exit with an error code when error or module die.YASUOKA Masahiko
2024-07-01Set SO_REUSEADDR for the listening socket. This makes radiusd(8)YASUOKA Masahiko
2024-07-01Call daemon(3) before parse_config() since parse_config() of radiusd(8)YASUOKA Masahiko
2024-07-01Remove unused secret field from struct radiusd_authenticationYASUOKA Masahiko
2024-07-01Don't receive decoration when not requested.YASUOKA Masahiko
2024-07-01Show config error when -nYASUOKA Masahiko
2024-07-01Add missing size check.YASUOKA Masahiko
2024-07-01"secret" without quote can be used for key or value since it is treatedYASUOKA Masahiko
2024-07-01Tweak a white space.YASUOKA Masahiko
2024-07-01Delete a garbage empty definition.YASUOKA Masahiko
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-04-23correct indentation; no functional changeJonathan Gray
2024-02-14avoid use after free of qJonathan Gray
2024-02-09Refactor some functions to prepare accounting support.YASUOKA Masahiko
2024-02-09Add nochroot parameter to module_drop_privilege() so that modules canYASUOKA Masahiko
2024-02-06Fix the radius standard module to remove the specified attribute fromYASUOKA Masahiko
2024-01-28correct DPADD; fromKrystian LewandowskiTheo de Raadt
2024-01-08Pass the request packet to response decorations for future use.YASUOKA Masahiko
2023-10-23Fix radiusd(8) to fixup MPPE-{Send,Recv}-Key and Tunnel-PasswordYASUOKA Masahiko
2023-09-14Clarify the interval after 30sec.YASUOKA Masahiko
2023-09-08Add request or response decoration feature which is used through theYASUOKA Masahiko
2023-09-05Refuse an incomplete config, an authentication block which doesn'tYASUOKA Masahiko
2023-09-04Revert previous. It caused the stdio of the modules be NONBLOCK.YASUOKA Masahiko
2023-09-04Don't surround by "" at much as possible.YASUOKA Masahiko
2023-09-04Specify SOCK_NONBLOCK for socketpair(2) instead of fcntl(2).YASUOKA Masahiko
2023-09-04Don't return an extra OK message. Also call module_destroy() whenYASUOKA Masahiko
2023-08-18Fix the config parser to be able to have comment lines at middle ofYASUOKA Masahiko
2023-08-18Properly terminate the arguments for execv() with NULL.YASUOKA Masahiko
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-12-13Clarify the default is to require message authentication.YASUOKA Masahiko
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre