summaryrefslogtreecommitdiff
path: root/usr.sbin/radiusd
AgeCommit message (Expand)Author
2024-08-27Mechanically change inet_aton to inet_pton.Florian Obser
2024-08-23FALLTROUGH -> FALLTHROUGHJonathan Gray
2024-08-16Make sure that the uptime field is always updated. Previously it wasYASUOKA Masahiko
2024-08-16Free memory as much as possible. Also, fix a use-after-free when exiting.YASUOKA Masahiko
2024-08-16Send a reply to the control client when DAE is timed out instead ofYASUOKA Masahiko
2024-08-16Delete req_modified. Which is not used.YASUOKA Masahiko
2024-08-15Accept empty lines for authopts to fix the parser to accept the oldYASUOKA Masahiko
2024-08-14Messages from modules were leaked. Call imsg_free() for them.YASUOKA Masahiko
2024-08-14Don't abort the query when it is requesting to the next module.YASUOKA Masahiko
2024-08-14Initialize dae objects properly.YASUOKA Masahiko
2024-08-14Don't abort the query when a duplicated query is received. Also tweakYASUOKA Masahiko
2024-08-07Fix a typoYASUOKA Masahiko
2024-08-04- sort SEE ALSOJason McIntyre
2024-08-04Use "module" for the modules. Add a link to radiusd_file(8) fromYASUOKA Masahiko
2024-08-01Use arc4random_uniform(n) instead of "% n".YASUOKA Masahiko
2024-07-22Fix ipcp module to use (the maximum sequence number from the db) + 1YASUOKA Masahiko
2024-07-22Modify ipcp module to return a result forYASUOKA Masahiko
2024-07-22Make some functions "static".YASUOKA Masahiko
2024-07-18Send Access-Reject when the authentication is not handled or the userYASUOKA Masahiko
2024-07-18unveil .db is needed. Also move pledge() earlier.YASUOKA Masahiko
2024-07-18Add a link to radiud_file(8)YASUOKA Masahiko
2024-07-17Fix some gcc warningsYASUOKA Masahiko
2024-07-17minor repairsTheo de Raadt
2024-07-17Error if config parameter is unknown. This also fixes a gcc warning.YASUOKA Masahiko
2024-07-17Document "authentication-filter".YASUOKA Masahiko
2024-07-17Decrypt "Password" attribute always before passing the packet toYASUOKA Masahiko
2024-07-17Delete log_info() line for debug.YASUOKA Masahiko
2024-07-16Only perform the static_assert checks in C>=11 environment; unbreaks buildMiod Vallat
2024-07-14fix SEE ALSO and a word tweak;Jason McIntyre
2024-07-14grammar and macro tweaks;Jason McIntyre
2024-07-14zap a stray Nd line;Jason McIntyre
2024-07-14Add radiusd_file(5) and link it from radiusd.conf(5).YASUOKA Masahiko
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