summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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-03Set system ID field in the PVD to OpenBSDTodd C. Miller
2024-08-02Backout previous. It was incompleted and too early.YASUOKA Masahiko
2024-08-01Use arc4random_uniform(n) instead of "% n".YASUOKA Masahiko
2024-08-01Change the routing entry of the pool addresses from blackhole toYASUOKA Masahiko
2024-07-28pwd_mkdb: limit db entries to _PW_BUF_LEN to match libcTodd C. Miller
2024-07-26- document "ca" in the action ... relay sectionJason McIntyre
2024-07-25Silence a false positive warning for gccTheo Buehler
2024-07-24dd "msgauth" option for "test" command to specify whether useYASUOKA 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-20Fix regression introduced in previous causing HEAD requests to beAnton Lindqvist
2024-07-19Keep Content-length header in HEAD responses.Christopher Zimmermann
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-17Fix indentYASUOKA 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-14Mistakenly the same challenge is used for testing CHAP.YASUOKA Masahiko
2024-07-14Make the lines of md5chap understandable.YASUOKA Masahiko
2024-07-14new sentence, new lineJonathan Gray
2024-07-14spellingJonathan Gray
2024-07-13mmio.c is now empty and can be removedMike Larkin
2024-07-13Add missing RCS header to vmd(8)'s vmm.h.Dave Voutila
2024-07-13Use calloc(3) instead of malloc(3). "accounting" is used withoutYASUOKA Masahiko
2024-07-12Fix a typo in logYASUOKA Masahiko
2024-07-12Fix Disconnect-Ack not to have an Error-Cause attribute. TweakYASUOKA Masahiko
2024-07-12vmd(8): Fix error handling in tx path.Jan Klemkow
2024-07-12Quiet vmd debug logging about page faults.Dave Voutila
2024-07-12Improve duplicate detection and repo_move_validClaudio Jeker
2024-07-12Rename the variable c to ok. It returns if the file failed to parse or not.Claudio Jeker