index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2024-01-23
Consider the whole tuple when reading a map entry whose key is that tuple.
Martin Pieuchot
2024-01-23
Adopt bgpctl code to the ibuf changes done in bgpd.
Claudio Jeker
2024-01-23
Start converting the message parser to use the new ibuf api.
Claudio Jeker
2024-01-23
Fix tab after space
Claudio Jeker
2024-01-23
KNF, space before EOL
Claudio Jeker
2024-01-23
Fixup more spaces
Claudio Jeker
2024-01-23
Spaces
Claudio Jeker
2024-01-23
Split cases and call peer_stale() individually instead of using a
Claudio Jeker
2024-01-23
found some boilerplate strncpy to replace with strlcpy. They are in
Theo de Raadt
2024-01-23
Warn about overclaiming intermediate CAs, but don't error
Job Snijders
2024-01-20
Use imsg_get_fd() to access the fd passed via imsgs.
Claudio Jeker
2024-01-18
Convert IMSG_UPDATE and session_update() to new imsg API and ibufs.
Claudio Jeker
2024-01-18
Use imsg_get_fd() in vmd.
Claudio Jeker
2024-01-18
Convert the simple imsgs to use imsg_get_data().
Claudio Jeker
2024-01-18
The CRL's purported signing time actually is called thisUpdate, not lastUpdate
Job Snijders
2024-01-18
Convert privsep imsg code to use imsg_get_fd().
Claudio Jeker
2024-01-18
Fix IMSG_RECONF_ASPA handling. The rde did not expect what the rtr process
Claudio Jeker
2024-01-17
Use imsg_get_fd()
Claudio Jeker
2024-01-17
Use imsg_get_fd() and a local variable.
Claudio Jeker
2024-01-17
Convert to use imsg_get_fd() since proc_forward_imsg() never forwards a
Claudio Jeker
2024-01-17
Get all variable-length values for the parent server before linking the
Claudio Jeker
2024-01-16
Update standards reference
Job Snijders
2024-01-16
Handle variable names (things strating with $ or @) in yylex() this way
Claudio Jeker
2024-01-16
Convert to imsg_get_fd() and remove unused proc_forward_imsg().
Claudio Jeker
2024-01-16
Switch session_notification() over to use a struct ibuf to carry the
Claudio Jeker
2024-01-15
Convert the simple bits of imsg handling over to the new imsg API.
Claudio Jeker
2024-01-15
A cache can send a 'NO_DATA_AVAILABLE' error during version negotiation
Claudio Jeker
2024-01-12
Clarify some behaviour for 'vmctl start' and 'vmctl reload'
Mike Larkin
2024-01-12
Convert the simple IMSG calls in session.c to the new imsg API.
Claudio Jeker
2024-01-11
rename field ibuf to imsgbuf in struct ctl_conn
Claudio Jeker
2024-01-11
Clear the last errors after receiving a RTR_EVNT_END_OF_DATA event.
Claudio Jeker
2024-01-11
Move the 'Last received shutdown reason:' output a bit down where it makes
Claudio Jeker
2024-01-11
Clear the last_sent_errcode, last_rcvd_errcode and last_reason when
Claudio Jeker
2024-01-11
Display the exported rtr session state and fix a missing indent.
Claudio Jeker
2024-01-11
Export the rtr session state as string.
Claudio Jeker
2024-01-11
Make the -P option work for Trust Anchor certificates as well
Job Snijders
2024-01-11
Try to improve RTR version negotiation.
Claudio Jeker
2024-01-10
Improve rtr_send_error() so that there is no need to log_warnx() before.
Claudio Jeker
2024-01-10
Add missing newlines in printf.
Claudio Jeker
2024-01-10
Implement log_roa() and log_aspa() and use these functions in printconf.c
Claudio Jeker
2024-01-10
Update the control.c code to use the new imsg API.
Claudio Jeker
2024-01-10
vmm/vmd: add io instruction length to exit information.
Dave Voutila
2024-01-09
The End of Data PDU changed between v0 (RFC6810) and v1 (RFC8210).
Claudio Jeker
2024-01-09
rtr_parse_notify() state check is special since we ignore the PDU when
Claudio Jeker
2024-01-09
Be more consistent with RTR parse error reporting.
Claudio Jeker
2024-01-09
Convert the parent process imsg handling over to the new imsg API.
Claudio Jeker
2024-01-09
Delete support for FFS filesystems before the in-inode symlink
Philip Guenther
2024-01-08
Only use DIR_VALID in noop mode
Theo Buehler
2024-01-08
Rework rtr_parse_header() and introduce rtr_check_session_id() to make
Claudio Jeker
2024-01-08
Simplify the IMSG_CTL_KROUTE after the change in bgpd.
Claudio Jeker
[next]