summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd
AgeCommit message (Expand)Author
2024-07-14Add new radiusd_eap2mschap module. It provides conversions from EAPYASUOKA Masahiko
2024-07-14Move radius_attr_{,un}hide() to radius_subr.c.YASUOKA Masahiko
2024-07-14Add "authentication-filter". Add new 2 imsg types so thatYASUOKA Masahiko
2024-07-14Set length of MPPE send/recv key.YASUOKA Masahiko
2024-07-14Add radiusd_file(8) module. It provides authencation by a local file.YASUOKA Masahiko
2024-07-14Add "radiusd" field to struct radius_query.YASUOKA Masahiko
2024-07-13Use calloc(3) instead of malloc(3). "accounting" is used withoutYASUOKA Masahiko
2024-07-12Fix a typo in logYASUOKA Masahiko
2024-07-11Update the example because now npppd can be a DAE server.YASUOKA Masahiko
2024-07-11Add more attributes to Disconnect-Request following the RFC'sYASUOKA Masahiko
2024-07-10Fix the problem that it breaks the event timer because there is noYASUOKA Masahiko
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