summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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-15Ensure synchronization jobs are stopped when the timeout is reachedJob Snijders
2024-08-15Call repo_check_timeout() before colleting the POLLOUT fds. SinceClaudio Jeker
2024-08-15Add filtered support to bgplgd.Claudio Jeker
2024-08-15Accept empty lines for authopts to fix the parser to accept the oldYASUOKA Masahiko
2024-08-14Add 'bgpctl show rib filtered' support.Claudio Jeker
2024-08-14Introduce 'rde rib Loc-RIB include filtered' a feature that includesClaudio Jeker
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-12implement the report response for proc-filters tooOmar Polo
2024-08-12Print min-version of a RTR session.Claudio Jeker
2024-08-12Add 'min-version' RTR config option and default to RTR version 1 by default.Claudio Jeker
2024-08-10relayd: improve config validation with -nTheo Buehler
2024-08-10use void when functions have no argsJonathan Gray
2024-08-09Remove the ibuf_size(pdu) % sizeof(uint32_t) == 0 since it is alreadyClaudio Jeker
2024-08-09Adjust RTR ASPA pdu parser to draft-ietf-sidrops-8210bis-14 which finallyClaudio Jeker
2024-08-09ansi functions and prototypesTheo de Raadt
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